From 57c7b057e74e7626f53a4d46fb4412d26006a043 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 21 May 2023 14:49:12 +0200 Subject: [PATCH] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 32 ++++++++++++++++++++++++++++++++ rust-pure-rust-locales.spec | 35 ++--------------------------------- 2 files changed, 34 insertions(+), 33 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..e34a6d0 --- /dev/null +++ b/changelog @@ -0,0 +1,32 @@ +* Sat Jan 21 2023 Fedora Release Engineering - 0.5.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 0.5.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 0.5.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.5.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Apr 30 2021 Fabio Valentini - 0.5.6-1 +- Update to version 0.5.6. +- Fixes RHBZ#1945832 + +* Fri Mar 26 2021 Fabio Valentini - 0.5.5-1 +- Update to version 0.5.5. +- Fixes RHBZ#1936180 + +* Sat Feb 27 2021 Fabio Valentini - 0.5.4-1 +- Update to version 0.5.4. +- Fixes RHBZ#1930392 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Oct 09 2020 Fabio Valentini - 0.5.3-1 +- Update to version 0.5.3. + +* Wed Sep 16 2020 Fabio Valentini - 0.5.2-1 +- Initial package diff --git a/rust-pure-rust-locales.spec b/rust-pure-rust-locales.spec index 269f4b5..5a4b4a8 100644 --- a/rust-pure-rust-locales.spec +++ b/rust-pure-rust-locales.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.5.6 -Release: 5%{?dist} +Release: %autorelease Summary: Pure Rust locales imported directly from the GNU C Library # Upstream license specification: MIT OR Apache-2.0 @@ -73,35 +73,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Sat Jan 21 2023 Fedora Release Engineering - 0.5.6-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.5.6-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering - 0.5.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.5.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Apr 30 2021 Fabio Valentini - 0.5.6-1 -- Update to version 0.5.6. -- Fixes RHBZ#1945832 - -* Fri Mar 26 2021 Fabio Valentini - 0.5.5-1 -- Update to version 0.5.5. -- Fixes RHBZ#1936180 - -* Sat Feb 27 2021 Fabio Valentini - 0.5.4-1 -- Update to version 0.5.4. -- Fixes RHBZ#1930392 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Oct 09 2020 Fabio Valentini - 0.5.3-1 -- Update to version 0.5.3. - -* Wed Sep 16 2020 Fabio Valentini - 0.5.2-1 -- Initial package +%autochangelog