diff --git a/rust-version_check.spec b/rust-version_check.spec index 294e0de..734cfe4 100644 --- a/rust-version_check.spec +++ b/rust-version_check.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tiny crate to check the version of the installed/running rustc License: MIT @@ -51,5 +51,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.3-2 +- Rebuild for rust-packaging v5 + * Sat Nov 18 2017 Igor Gnatenko - 0.1.3-1 - Initial package