Update to version 1.0.2; Fixes RHBZ#2212163

epel10
Fabio Valentini 2 years ago
parent 27f82ae8ea
commit 66cc6979b0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/aho-corasick-0.7.19.crate
/aho-corasick-0.7.20.crate
/aho-corasick-1.0.1.crate
/aho-corasick-1.0.2.crate

@ -5,7 +5,7 @@
%global crate aho-corasick
Name: rust-aho-corasick
Version: 1.0.1
Version: 1.0.2
Release: %autorelease
Summary: Fast multiple substring searching
@ -100,18 +100,8 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check}
%check
%ifarch %{ix86}
# * ignore harmless test failure on 32-bit architectures:
# https://github.com/BurntSushi/aho-corasick/issues/116
%cargo_test -- -- --skip ahocorasick::AhoCorasick::memory_usage
%elifarch s390x
# * ignore harmless test failure on big-endian architectures:
# https://github.com/BurntSushi/aho-corasick/issues/117
%cargo_test -- -- --skip nfa::contiguous::tests::swar
%else
%cargo_test
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (aho-corasick-1.0.1.crate) = 7cea5b2305b90aebc54f78446cfc91f275b1be8489d2d80c3baa9ff8b913f9b2296adbdf4aefb0d8fce8f57812963fb9450b200d133a9d61e100cef324068070
SHA512 (aho-corasick-1.0.2.crate) = 5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b

Loading…
Cancel
Save