Update to 0.6.8

epel9
Josh Stone 6 years ago
parent 7c6a4deea8
commit 77645a1b72

1
.gitignore vendored

@ -2,3 +2,4 @@
/aho-corasick-0.6.4.crate
/aho-corasick-0.6.5.crate
/aho-corasick-0.6.6.crate
/aho-corasick-0.6.8.crate

@ -6,8 +6,8 @@
%global crate aho-corasick
Name: rust-%{crate}
Version: 0.6.6
Release: 3%{?dist}
Version: 0.6.8
Release: 1%{?dist}
Summary: Fast multiple substring searching with finite state machines
License: Unlicense or MIT
@ -24,7 +24,8 @@ BuildRequires: (crate(memchr) >= 2.0.0 with crate(memchr) < 3.0.0)
BuildRequires: (crate(csv) >= 1.0.0 with crate(csv) < 2.0.0)
BuildRequires: (crate(docopt) >= 1.0.0 with crate(docopt) < 2.0.0)
BuildRequires: (crate(memmap) >= 0.6.0 with crate(memmap) < 0.7.0)
BuildRequires: (crate(quickcheck) >= 0.6.0 with crate(quickcheck) < 0.7.0)
BuildRequires: (crate(quickcheck) >= 0.7.0 with crate(quickcheck) < 0.8.0)
BuildRequires: (crate(rand) >= 0.5.0 with crate(rand) < 0.6.0)
BuildRequires: (crate(serde) >= 1.0.0 with crate(serde) < 2.0.0)
BuildRequires: (crate(serde_derive) >= 1.0.0 with crate(serde_derive) < 2.0.0)
%endif
@ -65,6 +66,9 @@ which use %{crate} from crates.io.
%exclude %{_bindir}/aho-corasick-dot
%changelog
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 0.6.8-1
- Update to 0.6.8
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.6-3
- Rebuild to trigger tests

@ -1 +1 @@
SHA512 (aho-corasick-0.6.6.crate) = 6ac654a3e670ca53350ae6a4b21f7cc50335a42ac8557f34712575e9e9871991d29e45a45280f8c32a8a44340a54ac33585e7f1ab9b549462002e0ec24da2caa
SHA512 (aho-corasick-0.6.8.crate) = 1adbce716a3082c3fcd3514c49af3872d926df14044767266707862c0ad7ee22848a6ce99903003c04a3e8f8cd91b38ec8ca5d4a2c9031bfec4c93cf71c15556

Loading…
Cancel
Save