diff --git a/rust-typed-arena.spec b/rust-typed-arena.spec index cd65083..501913d 100644 --- a/rust-typed-arena.spec +++ b/rust-typed-arena.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The arena, a fast but limited type of allocator # https://github.com/SimonSapin/rust-typed-arena/issues/13 @@ -76,6 +76,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Feb 20 2019 Igor Gnatenko - 1.4.1-4 - Adapt to new packaging