diff --git a/rust-failure.spec b/rust-failure.spec index a2b26e5..5e676ca 100644 --- a/rust-failure.spec +++ b/rust-failure.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Experimental error handling abstraction License: MIT or ASL 2.0 @@ -55,5 +55,8 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/build-docs.sh %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.1-2 +- Rebuild for rust-packaging v5 + * Sat Jan 06 2018 Igor Gnatenko - 0.1.1-1 - Initial package