From 09019db156a501953a56b3a5f37d8740fb76ddcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sat, 13 Nov 2021 22:21:41 +0100 Subject: [PATCH] Convert to rpmautospec --- changelog | 26 ++++++++++++++++++++++++++ rust-zstd-safe.spec | 29 ++--------------------------- 2 files changed, 28 insertions(+), 27 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..3f97e5e --- /dev/null +++ b/changelog @@ -0,0 +1,26 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 4.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 10 2021 Fabio Valentini - 4.0.0-1 +- Update to version 4.0.0+zstd.1.4.9. + +* Sat Mar 06 2021 Fabio Valentini - 3.0.1-1 +- Update to version 3.0.1+zstd.1.4.9. + +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 19 2020 Josh Stone - 2.0.5-1 +- Update to 2.0.5+zstd.1.4.5 + +* Sat Jun 06 2020 Josh Stone - 2.0.4-1 +- Update to 2.0.4+zstd.1.4.5 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Dec 16 03:41:27 CET 2019 Robert-André Mauchin - 2.0.3-1 +- Initial package diff --git a/rust-zstd-safe.spec b/rust-zstd-safe.spec index 03eaab4..0f2055a 100644 --- a/rust-zstd-safe.spec +++ b/rust-zstd-safe.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 4.0.0 -Release: 2%{?dist} +Release: %autorelease Summary: Safe low-level bindings for the zstd compression library # Upstream license specification: MIT/Apache-2.0 @@ -172,29 +172,4 @@ which use "zstdmt" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 4.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 10 2021 Fabio Valentini - 4.0.0-1 -- Update to version 4.0.0+zstd.1.4.9. - -* Sat Mar 06 2021 Fabio Valentini - 3.0.1-1 -- Update to version 3.0.1+zstd.1.4.9. - -* Wed Jan 27 2021 Fedora Release Engineering - 2.0.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.0.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 19 2020 Josh Stone - 2.0.5-1 -- Update to 2.0.5+zstd.1.4.5 - -* Sat Jun 06 2020 Josh Stone - 2.0.4-1 -- Update to 2.0.4+zstd.1.4.5 - -* Thu Jan 30 2020 Fedora Release Engineering - 2.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Dec 16 03:41:27 CET 2019 Robert-André Mauchin - 2.0.3-1 -- Initial package +%autochangelog