update to version 0.7.15

epel9
Fabio Valentini 4 years ago
parent 4cf88922b4
commit 8d0718577e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/aho-corasick-0.7.9.crate /aho-corasick-0.7.9.crate
/aho-corasick-0.7.10.crate /aho-corasick-0.7.10.crate
/aho-corasick-0.7.13.crate /aho-corasick-0.7.13.crate
/aho-corasick-0.7.15.crate

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

@ -1 +1 @@
SHA512 (aho-corasick-0.7.13.crate) = 9bd3c12559d6bdb1ce798a62c59a202771b48125afb6e1b5be76cad13d750d9bedd7acd77d69557e34a698b17ed7da6832a7813d48ee2627f4a2abd5e04263e6 SHA512 (aho-corasick-0.7.15.crate) = e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24

Loading…
Cancel
Save