diff --git a/rust-scopeguard.spec b/rust-scopeguard.spec index 77bea38..b7a679b 100644 --- a/rust-scopeguard.spec +++ b/rust-scopeguard.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: RAII scope guard that will run a given closure when it goes out of scope # Upstream license specification: MIT/Apache-2.0 @@ -82,6 +82,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.3.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Oct 27 2018 Igor Gnatenko - 0.3.3-6 - Adapt to new packaging