diff --git a/rust-fixedbitset.spec b/rust-fixedbitset.spec index 544fe51..efd5ef2 100644 --- a/rust-fixedbitset.spec +++ b/rust-fixedbitset.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple bitset collection # Upstream license specification: MIT/Apache-2.0 @@ -83,6 +83,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Mar 04 2021 Fabio Valentini - 0.3.2-1 - Update to version 0.3.2. - Fixes RHBZ#1919541