From 465ba47c596a9a82dbba5dd7ac115fe10540d7da Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 3 Feb 2023 23:13:50 +0100 Subject: [PATCH] Convert to rpmautospec --- changelog | 30 ++++++++++++++++++++++++++++++ rust-const-random.spec | 33 ++------------------------------- 2 files changed, 32 insertions(+), 31 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..d9c91d2 --- /dev/null +++ b/changelog @@ -0,0 +1,30 @@ +* Wed Dec 29 2021 Igor Raits - 0.1.13-3 +- Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Mar 25 2021 Fabio Valentini - 0.1.13-1 +- Update to version 0.1.13. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.11-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 6 2020 Fabio Valentini - 0.1.11-1 +- Update to version 0.1.11. +- Fixes RHBZ#1886089 + +* Wed Oct 07 2020 Fabio Valentini - 0.1.10-1 +- Update to version 0.1.10. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jan 23 2020 Josh Stone - 0.1.8-1 +- Update to 0.1.8 + +* Fri Dec 20 20:01:54 CET 2019 Igor Gnatenko - 0.1.6-1 +- Initial package diff --git a/rust-const-random.spec b/rust-const-random.spec index bbe904d..ece3a0a 100644 --- a/rust-const-random.spec +++ b/rust-const-random.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.13 -Release: 3%{?dist} +Release: %autorelease Summary: Provides compile time random number generation # Upstream license specification: MIT OR Apache-2.0 @@ -71,33 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Wed Dec 29 2021 Igor Raits - 0.1.13-3 -- Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 0.1.13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Mar 25 2021 Fabio Valentini - 0.1.13-1 -- Update to version 0.1.13. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1.11-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 6 2020 Fabio Valentini - 0.1.11-1 -- Update to version 0.1.11. -- Fixes RHBZ#1886089 - -* Wed Oct 07 2020 Fabio Valentini - 0.1.10-1 -- Update to version 0.1.10. - -* Wed Jul 29 2020 Fedora Release Engineering - 0.1.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering - 0.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Jan 23 2020 Josh Stone - 0.1.8-1 -- Update to 0.1.8 - -* Fri Dec 20 20:01:54 CET 2019 Igor Gnatenko - 0.1.6-1 -- Initial package +%autochangelog