From 4c2d14b9e827759d34d4f2dae4f484999642034d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 11 Nov 2021 12:35:57 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 17 +++++++++++++++++ rust-polling.spec | 20 ++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..2c5d0e4 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 2.1.0-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 18 2021 Fabio Valentini - 2.1.0-1 +- Update to version 2.1.0. +- Fixes RHBZ#1971619 + +* Sun Mar 21 2021 Fabio Valentini - 2.0.3-1 +- Update to version 2.0.3. +- Fixes RHBZ#1941141 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jan 06 2021 Fabio Valentini - 2.0.2-1 +- Initial package diff --git a/rust-polling.spec b/rust-polling.spec index be83cef..f1d314e 100644 --- a/rust-polling.spec +++ b/rust-polling.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 2.1.0 -Release: 2%{?dist} +Release: %autorelease Summary: Portable interface to epoll, kqueue, event ports, and wepoll # Upstream license specification: Apache-2.0 OR MIT @@ -86,20 +86,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 2.1.0-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 18 2021 Fabio Valentini - 2.1.0-1 -- Update to version 2.1.0. -- Fixes RHBZ#1971619 - -* Sun Mar 21 2021 Fabio Valentini - 2.0.3-1 -- Update to version 2.0.3. -- Fixes RHBZ#1941141 - -* Wed Jan 27 2021 Fedora Release Engineering - 2.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jan 06 2021 Fabio Valentini - 2.0.2-1 -- Initial package +%autochangelog