diff --git a/rust-safemem.spec b/rust-safemem.spec index c8f7787..ad33c9a 100644 --- a/rust-safemem.spec +++ b/rust-safemem.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Safe wrappers for memory-accessing functions, like `std::ptr::copy()` # Upstream license specification: MIT/Apache-2.0 @@ -78,6 +78,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.3.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sun Oct 28 2018 Igor Gnatenko - 0.3.0-4 - Adapt to new packaging