From baa1b6c5d0410e604337ed8fccbf1b270fefde52 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 18 Jul 2021 20:46:44 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 54 +++++++++++++++++++++++++++++++++++++ rust-thiserror-impl.spec | 57 ++-------------------------------------- 2 files changed, 56 insertions(+), 55 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..6761d68 --- /dev/null +++ b/changelog @@ -0,0 +1,54 @@ +* Sun May 23 2021 Fabio Valentini - 1.0.25-1 +- Update to version 1.0.25. + +* Wed Mar 03 2021 Fabio Valentini - 1.0.24-1 +- Update to version 1.0.24. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.23-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Dec 27 10:22:45 CET 2020 Igor Raits - 1.0.23-1 +- Update to 1.0.23 (Fixes: RHBZ#1911020) + +* Wed Nov 4 2020 Fabio Valentini - 1.0.22-1 +- Update to version 1.0.22. + +* Wed Oct 07 2020 Fabio Valentini - 1.0.21-1 +- Update to version 1.0.21. + +* Sat Aug 01 2020 Fedora Release Engineering - 1.0.20-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.20-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 19 2020 Josh Stone - 1.0.20-1 +- Update to 1.0.20 + +* Fri May 22 2020 Josh Stone - 1.0.19-1 +- Update to 1.0.19 + +* Sat May 16 19:37:01 CEST 2020 Igor Raits - 1.0.18-1 +- Update to 1.0.18 + +* Wed May 13 2020 Josh Stone - 1.0.17-1 +- Update to 1.0.17 + +* Wed Apr 29 2020 Josh Stone - 1.0.16-1 +- Update to 1.0.16 + +* Wed Apr 15 2020 Josh Stone - 1.0.15-1 +- Update to 1.0.15 + +* Mon Mar 30 08:08:24 CEST 2020 Igor Raits - 1.0.14-1 +- Update to 1.0.14 + +* Mon Mar 23 18:50:24 CET 2020 Igor Raits - 1.0.13-1 +- Update to 1.0.13 + +* Sat Mar 21 07:19:25 CET 2020 Igor Raits - 1.0.12-1 +- Update to 1.0.12 + +* Fri Feb 14 20:25:18 CET 2020 Igor Raits - 1.0.11-1 +- Initial package diff --git a/rust-thiserror-impl.spec b/rust-thiserror-impl.spec index 6cd678d..de1f710 100644 --- a/rust-thiserror-impl.spec +++ b/rust-thiserror-impl.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.25 -Release: 1%{?dist} +Release: %autorelease Summary: Implementation detail of the thiserror crate # Upstream license specification: MIT OR Apache-2.0 @@ -70,57 +70,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Sun May 23 2021 Fabio Valentini - 1.0.25-1 -- Update to version 1.0.25. - -* Wed Mar 03 2021 Fabio Valentini - 1.0.24-1 -- Update to version 1.0.24. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.23-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Dec 27 10:22:45 CET 2020 Igor Raits - 1.0.23-1 -- Update to 1.0.23 (Fixes: RHBZ#1911020) - -* Wed Nov 4 2020 Fabio Valentini - 1.0.22-1 -- Update to version 1.0.22. - -* Wed Oct 07 2020 Fabio Valentini - 1.0.21-1 -- Update to version 1.0.21. - -* Sat Aug 01 2020 Fedora Release Engineering - 1.0.20-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.0.20-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 19 2020 Josh Stone - 1.0.20-1 -- Update to 1.0.20 - -* Fri May 22 2020 Josh Stone - 1.0.19-1 -- Update to 1.0.19 - -* Sat May 16 19:37:01 CEST 2020 Igor Raits - 1.0.18-1 -- Update to 1.0.18 - -* Wed May 13 2020 Josh Stone - 1.0.17-1 -- Update to 1.0.17 - -* Wed Apr 29 2020 Josh Stone - 1.0.16-1 -- Update to 1.0.16 - -* Wed Apr 15 2020 Josh Stone - 1.0.15-1 -- Update to 1.0.15 - -* Mon Mar 30 08:08:24 CEST 2020 Igor Raits - 1.0.14-1 -- Update to 1.0.14 - -* Mon Mar 23 18:50:24 CET 2020 Igor Raits - 1.0.13-1 -- Update to 1.0.13 - -* Sat Mar 21 07:19:25 CET 2020 Igor Raits - 1.0.12-1 -- Update to 1.0.12 - -* Fri Feb 14 20:25:18 CET 2020 Igor Raits - 1.0.11-1 -- Initial package +%autochangelog