diff --git a/rust-crossbeam.spec b/rust-crossbeam.spec index 498acdd..a98d1ad 100644 --- a/rust-crossbeam.spec +++ b/rust-crossbeam.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools for concurrent programming # Upstream license specification: MIT OR Apache-2.0 @@ -155,6 +155,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 12 2020 Fabio Valentini - 0.8.0-1 - Update to version 0.8.0. - Fixes RHBZ#1887296