diff --git a/rust-linked-hash-map.spec b/rust-linked-hash-map.spec index 760022e..568c8e4 100644 --- a/rust-linked-hash-map.spec +++ b/rust-linked-hash-map.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.5.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: HashMap wrapper that holds key-value pairs in insertion order # Upstream license specification: MIT/Apache-2.0 @@ -124,6 +124,9 @@ which use "serde_impl" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.5.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Oct 27 2018 Igor Gnatenko - 0.5.1-5 - Adapt to new packaging