diff --git a/rust-wait-timeout.spec b/rust-wait-timeout.spec index 5c85fc3..f49ea00 100644 --- a/rust-wait-timeout.spec +++ b/rust-wait-timeout.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Crate to wait on a child process with a timeout License: MIT or ASL 2.0 @@ -57,5 +57,8 @@ which use %{crate} from crates.io. %exclude %{_bindir}/{exit,sleep} %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.5-2 +- Rebuild for rust-packaging v5 + * Mon Dec 04 2017 Igor Gnatenko - 0.1.5-1 - Initial package