diff --git a/rust-aead.spec b/rust-aead.spec index 1734442..1501d21 100644 --- a/rust-aead.spec +++ b/rust-aead.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Traits for Authenticated Encryption with Associated Data (AEAD) 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.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Nov 14 2020 Fabio Valentini - 0.3.2-2 - Drop optional "heapless" dependency due to broken dependencies.