From 3586150e4f5d84ec4470731fcfe2f8f3dbe94e12 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 9 Jul 2021 00:38:41 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 47 +++++++++++++++++++++++++++++++++++++++++++++ rust-imgref.spec | 50 ++---------------------------------------------- 2 files changed, 49 insertions(+), 48 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1976eb7 --- /dev/null +++ b/changelog @@ -0,0 +1,47 @@ +* Tue May 04 2021 Fabio Valentini - 1.9.0-1 +- Update to version 1.9.0. +- Fixes RHBZ#1944107 + +* Thu Mar 25 2021 Fabio Valentini - 1.8.0-1 +- Update to version 1.8.0. +- Fixes RHBZ#1938551 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Dec 31 2020 Fabio Valentini - 1.7.1-1 +- Update to version 1.7.1. +- Fixes RHBZ#1911702 + +* Thu Aug 20 2020 Josh Stone - 1.7.0-1 +- Update to 1.7.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed May 13 2020 Josh Stone - 1.6.1-1 +- Update to 1.6.1 + +* Mon May 04 2020 Josh Stone - 1.6.0-1 +- Update to 1.6.0 + +* Sun Apr 19 13:06:15 CEST 2020 Igor Raits - 1.4.3-1 +- Update to 1.4.3 + +* Fri Apr 17 2020 Josh Stone - 1.4.2-1 +- Update to 1.4.2 + +* Wed Apr 08 2020 Josh Stone - 1.4.1-1 +- Update to 1.4.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Sep 01 20:31:54 CEST 2019 Igor Gnatenko - 1.4.0-1 +- Update to 1.4.0 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Apr 30 21:46:48 EEST 2019 Artem Polishchuk - 1.3.5-1 +- Initial package diff --git a/rust-imgref.spec b/rust-imgref.spec index 52da973..1375fc3 100644 --- a/rust-imgref.spec +++ b/rust-imgref.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.9.0 -Release: 1%{?dist} +Release: %autorelease Summary: Interchange of 2-dimensional pixel buffers with width, height & stride # Upstream license specification: CC0-1.0 @@ -72,50 +72,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Tue May 04 2021 Fabio Valentini - 1.9.0-1 -- Update to version 1.9.0. -- Fixes RHBZ#1944107 - -* Thu Mar 25 2021 Fabio Valentini - 1.8.0-1 -- Update to version 1.8.0. -- Fixes RHBZ#1938551 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Dec 31 2020 Fabio Valentini - 1.7.1-1 -- Update to version 1.7.1. -- Fixes RHBZ#1911702 - -* Thu Aug 20 2020 Josh Stone - 1.7.0-1 -- Update to 1.7.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.6.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed May 13 2020 Josh Stone - 1.6.1-1 -- Update to 1.6.1 - -* Mon May 04 2020 Josh Stone - 1.6.0-1 -- Update to 1.6.0 - -* Sun Apr 19 13:06:15 CEST 2020 Igor Raits - 1.4.3-1 -- Update to 1.4.3 - -* Fri Apr 17 2020 Josh Stone - 1.4.2-1 -- Update to 1.4.2 - -* Wed Apr 08 2020 Josh Stone - 1.4.1-1 -- Update to 1.4.1 - -* Thu Jan 30 2020 Fedora Release Engineering - 1.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sun Sep 01 20:31:54 CEST 2019 Igor Gnatenko - 1.4.0-1 -- Update to 1.4.0 - -* Fri Jul 26 2019 Fedora Release Engineering - 1.3.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Apr 30 21:46:48 EEST 2019 Artem Polishchuk - 1.3.5-1 -- Initial package +%autochangelog