diff --git a/rust-void.spec b/rust-void.spec index 82c9e60..a35af00 100644 --- a/rust-void.spec +++ b/rust-void.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Uninhabited void type for use in statically impossible cases # https://github.com/reem/rust-void/issues/15 @@ -51,6 +51,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 1.0.2-3 +- Rebuild for rust-packaging v5 + * Wed Jun 14 2017 Igor Gnatenko - 1.0.2-2 - Port to use rust-packaging