diff --git a/rust-aho-corasick.spec b/rust-aho-corasick.spec index a9a9119..1013a5d 100644 --- a/rust-aho-corasick.spec +++ b/rust-aho-corasick.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.6.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast multiple substring searching with finite state machines License: Unlicense or MIT @@ -68,6 +68,9 @@ which use %{crate} from crates.io. %exclude %{_bindir}/aho-corasick-dot %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.6.4-3 +- Rebuild for rust-packaging v5 + * Mon Jan 01 2018 Igor Gnatenko - 0.6.4-2 - Bump quickcheck to 0.6 - Bump rand to 0.4