From 4bbd331a0a35d491ed3d84364bc5643ffbe4381c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 8 Jan 2018 21:09:58 +0100 Subject: [PATCH] Rebuild for rust-packaging v5 Signed-off-by: Igor Gnatenko --- rust-aho-corasick.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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