diff --git a/rust-unindent.spec b/rust-unindent.spec index f0f1aa4..e2ed3fd 100644 --- a/rust-unindent.spec +++ b/rust-unindent.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Remove a column of leading whitespace from a string # https://github.com/dtolnay/indoc/issues/16 @@ -50,5 +50,8 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.2-2 +- Rebuild for rust-packaging v5 + * Tue Nov 14 2017 Igor Gnatenko - 0.1.2-1 - Initial package