From 3ad229a3f693f67c22343ff0fe266eea0790785d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 28 Feb 2023 14:41:33 +0100 Subject: [PATCH] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 27 +++++++++++++++++++++++++++ rust-funty.spec | 30 ++---------------------------- 2 files changed, 29 insertions(+), 28 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..d10ceee --- /dev/null +++ b/changelog @@ -0,0 +1,27 @@ +* Fri Jan 20 2023 Fedora Release Engineering - 1.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Feb 17 2021 Fabio Valentini - 1.1.0-3 +- Bump Release to fix NVR collision on f34. + +* Wed Feb 17 2021 Fabio Valentini - 1.1.0-2 +- Downgrade to version 1.1.0 due to big issues in 1.2.0 breaking bitvec and nom. + +* Sun Feb 14 2021 Fabio Valentini - 1.2.0-1 +- Update to version 1.2.0. +- Fixes RHBZ#1928339 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Jan 07 2021 Fabio Valentini - 1.1.0-1 +- Initial package diff --git a/rust-funty.spec b/rust-funty.spec index 16daac1..2a46ea1 100644 --- a/rust-funty.spec +++ b/rust-funty.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.1.0 -Release: 7%{?dist} +Release: %autorelease Summary: Trait generalization over the primitive types # Upstream license specification: MIT @@ -82,30 +82,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 20 2023 Fedora Release Engineering - 1.1.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering - 1.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Feb 17 2021 Fabio Valentini - 1.1.0-3 -- Bump Release to fix NVR collision on f34. - -* Wed Feb 17 2021 Fabio Valentini - 1.1.0-2 -- Downgrade to version 1.1.0 due to big issues in 1.2.0 breaking bitvec and nom. - -* Sun Feb 14 2021 Fabio Valentini - 1.2.0-1 -- Update to version 1.2.0. -- Fixes RHBZ#1928339 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 07 2021 Fabio Valentini - 1.1.0-1 -- Initial package +%autochangelog