|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.6.4
|
|
|
|
Version: 0.6.4
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: Fast multiple substring searching with finite state machines
|
|
|
|
Summary: Fast multiple substring searching with finite state machines
|
|
|
|
|
|
|
|
|
|
|
|
License: Unlicense or MIT
|
|
|
|
License: Unlicense or MIT
|
|
|
@ -15,6 +15,7 @@ URL: https://crates.io/crates/aho-corasick
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * Bump quickcheck to 0.6, rand to 0.4, https://github.com/BurntSushi/aho-corasick/pull/23
|
|
|
|
# * Bump quickcheck to 0.6, rand to 0.4, https://github.com/BurntSushi/aho-corasick/pull/23
|
|
|
|
|
|
|
|
# * Bump docopt to 1, https://github.com/BurntSushi/aho-corasick/commit/c061333963a3abd7fe715b364eff0ca92ad8f98e
|
|
|
|
Patch0: aho-corasick-0.6.4-fix-metadata.diff
|
|
|
|
Patch0: aho-corasick-0.6.4-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -25,7 +26,7 @@ BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
# [dev-dependencies]
|
|
|
|
# [dev-dependencies]
|
|
|
|
BuildRequires: (crate(csv) >= 0.15.0 with crate(csv) < 0.16.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(docopt) >= 1.0.0 with crate(docopt) < 2.0.0)
|
|
|
|
BuildRequires: (crate(memmap) >= 0.5.0 with crate(memmap) < 0.6.0)
|
|
|
|
BuildRequires: (crate(memmap) >= 0.5.0 with crate(memmap) < 0.6.0)
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
|
|
|
|
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
|
|
|
|
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
|
|
|
|
BuildRequires: (crate(rand) >= 0.4.0 with crate(rand) < 0.5.0)
|
|
|
@ -68,6 +69,9 @@ which use %{crate} from crates.io.
|
|
|
|
%exclude %{_bindir}/aho-corasick-dot
|
|
|
|
%exclude %{_bindir}/aho-corasick-dot
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jun 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.4-5
|
|
|
|
|
|
|
|
- Bump docopt to 1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-4
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|