diff --git a/rust-cfg-if0.1.spec b/rust-cfg-if0.1.spec index aaf84d0..65d5bb5 100644 --- a/rust-cfg-if0.1.spec +++ b/rust-cfg-if0.1.spec @@ -6,7 +6,7 @@ Name: rust-%{crate}0.1 Version: 0.1.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Macro to ergonomically define an item depending on a large number of #[cfg] parameters # Upstream license specification: MIT/Apache-2.0 @@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Nov 24 2020 Fabio Valentini - 0.1.10-2 - Remove dependencies on compiler internals.