From c0c79908d8813f284a5052598af991547e74ec68 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 27 Sep 2021 21:34:17 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 34 ++++++++++++++++++++++++++++++++++ rust-path-absolutize.spec | 37 ++----------------------------------- 2 files changed, 36 insertions(+), 35 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..0ec4e37 --- /dev/null +++ b/changelog @@ -0,0 +1,34 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 3.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 10 2021 Fabio Valentini - 3.0.10-1 +- Update to version 3.0.10. +- Fixes RHBZ#1952303 + +* Thu Mar 25 2021 Fabio Valentini - 3.0.7-1 +- Update to version 3.0.7. +- Fixes RHBZ#1937766 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Josh Stone - 3.0.6-1 +- Update to 3.0.6 + +* Wed Jul 29 2020 Fedora Release Engineering - 3.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Jun 21 09:06:41 CEST 2020 Igor Raits - 3.0.0-1 +- Update to 3.0.0 + +* Thu May 28 2020 Josh Stone - 2.0.2-1 +- Update to 2.0.2 + +* Wed May 27 12:12:10 CEST 2020 Igor Raits - 2.0.1-1 +- Update to 2.0.1 + +* Wed May 27 07:21:23 CEST 2020 Igor Raits - 2.0.0-1 +- Update to 2.0.0 + +* Tue May 26 11:51:56 CEST 2020 Igor Raits - 1.2.1-1 +- Initial package diff --git a/rust-path-absolutize.spec b/rust-path-absolutize.spec index 8aca3a5..8bf91f4 100644 --- a/rust-path-absolutize.spec +++ b/rust-path-absolutize.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 3.0.10 -Release: 2%{?dist} +Release: %autorelease Summary: Extend Path and PathBuf for getting an absolute path # Upstream license specification: MIT @@ -111,37 +111,4 @@ which use "unsafe_cache" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 3.0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon May 10 2021 Fabio Valentini - 3.0.10-1 -- Update to version 3.0.10. -- Fixes RHBZ#1952303 - -* Thu Mar 25 2021 Fabio Valentini - 3.0.7-1 -- Update to version 3.0.7. -- Fixes RHBZ#1937766 - -* Wed Jan 27 2021 Fedora Release Engineering - 3.0.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Josh Stone - 3.0.6-1 -- Update to 3.0.6 - -* Wed Jul 29 2020 Fedora Release Engineering - 3.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Jun 21 09:06:41 CEST 2020 Igor Raits - 3.0.0-1 -- Update to 3.0.0 - -* Thu May 28 2020 Josh Stone - 2.0.2-1 -- Update to 2.0.2 - -* Wed May 27 12:12:10 CEST 2020 Igor Raits - 2.0.1-1 -- Update to 2.0.1 - -* Wed May 27 07:21:23 CEST 2020 Igor Raits - 2.0.0-1 -- Update to 2.0.0 - -* Tue May 26 11:51:56 CEST 2020 Igor Raits - 1.2.1-1 -- Initial package +%autochangelog