From d2e129dd17e089cf8ac4a8170e54570353979f59 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 18 Jul 2021 11:28:37 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 48 +++++++++++++++++++++++++++++++++++++++++++++++ rust-open.spec | 51 ++------------------------------------------------ 2 files changed, 50 insertions(+), 49 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..30c6794 --- /dev/null +++ b/changelog @@ -0,0 +1,48 @@ +* Wed Apr 21 2021 Fabio Valentini - 1.7.0-1 +- Update to version 1.7.0. +- Fixes RHBZ#1950743 + +* Thu Mar 25 2021 Fabio Valentini - 1.6.0-1 +- Update to version 1.6.0. +- Fixes RHBZ#1937422 + +* Wed Mar 03 2021 Fabio Valentini - 1.5.1-1 +- Update to version 1.5.1. +- Fixes RHBZ#1934634 + +* Tue Mar 02 2021 Fabio Valentini - 1.5.0-1 +- Update to version 1.5.0. +- Fixes RHBZ#1933465 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Mar 10 2020 Josh Stone - 1.4.0-1 +- Update to 1.4.0 + +* Tue Feb 11 10:53:56 CET 2020 Igor Raits - 1.3.4-1 +- Update to 1.3.4 + +* Tue Feb 11 10:01:28 CET 2020 Igor Raits - 1.3.3-1 +- Update to 1.3.3 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Nov 23 2019 Josh Stone - 1.3.2-1 +- Update to 1.3.2 + +* Sat Aug 03 13:59:09 CEST 2019 Igor Gnatenko - 1.3.1-1 +- Update to 1.3.1 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Jun 22 16:50:38 CEST 2019 Igor Gnatenko - 1.2.2-2 +- Regenerate + +* Thu Mar 14 2019 Igor Gnatenko - 1.2.2-1 +- Initial package diff --git a/rust-open.spec b/rust-open.spec index 4abb909..2eae413 100644 --- a/rust-open.spec +++ b/rust-open.spec @@ -9,7 +9,7 @@ Name: rust-%{crate} Version: 1.7.0 -Release: 1%{?dist} +Release: %autorelease Summary: Open a path or URL using the program configured on the system # Upstream license specification: MIT @@ -78,51 +78,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Wed Apr 21 2021 Fabio Valentini - 1.7.0-1 -- Update to version 1.7.0. -- Fixes RHBZ#1950743 - -* Thu Mar 25 2021 Fabio Valentini - 1.6.0-1 -- Update to version 1.6.0. -- Fixes RHBZ#1937422 - -* Wed Mar 03 2021 Fabio Valentini - 1.5.1-1 -- Update to version 1.5.1. -- Fixes RHBZ#1934634 - -* Tue Mar 02 2021 Fabio Valentini - 1.5.0-1 -- Update to version 1.5.0. -- Fixes RHBZ#1933465 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Mar 10 2020 Josh Stone - 1.4.0-1 -- Update to 1.4.0 - -* Tue Feb 11 10:53:56 CET 2020 Igor Raits - 1.3.4-1 -- Update to 1.3.4 - -* Tue Feb 11 10:01:28 CET 2020 Igor Raits - 1.3.3-1 -- Update to 1.3.3 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Nov 23 2019 Josh Stone - 1.3.2-1 -- Update to 1.3.2 - -* Sat Aug 03 13:59:09 CEST 2019 Igor Gnatenko - 1.3.1-1 -- Update to 1.3.1 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.2.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Jun 22 16:50:38 CEST 2019 Igor Gnatenko - 1.2.2-2 -- Regenerate - -* Thu Mar 14 2019 Igor Gnatenko - 1.2.2-1 -- Initial package +%autochangelog