diff --git a/rust-datetime.spec b/rust-datetime.spec index 45c88de..1a8c3cc 100644 --- a/rust-datetime.spec +++ b/rust-datetime.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for date and time formatting and arithmetic # https://github.com/rust-datetime/datetime/issues/20 @@ -70,5 +70,8 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/tests/generate_tests.rb %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.4.7-2 +- Rebuild for rust-packaging v5 + * Tue Nov 21 2017 Igor Gnatenko - 0.4.7-1 - Initial package