From b5b597acfccd4c7a84a83a72e4c48967af0bdf38 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 18 Jul 2021 17:06:05 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 110 ++++++++++++++++++++++++++++++++++++++++++ rust-structopt.spec | 113 +------------------------------------------- 2 files changed, 112 insertions(+), 111 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..4522c4d --- /dev/null +++ b/changelog @@ -0,0 +1,110 @@ +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.21-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 13:33:31 CET 2020 Igor Raits - 0.3.21-2 +- Rebuild + +* Thu Dec 03 2020 Fabio Valentini - 0.3.21-1 +- Update to version 0.3.21. + +* Mon Nov 9 2020 Fabio Valentini - 0.3.20-1 +- Update to version 0.3.20. +- Drop "lints" and "paw" features with broken dependencies. +- Fixes RHBZ#1886429 + +* Wed Sep 23 2020 Fabio Valentini - 0.3.18-1 +- Update to version 0.3.18. + +* Wed Aug 26 2020 Josh Stone - 0.3.17-1 +- Update to 0.3.17 + +* Sat Aug 01 2020 Fedora Release Engineering - 0.3.15-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.15-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 19 2020 Josh Stone - 0.3.15-1 +- Update to 0.3.15 + +* Thu Apr 23 2020 Josh Stone - 0.3.14-1 +- Update to 0.3.14 + +* Thu Apr 09 2020 Josh Stone - 0.3.13-1 +- Update to 0.3.13 + +* Wed Mar 18 2020 Josh Stone - 0.3.12-1 +- Update to 0.3.12 + +* Mon Mar 02 09:09:28 CET 2020 Igor Raits - 0.3.11-1 +- Update to 0.3.11 + +* Mon Feb 10 2020 Josh Stone - 0.3.9-1 +- Update to 0.3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 15 2020 Josh Stone - 0.3.7-1 +- Update to 0.3.7 + +* Tue Dec 17 08:14:58 CET 2019 Igor Gnatenko - 0.3.5-1 +- Update to 0.3.5 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.2.18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jun 27 17:18:49 CEST 2019 Igor Gnatenko - 0.2.18-1 +- Update to 0.2.18 + +* Sun Jun 02 08:59:55 CEST 2019 Igor Gnatenko - 0.2.17-1 +- Update to 0.2.17 + +* Thu May 30 17:34:06 CEST 2019 Igor Gnatenko - 0.2.16-1 +- Update to 0.2.16 + +* Sun Mar 10 2019 Igor Gnatenko - 0.2.15-2 +- Do not pull optional dependencies + +* Sat Mar 09 2019 Igor Gnatenko - 0.2.15-1 +- Update to 0.2.15 + +* Sat Feb 02 2019 Fedora Release Engineering - 0.2.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Dec 10 2018 Josh Stone - 0.2.14-1 +- Update to 0.2.14 + +* Thu Nov 15 2018 Josh Stone - 0.2.13-1 +- Update to 0.2.13 + +* Fri Nov 09 2018 Josh Stone - 0.2.12-2 +- Adapt to new packaging + +* Thu Oct 11 2018 Josh Stone - 0.2.12-1 +- Update to 0.2.12 + +* Fri Oct 05 2018 Josh Stone - 0.2.11-1 +- Update to 0.2.11 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.2.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sat Jun 23 2018 Igor Gnatenko - 0.2.10-2 +- Adopt to new macro + +* Thu Jun 21 2018 Igor Gnatenko - 0.2.10-1 +- Update to 0.2.10 + +* Wed May 02 2018 Josh Stone - 0.2.8-1 +- Update to 0.2.8 + +* Tue Apr 17 2018 Josh Stone - 0.2.7-1 +- Update to 0.2.7 + +* Thu Mar 08 2018 Josh Stone - 0.2.5-1 +- Update to 0.2.5 + +* Fri Feb 09 2018 Igor Gnatenko - 0.1.7-1 +- Initial package diff --git a/rust-structopt.spec b/rust-structopt.spec index 54e5029..c28deb8 100644 --- a/rust-structopt.spec +++ b/rust-structopt.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.21 -Release: 3%{?dist} +Release: %autorelease Summary: Parse command line argument by defining a struct # Upstream license specification: Apache-2.0 OR MIT @@ -157,113 +157,4 @@ which use "yaml" feature of "%{crate}" crate. %endif %changelog -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.21-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 13:33:31 CET 2020 Igor Raits - 0.3.21-2 -- Rebuild - -* Thu Dec 03 2020 Fabio Valentini - 0.3.21-1 -- Update to version 0.3.21. - -* Mon Nov 9 2020 Fabio Valentini - 0.3.20-1 -- Update to version 0.3.20. -- Drop "lints" and "paw" features with broken dependencies. -- Fixes RHBZ#1886429 - -* Wed Sep 23 2020 Fabio Valentini - 0.3.18-1 -- Update to version 0.3.18. - -* Wed Aug 26 2020 Josh Stone - 0.3.17-1 -- Update to 0.3.17 - -* Sat Aug 01 2020 Fedora Release Engineering - 0.3.15-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.15-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 19 2020 Josh Stone - 0.3.15-1 -- Update to 0.3.15 - -* Thu Apr 23 2020 Josh Stone - 0.3.14-1 -- Update to 0.3.14 - -* Thu Apr 09 2020 Josh Stone - 0.3.13-1 -- Update to 0.3.13 - -* Wed Mar 18 2020 Josh Stone - 0.3.12-1 -- Update to 0.3.12 - -* Mon Mar 02 09:09:28 CET 2020 Igor Raits - 0.3.11-1 -- Update to 0.3.11 - -* Mon Feb 10 2020 Josh Stone - 0.3.9-1 -- Update to 0.3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.3.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jan 15 2020 Josh Stone - 0.3.7-1 -- Update to 0.3.7 - -* Tue Dec 17 08:14:58 CET 2019 Igor Gnatenko - 0.3.5-1 -- Update to 0.3.5 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.2.18-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jun 27 17:18:49 CEST 2019 Igor Gnatenko - 0.2.18-1 -- Update to 0.2.18 - -* Sun Jun 02 08:59:55 CEST 2019 Igor Gnatenko - 0.2.17-1 -- Update to 0.2.17 - -* Thu May 30 17:34:06 CEST 2019 Igor Gnatenko - 0.2.16-1 -- Update to 0.2.16 - -* Sun Mar 10 2019 Igor Gnatenko - 0.2.15-2 -- Do not pull optional dependencies - -* Sat Mar 09 2019 Igor Gnatenko - 0.2.15-1 -- Update to 0.2.15 - -* Sat Feb 02 2019 Fedora Release Engineering - 0.2.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Dec 10 2018 Josh Stone - 0.2.14-1 -- Update to 0.2.14 - -* Thu Nov 15 2018 Josh Stone - 0.2.13-1 -- Update to 0.2.13 - -* Fri Nov 09 2018 Josh Stone - 0.2.12-2 -- Adapt to new packaging - -* Thu Oct 11 2018 Josh Stone - 0.2.12-1 -- Update to 0.2.12 - -* Fri Oct 05 2018 Josh Stone - 0.2.11-1 -- Update to 0.2.11 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.2.10-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Sat Jun 23 2018 Igor Gnatenko - 0.2.10-2 -- Adopt to new macro - -* Thu Jun 21 2018 Igor Gnatenko - 0.2.10-1 -- Update to 0.2.10 - -* Wed May 02 2018 Josh Stone - 0.2.8-1 -- Update to 0.2.8 - -* Tue Apr 17 2018 Josh Stone - 0.2.7-1 -- Update to 0.2.7 - -* Thu Mar 08 2018 Josh Stone - 0.2.5-1 -- Update to 0.2.5 - -* Fri Feb 09 2018 Igor Gnatenko - 0.1.7-1 -- Initial package +%autochangelog