diff --git a/rust-thread_local.spec b/rust-thread_local.spec index 83d1357..73ef918 100644 --- a/rust-thread_local.spec +++ b/rust-thread_local.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Per-object thread-local storage # Upstream license specification: Apache-2.0/MIT @@ -83,6 +83,9 @@ which use "criterion" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun Feb 07 2021 Fabio Valentini - 1.1.3-1 - Update to version 1.1.3. - Fixes RHBZ#1919457