diff --git a/rust-crypto-mac.spec b/rust-crypto-mac.spec index c7ca5e7..4e786c1 100644 --- a/rust-crypto-mac.spec +++ b/rust-crypto-mac.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trait for Message Authentication Code (MAC) algorithms # Upstream license specification: MIT OR Apache-2.0 @@ -119,6 +119,9 @@ which use "std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Nov 14 2020 Fabio Valentini - 0.10.0-1 - Update to version 0.10.0. - Fixes RHBZ#1867794