diff --git a/changelog b/changelog new file mode 100644 index 0000000..cf39cce --- /dev/null +++ b/changelog @@ -0,0 +1,8 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 06 2020 Fabio Valentini - 0.8.0-1 +- Initial package diff --git a/rust-aes-gcm.spec b/rust-aes-gcm.spec index 021b61f..f5ea896 100644 --- a/rust-aes-gcm.spec +++ b/rust-aes-gcm.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.8.0 -Release: 3%{?dist} +Release: %autorelease Summary: AES-GCM (Galois/Counter Mode) AEAD Cipher implementation # Upstream license specification: Apache-2.0 OR MIT @@ -121,11 +121,4 @@ which use "zeroize" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.8.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 06 2020 Fabio Valentini - 0.8.0-1 -- Initial package +%autochangelog