Compare commits

..

13 Commits

Author SHA1 Message Date
Fedora Release Engineering a81e007b41 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 2a5a028403
Update to version 1.1.3; Fixes RHBZ#2270371
9 months ago
Fedora Release Engineering 048ba6f86d Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini b822d057e1
Update to version 1.1.2; Fixes RHBZ#2242886
1 year ago
Fabio Valentini ec1968c2a5
Update to version 1.1.1; Fixes RHBZ#2239461
1 year ago
Fabio Valentini de61826ac6
Update to version 1.0.5; Fixes RHBZ#2235788
1 year ago
Fabio Valentini e0892f7e4e
Update to version 1.0.4; Fixes RHBZ#2230772
1 year ago
Fedora Release Engineering d5e8073b85 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 66cc6979b0
Update to version 1.0.2; Fixes RHBZ#2212163
2 years ago
Fabio Valentini 27f82ae8ea
Ignore harmless test failures on 32-bit and big-endian architectures
2 years ago
Fabio Valentini 370ac5ed8d
Update to version 1.0.1; Fixes RHBZ#2187506
2 years ago
Fedora Release Engineering cedf187f72 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini a25453c97c
Update to version 0.7.20; Fixes RHBZ#2144709
2 years ago

1
.gitignore vendored

@ -23,3 +23,4 @@
/aho-corasick-1.0.5.crate
/aho-corasick-1.1.1.crate
/aho-corasick-1.1.2.crate
/aho-corasick-1.1.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate aho-corasick
Name: rust-aho-corasick
Version: 1.1.2
Version: 1.1.3
Release: %autorelease
Summary: Fast multiple substring searching

@ -1 +1 @@
SHA512 (aho-corasick-1.1.2.crate) = 61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
SHA512 (aho-corasick-1.1.3.crate) = ba422a54688c4678fcf16e34fdf3ed06c333e6e3fc8b75af9272a215add494d43ebaef319021134b61327fd5d3572aec0dc655b714ffb3bc71ba3c265c9ebb69

Loading…
Cancel
Save