From b4a8ee164308e4d150b2d4c28966016cbcccf6a5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 6 Nov 2021 10:41:26 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 49 +++++++++++++++++++++++++++++++++++++++++++++++ rust-dirs.spec | 52 ++------------------------------------------------ 2 files changed, 51 insertions(+), 50 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..d1cb4d0 --- /dev/null +++ b/changelog @@ -0,0 +1,49 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 3.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu May 13 2021 Fabio Valentini - 3.0.2-1 +- Update to version 3.0.2. +- Fixes RHBZ#1953116 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Aug 18 15:06:45 CEST 2020 Igor Raits - 3.0.1-1 +- Update to 3.0.1 + +* Sat Aug 01 2020 Fedora Release Engineering - 2.0.2-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 2.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Jul 28 21:24:16 CEST 2019 Igor Gnatenko - 2.0.2-1 +- Update to 2.0.2 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 19 12:35:48 CEST 2019 Igor Gnatenko - 2.0.1-1 +- Update to 1.0.5 + +* Thu Feb 28 2019 Josh Stone - 1.0.5-1 +- Update to 1.0.5 + +* Sat Feb 09 2019 Igor Gnatenko - 1.0.4-4 +- Run tests in infrastructure + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Nov 09 2018 Robert-André Mauchin - 1.0.4-2 +- Adapt to new packaging + +* Thu Sep 27 2018 Josh Stone - 1.0.4-1 +- Update to 1.0.4 + +* Tue Sep 18 2018 Josh Stone - 1.0.3-1 +- Initial package diff --git a/rust-dirs.spec b/rust-dirs.spec index 8363584..35cd6fb 100644 --- a/rust-dirs.spec +++ b/rust-dirs.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 3.0.2 -Release: 2%{?dist} +Release: %autorelease Summary: Platform abstractions for common directories # Upstream license specification: MIT OR Apache-2.0 @@ -75,52 +75,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 3.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 13 2021 Fabio Valentini - 3.0.2-1 -- Update to version 3.0.2. -- Fixes RHBZ#1953116 - -* Wed Jan 27 2021 Fedora Release Engineering - 3.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Aug 18 15:06:45 CEST 2020 Igor Raits - 3.0.1-1 -- Update to 3.0.1 - -* Sat Aug 01 2020 Fedora Release Engineering - 2.0.2-4 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 2.0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering - 2.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Jul 28 21:24:16 CEST 2019 Igor Gnatenko - 2.0.2-1 -- Update to 2.0.2 - -* Fri Jul 26 2019 Fedora Release Engineering - 2.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Jun 19 12:35:48 CEST 2019 Igor Gnatenko - 2.0.1-1 -- Update to 1.0.5 - -* Thu Feb 28 2019 Josh Stone - 1.0.5-1 -- Update to 1.0.5 - -* Sat Feb 09 2019 Igor Gnatenko - 1.0.4-4 -- Run tests in infrastructure - -* Sat Feb 02 2019 Fedora Release Engineering - 1.0.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Nov 09 2018 Robert-André Mauchin - 1.0.4-2 -- Adapt to new packaging - -* Thu Sep 27 2018 Josh Stone - 1.0.4-1 -- Update to 1.0.4 - -* Tue Sep 18 2018 Josh Stone - 1.0.3-1 -- Initial package +%autochangelog