From dbdb7b712917dbd1fe4a42baaf7559c14642ad55 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 9 Dec 2021 14:56:11 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 31 +++++++++++++++++++++++++++++++ rust-rustversion.spec | 34 ++-------------------------------- 2 files changed, 33 insertions(+), 32 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..c839c5a --- /dev/null +++ b/changelog @@ -0,0 +1,31 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 16 2021 Fabio Valentini - 1.0.5-1 +- Update to version 1.0.5. +- Fixes RHBZ#1960790 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Nov 12 2020 Fabio Valentini - 1.0.4-1 +- Update to version 1.0.4. +- Fixes RHBZ#1891615 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 19 2020 Josh Stone - 1.0.3-1 +- Update to 1.0.3 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 27 2020 Josh Stone - 1.0.2-1 +- Update to 1.0.2 + +* Tue Jan 07 2020 Josh Stone - 1.0.1-1 +- Update to 1.0.1 + +* Sat Dec 14 09:30:25 CET 2019 Igor Gnatenko - 1.0.0-1 +- Initial package diff --git a/rust-rustversion.spec b/rust-rustversion.spec index eddd3ca..8003e62 100644 --- a/rust-rustversion.spec +++ b/rust-rustversion.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.5 -Release: 2%{?dist} +Release: %autorelease Summary: Conditional compilation according to rustc compiler version # Upstream license specification: MIT OR Apache-2.0 @@ -71,34 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 16 2021 Fabio Valentini - 1.0.5-1 -- Update to version 1.0.5. -- Fixes RHBZ#1960790 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Nov 12 2020 Fabio Valentini - 1.0.4-1 -- Update to version 1.0.4. -- Fixes RHBZ#1891615 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 19 2020 Josh Stone - 1.0.3-1 -- Update to 1.0.3 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Jan 27 2020 Josh Stone - 1.0.2-1 -- Update to 1.0.2 - -* Tue Jan 07 2020 Josh Stone - 1.0.1-1 -- Update to 1.0.1 - -* Sat Dec 14 09:30:25 CET 2019 Igor Gnatenko - 1.0.0-1 -- Initial package +%autochangelog