From 139ae7f974663e944d0eb7af9510b65a013d2bc9 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 2 Aug 2021 23:08:14 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 97 +++++++++++++++++++++++++++++++++++++++++ rust-num-bigint.spec | 100 +------------------------------------------ 2 files changed, 99 insertions(+), 98 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..51e5ef8 --- /dev/null +++ b/changelog @@ -0,0 +1,97 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Mar 05 2021 Fabio Valentini - 0.3.2-1 +- Update to version 0.3.2. +- Fixes RHBZ#1935543 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 04 2020 Fabio Valentini - 0.3.1-1 +- Update to version 0.3.1. +- Fixes RHBZ#1894295 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Josh Stone - 0.3.0-1 +- Update to 0.3.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Jan 27 2020 Josh Stone - 0.2.6-1 +- Update to 0.2.6 + +* Wed Jan 15 2020 Josh Stone - 0.2.5-1 +- Update to 0.2.5 + +* Tue Jan 07 2020 Josh Stone - 0.2.4-1 +- Update to 0.2.4 + +* Wed Nov 20 2019 Josh Stone - 0.2.3-1 +- Update to 0.2.3 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 22 12:53:03 CEST 2019 Igor Gnatenko - 0.2.2-6 +- Regenerate + +* Sun Jun 09 14:54:44 CEST 2019 Igor Gnatenko - 0.2.2-5 +- Regenerate + +* Sat Mar 16 2019 Igor Gnatenko - 0.2.2-4 +- Do not pull optional dependencies + +* Sat Feb 09 2019 Igor Gnatenko - 0.2.2-3 +- Run tests in infrastructure + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Dec 14 2018 Josh Stone - 0.2.2-1 +- Update to 0.2.2 + +* Sat Nov 03 2018 Josh Stone - 0.2.1-1 +- Update to 0.2.1 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jun 30 2018 Josh Stone - 0.2.0-1 +- Update to 0.2.0 + +* Mon May 14 2018 Josh Stone - 0.1.44-1 +- Update to 0.1.44 + +* Fri Feb 09 2018 Josh Stone - 0.1.43-1 +- Update to 0.1.43 + +* Thu Feb 08 2018 Josh Stone - 0.1.42-1 +- Update to 0.1.42 + +* Mon Jan 08 2018 Igor Gnatenko - 0.1.41-3 +- Rebuild for rust-packaging v5 + +* Mon Jan 01 2018 Igor Gnatenko - 0.1.41-2 +- Bump rand to 0.4 + +* Sat Dec 02 2017 Igor Gnatenko - 0.1.41-1 +- Update to 0.1.41 + +* Tue Nov 07 2017 Igor Gnatenko - 0.1.40-1 +- Update to 0.1.40 + +* Thu Jun 15 2017 Igor Gnatenko - 0.1.39-1 +- Update to 0.1.39 + +* Wed Jun 14 2017 Igor Gnatenko - 0.1.37-2 +- Port to use rust-packaging + +* Wed Mar 15 2017 Igor Gnatenko - 0.1.37-1 +- Update to 0.1.37 + +* Thu Mar 02 2017 Igor Gnatenko - 0.1.36-1 +- Initial package diff --git a/rust-num-bigint.spec b/rust-num-bigint.spec index d60781a..d22cd72 100644 --- a/rust-num-bigint.spec +++ b/rust-num-bigint.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.2 -Release: 2%{?dist} +Release: %autorelease Summary: Big integer implementation for Rust # Upstream license specification: MIT OR Apache-2.0 @@ -131,100 +131,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Mar 05 2021 Fabio Valentini - 0.3.2-1 -- Update to version 0.3.2. -- Fixes RHBZ#1935543 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Nov 04 2020 Fabio Valentini - 0.3.1-1 -- Update to version 0.3.1. -- Fixes RHBZ#1894295 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Josh Stone - 0.3.0-1 -- Update to 0.3.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.2.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Mon Jan 27 2020 Josh Stone - 0.2.6-1 -- Update to 0.2.6 - -* Wed Jan 15 2020 Josh Stone - 0.2.5-1 -- Update to 0.2.5 - -* Tue Jan 07 2020 Josh Stone - 0.2.4-1 -- Update to 0.2.4 - -* Wed Nov 20 2019 Josh Stone - 0.2.3-1 -- Update to 0.2.3 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Jun 22 12:53:03 CEST 2019 Igor Gnatenko - 0.2.2-6 -- Regenerate - -* Sun Jun 09 14:54:44 CEST 2019 Igor Gnatenko - 0.2.2-5 -- Regenerate - -* Sat Mar 16 2019 Igor Gnatenko - 0.2.2-4 -- Do not pull optional dependencies - -* Sat Feb 09 2019 Igor Gnatenko - 0.2.2-3 -- Run tests in infrastructure - -* Sat Feb 02 2019 Fedora Release Engineering - 0.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Dec 14 2018 Josh Stone - 0.2.2-1 -- Update to 0.2.2 - -* Sat Nov 03 2018 Josh Stone - 0.2.1-1 -- Update to 0.2.1 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Jun 30 2018 Josh Stone - 0.2.0-1 -- Update to 0.2.0 - -* Mon May 14 2018 Josh Stone - 0.1.44-1 -- Update to 0.1.44 - -* Fri Feb 09 2018 Josh Stone - 0.1.43-1 -- Update to 0.1.43 - -* Thu Feb 08 2018 Josh Stone - 0.1.42-1 -- Update to 0.1.42 - -* Mon Jan 08 2018 Igor Gnatenko - 0.1.41-3 -- Rebuild for rust-packaging v5 - -* Mon Jan 01 2018 Igor Gnatenko - 0.1.41-2 -- Bump rand to 0.4 - -* Sat Dec 02 2017 Igor Gnatenko - 0.1.41-1 -- Update to 0.1.41 - -* Tue Nov 07 2017 Igor Gnatenko - 0.1.40-1 -- Update to 0.1.40 - -* Thu Jun 15 2017 Igor Gnatenko - 0.1.39-1 -- Update to 0.1.39 - -* Wed Jun 14 2017 Igor Gnatenko - 0.1.37-2 -- Port to use rust-packaging - -* Wed Mar 15 2017 Igor Gnatenko - 0.1.37-1 -- Update to 0.1.37 - -* Thu Mar 02 2017 Igor Gnatenko - 0.1.36-1 -- Initial package +%autochangelog