diff --git a/rust-cfg-if.spec b/rust-cfg-if.spec index ee274b6..9aef315 100644 --- a/rust-cfg-if.spec +++ b/rust-cfg-if.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters License: MIT or ASL 2.0 @@ -53,6 +53,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.2-3 +- Rebuild for rust-packaging v5 + * Sat Nov 04 2017 Igor Gnatenko - 0.1.2-2 - Add LICENSE-MIT to files