From 214628905ae29229b30299a416e0a20692e845a6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 27 Jul 2021 23:26:16 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 44 ++++++++++++++++++++++++++++++++++++++++++++ rust-sha-1.spec | 47 ++--------------------------------------------- 2 files changed, 46 insertions(+), 45 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..fef64dd --- /dev/null +++ b/changelog @@ -0,0 +1,44 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.9.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Feb 27 2021 Fabio Valentini - 0.9.4-1 +- Update to version 0.9.4. +- Fixes RHBZ#1929265 + +* Mon Feb 15 2021 Fabio Valentini - 0.9.3-1 +- Update to version 0.9.3. +- Fixes RHBZ#1923135 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 05 2020 Fabio Valentini - 0.9.2-1 +- Update to version 0.9.2. +- Fixes RHBZ#1894127 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 20 10:16:51 CEST 2020 Igor Raits - 0.9.1-1 +- Update to 0.9.1 + +* Sun Jun 21 17:15:34 CEST 2020 Igor Raits - 0.9.0-1 +- Update to 0.9.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Josh Stone - 0.8.2-1 +- Update to 0.8.2 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 23 10:30:56 CEST 2019 Igor Gnatenko - 0.8.1-3 +- Regenerate + +* Mon Feb 25 2019 Igor Gnatenko - 0.8.1-2 +- Trivial fixes + +* Sat Feb 23 2019 Randy Barlow - 0.8.1-1 +- Initial package diff --git a/rust-sha-1.spec b/rust-sha-1.spec index b8d6654..aa90410 100644 --- a/rust-sha-1.spec +++ b/rust-sha-1.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.9.4 -Release: 2%{?dist} +Release: %autorelease Summary: SHA-1 hash function # Upstream license specification: MIT OR Apache-2.0 @@ -110,47 +110,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.9.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Feb 27 2021 Fabio Valentini - 0.9.4-1 -- Update to version 0.9.4. -- Fixes RHBZ#1929265 - -* Mon Feb 15 2021 Fabio Valentini - 0.9.3-1 -- Update to version 0.9.3. -- Fixes RHBZ#1923135 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.9.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Nov 05 2020 Fabio Valentini - 0.9.2-1 -- Update to version 0.9.2. -- Fixes RHBZ#1894127 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.9.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 20 10:16:51 CEST 2020 Igor Raits - 0.9.1-1 -- Update to 0.9.1 - -* Sun Jun 21 17:15:34 CEST 2020 Igor Raits - 0.9.0-1 -- Update to 0.9.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.8.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Jan 07 2020 Josh Stone - 0.8.2-1 -- Update to 0.8.2 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.8.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jun 23 10:30:56 CEST 2019 Igor Gnatenko - 0.8.1-3 -- Regenerate - -* Mon Feb 25 2019 Igor Gnatenko - 0.8.1-2 -- Trivial fixes - -* Sat Feb 23 2019 Randy Barlow - 0.8.1-1 -- Initial package +%autochangelog