diff --git a/rust-scoped-tls.spec b/rust-scoped-tls.spec index b1372c1..c2a5133 100644 --- a/rust-scoped-tls.spec +++ b/rust-scoped-tls.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Implementation of the standard library's old `scoped_thread_local!` macro # Upstream license specification: MIT/Apache-2.0 @@ -80,6 +80,9 @@ which use "nightly" feature of "%{crate}" crate. %endif %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Nov 09 2018 Josh Stone - 0.1.2-3 - Adapt to new packaging