update to version 0.7.18

epel9
Fabio Valentini 4 years ago
parent 9b1d36df5e
commit cd2a1f0053
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/aho-corasick-0.7.10.crate
/aho-corasick-0.7.13.crate
/aho-corasick-0.7.15.crate
/aho-corasick-0.7.18.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate aho-corasick
Name: rust-%{crate}
Version: 0.7.15
Release: 2%{?dist}
Version: 0.7.18
Release: 1%{?dist}
Summary: Fast multiple substring searching
# Upstream license specification: Unlicense/MIT
@ -83,6 +83,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 10 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.18-1
- Update to version 0.7.18.
- Fixes RHBZ#1955852
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (aho-corasick-0.7.15.crate) = e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00

Loading…
Cancel
Save