diff --git a/rust-enum-map.spec b/rust-enum-map.spec index 52c9b5f..77ff061 100644 --- a/rust-enum-map.spec +++ b/rust-enum-map.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Map with C-like enum keys represented internally as an array # Upstream license specification: MIT/Apache-2.0 @@ -94,5 +94,8 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue May 11 14:39:00 PDT 2021 Davide Cavalca - 1.1.0-1 - Initial package