diff --git a/rust-scopeguard.spec b/rust-scopeguard.spec index 0dd06f5..b4f3ce6 100644 --- a/rust-scopeguard.spec +++ b/rust-scopeguard.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: RAII scope guard that will run a given closure when it goes out of scope # Upstream license specification: MIT/Apache-2.0 @@ -87,6 +87,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Wed Jun 19 23:35:00 CEST 2019 Igor Gnatenko - 1.0.0-3 - Regenerate