diff --git a/rust-rustc-test.spec b/rust-rustc-test.spec index 0cd1f95..db75c2d 100644 --- a/rust-rustc-test.spec +++ b/rust-rustc-test.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fork of Rust’s `test` crate that doesn’t require unstable language features # https://github.com/servo/rustc-test/issues/5 @@ -58,5 +58,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.2.0-2 +- Rebuild for rust-packaging v5 + * Wed Jul 05 2017 Igor Gnatenko - 0.2.0-1 - Initial package