Include fancy-regex features (required by gitui)

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 8bbe88bd3b
commit 633b4672c7
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -1,5 +0,0 @@
[DEFAULT]
unwanted-features =
default-fancy
fancy-regex
regex-fancy

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 18
# * Missing testdata
%bcond_with check
%global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate}
Version: 4.5.0
Release: 2%{?dist}
Release: %autorelease
Summary: Library for high quality syntax highlighting and code intelligence
# Upstream license specification: MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE.txt
%doc Readme.md DESIGN.md
%doc examples Readme.md DESIGN.md CHANGELOG.md src/highlighting/Readme.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -78,6 +78,18 @@ which use "bincode" feature of "%{crate}" crate.
%files -n %{name}+bincode-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+default-fancy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-fancy-devel %{_description}
This package contains library source intended for building other packages
which use "default-fancy" feature of "%{crate}" crate.
%files -n %{name}+default-fancy-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+default-onig-devel
Summary: %{summary}
BuildArch: noarch
@ -138,6 +150,18 @@ which use "dump-load-rs" feature of "%{crate}" crate.
%files -n %{name}+dump-load-rs-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+fancy-regex-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fancy-regex-devel %{_description}
This package contains library source intended for building other packages
which use "fancy-regex" feature of "%{crate}" crate.
%files -n %{name}+fancy-regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+flate2-devel
Summary: %{summary}
BuildArch: noarch
@ -210,6 +234,18 @@ which use "parsing" feature of "%{crate}" crate.
%files -n %{name}+parsing-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-fancy-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+regex-fancy-devel %{_description}
This package contains library source intended for building other packages
which use "regex-fancy" feature of "%{crate}" crate.
%files -n %{name}+regex-fancy-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-onig-devel
Summary: %{summary}
BuildArch: noarch
@ -277,67 +313,4 @@ which use "yaml-rust" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 4.5.0-1
- Update to version 4.5.0.
- Fixes RHBZ#1906224
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 4.4.0-2
- Remove features with missing dependencies (fancy-regex).
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 4.4.0-1
- Update to 4.4.0
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sat May 23 21:21:40 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.2.0-1
- Update to 4.2.0
* Sun May 17 12:48:48 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 4.1.1-2
- Update plist to 1
* Thu Apr 23 2020 Josh Stone <jistone@redhat.com> - 4.1.1-1
- Update to 4.1.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Jan 16 2020 Josh Stone <jistone@redhat.com> - 3.3.0-2
- Upgrade to criterion 0.3 and plist 0.5
* Thu Sep 26 13:15:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.0-1
- Update to 3.3.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Jun 22 23:11:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.0-2
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.2.0-1
- Update to 3.2.0
* Sun Feb 24 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.1.0-1
- Update to 3.1.0
* Sun Feb 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.2-3
- Bump plist to 0.4
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 3.0.2-1
- Update to 3.0.2
* Sun Nov 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.0.1-1
- Update to 3.0.1
* Mon Sep 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.1.0-1
- Initial package
%autochangelog

Loading…
Cancel
Save