Update to 0.6.9

epel9
Josh Stone 6 years ago
parent 025a749d94
commit 2133a27af8

1
.gitignore vendored

@ -3,3 +3,4 @@
/aho-corasick-0.6.5.crate /aho-corasick-0.6.5.crate
/aho-corasick-0.6.6.crate /aho-corasick-0.6.6.crate
/aho-corasick-0.6.8.crate /aho-corasick-0.6.8.crate
/aho-corasick-0.6.9.crate

@ -1,11 +0,0 @@
--- aho-corasick-0.6.8/Cargo.toml 1970-01-01T01:00:00+01:00
+++ aho-corasick-0.6.8/Cargo.toml 2018-10-27T23:02:05.293757+02:00
@@ -14,7 +14,7 @@
name = "aho-corasick"
version = "0.6.8"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
-exclude = ["benches/sherlock.txt"]
+exclude = ["/benches/sherlock.txt", "/ci/*", "/.travis.yml", "/Makefile", "/ctags.rust", "/session.vim"]
description = "Fast multiple substring searching with finite state machines."
homepage = "https://github.com/BurntSushi/aho-corasick"
readme = "README.md"

@ -9,17 +9,14 @@
%global crate aho-corasick %global crate aho-corasick
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.8 Version: 0.6.9
Release: 2%{?dist} Release: 1%{?dist}
Summary: Fast multiple substring searching with finite state machines Summary: Fast multiple substring searching with finite state machines
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/aho-corasick URL: https://crates.io/crates/aho-corasick
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Exclude useless files, https://github.com/BurntSushi/aho-corasick/pull/38
Patch0: aho-corasick-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -82,6 +79,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Oct 29 2018 Josh Stone <jistone@redhat.com> - 0.6.9-1
- Update to 0.6.9
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.8-2 * Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.8-2
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (aho-corasick-0.6.8.crate) = 1adbce716a3082c3fcd3514c49af3872d926df14044767266707862c0ad7ee22848a6ce99903003c04a3e8f8cd91b38ec8ca5d4a2c9031bfec4c93cf71c15556 SHA512 (aho-corasick-0.6.9.crate) = 8dfc817b435d8a44fb4ca79bb20e283659c2fe9a75a4892389958f5880acc436bbe32552098429f15585ee025d064fdb5806b814f0e9d67a4261ffd23852172b

Loading…
Cancel
Save