diff --git a/rust-aho-corasick.spec b/rust-aho-corasick.spec index 8a853d6..ab951b9 100644 --- a/rust-aho-corasick.spec +++ b/rust-aho-corasick.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.6.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fast multiple substring searching with finite state machines License: Unlicense or MIT @@ -65,6 +65,9 @@ which use %{crate} from crates.io. %exclude %{_bindir}/aho-corasick-dot %changelog +* Sat Jul 28 2018 Igor Gnatenko - 0.6.6-3 +- Rebuild to trigger tests + * Sat Jul 21 2018 Igor Gnatenko - 0.6.6-2 - Run tests in infrastructure