|
|
|
@ -7,14 +7,15 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.6.3
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: Fast multiple substring searching with finite state machines
|
|
|
|
|
|
|
|
|
|
License: Unlicense or MIT
|
|
|
|
|
URL: https://crates.io/crates/aho-corasick
|
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# * bump memchr to 2, https://github.com/BurntSushi/aho-corasick/commit/c880e210269d5f35bb64cf0e78071e6ea990d14e
|
|
|
|
|
# * Bump memchr to 2, https://github.com/BurntSushi/aho-corasick/commit/c880e210269d5f35bb64cf0e78071e6ea990d14e
|
|
|
|
|
# * Bump quickcheck to 0.5, https://github.com/BurntSushi/aho-corasick/pull/20
|
|
|
|
|
Patch0: aho-corasick-0.6.3-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -27,7 +28,7 @@ BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
|
|
BuildRequires: (crate(csv) >= 0.15.0 with crate(csv) < 0.16.0)
|
|
|
|
|
BuildRequires: (crate(docopt) >= 0.7.0 with crate(docopt) < 0.8.0)
|
|
|
|
|
BuildRequires: (crate(memmap) >= 0.5.0 with crate(memmap) < 0.6.0)
|
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.4.0 with crate(quickcheck) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.5.0 with crate(quickcheck) < 0.6.0)
|
|
|
|
|
BuildRequires: (crate(rand) >= 0.3.0 with crate(rand) < 0.4.0)
|
|
|
|
|
BuildRequires: (crate(rustc-serialize) >= 0.3.0 with crate(rustc-serialize) < 0.4.0)
|
|
|
|
|
%endif
|
|
|
|
@ -68,6 +69,9 @@ which use %{crate} from crates.io.
|
|
|
|
|
%exclude %{_bindir}/aho-corasick-dot
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.3-5
|
|
|
|
|
- Bump quickcheck to 0.5
|
|
|
|
|
|
|
|
|
|
* Fri Nov 10 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.3-4
|
|
|
|
|
- Exclude more unneeded files
|
|
|
|
|
|
|
|
|
|