From da24f15690730bd53e18cc98f64dcab50e07a2b8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 28 Aug 2021 23:25:20 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 21 +++++++++++++++++++++ rust-xcursor.spec | 24 ++---------------------- 2 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1c944fa --- /dev/null +++ b/changelog @@ -0,0 +1,21 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Feb 26 2021 Fabio Valentini - 0.3.3-1 +- Update to version 0.3.3. +- Fixes RHBZ#1900278 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 26 2020 Michel Alexandre Salim - 0.3.2-1 +- Update to 0.3.2 + +* Mon Jun 8 2020 Michel Alexandre Salim - 0.3.1-1 +- Update to 0.3.1 + +* Fri May 22 14:53:23 PDT 2020 Michel Alexandre Salim - 0.2.0-1 +- Initial package diff --git a/rust-xcursor.spec b/rust-xcursor.spec index b907478..ce1c806 100644 --- a/rust-xcursor.spec +++ b/rust-xcursor.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.3 -Release: 2%{?dist} +Release: %autorelease Summary: Library for loading XCursor themes # Upstream license specification: MIT @@ -71,24 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Feb 26 2021 Fabio Valentini - 0.3.3-1 -- Update to version 0.3.3. -- Fixes RHBZ#1900278 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 26 2020 Michel Alexandre Salim - 0.3.2-1 -- Update to 0.3.2 - -* Mon Jun 8 2020 Michel Alexandre Salim - 0.3.1-1 -- Update to 0.3.1 - -* Fri May 22 14:53:23 PDT 2020 Michel Alexandre Salim - 0.2.0-1 -- Initial package +%autochangelog