diff --git a/rust-scoped-tls.spec b/rust-scoped-tls.spec index c920e95..e9caddc 100644 --- a/rust-scoped-tls.spec +++ b/rust-scoped-tls.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implementation of the standard library's old `scoped_thread_local!` macro # Upstream license specification: MIT/Apache-2.0 @@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Jul 21 08:58:00 CEST 2019 Igor Gnatenko - 1.0.0-2 - Regenerate