diff --git a/rust-safemem.spec b/rust-safemem.spec index 910a809..77aaafa 100644 --- a/rust-safemem.spec +++ b/rust-safemem.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Safe wrappers for memory-accessing functions, like `std::ptr::copy()` License: MIT or ASL 2.0 @@ -52,6 +52,9 @@ sed -i 's/\r$//' README.md %{cargo_registry}/%{crate}-%{version}/ %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.2.0-3 +- Rebuild for rust-packaging v5 + * Mon Nov 06 2017 Igor Gnatenko - 0.2.0-2 - Fix wrong-file-end-of-line-encoding