Update to 0.7.7

epel9
Josh Stone 5 years ago
parent 6d410bb853
commit 162570b346

1
.gitignore vendored

@ -8,3 +8,4 @@
/aho-corasick-0.7.3.crate
/aho-corasick-0.7.4.crate
/aho-corasick-0.7.6.crate
/aho-corasick-0.7.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate aho-corasick
Name: rust-%{crate}
Version: 0.7.6
Version: 0.7.7
Release: 1%{?dist}
Summary: Fast multiple substring searching
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license UNLICENSE LICENSE-MIT COPYING
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -83,6 +83,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Jan 30 2020 Josh Stone <jistone@redhat.com> - 0.7.7-1
- Update to 0.7.7
* Sun Aug 04 06:57:02 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.6-1
- Update to 0.7.6

@ -1 +1 @@
SHA512 (aho-corasick-0.7.6.crate) = 120aa28e72279f561d7f51657aa0800dd46504cd92f758f848284e5f3695be6f5e24056a66b0f2d971c527277e92ae938e2357ade37b5cbe1c93913a5dc308b1
SHA512 (aho-corasick-0.7.7.crate) = 347eb2953de9a8b85f66251fcb0d96d33f8fef9c1e7b7a6b2737bb571956c17108a550808e0aad614192f0043781e9808c3d84909dd29e9acdac6456e6e501f9

Loading…
Cancel
Save