From e096684716b73f9b7140c67a86761607d7aee6db Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 4 Sep 2021 18:20:03 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 33 +++++++++++++++++++++++++++++++++ rust-tokio-util.spec | 36 ++---------------------------------- 2 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..66b0b74 --- /dev/null +++ b/changelog @@ -0,0 +1,33 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 0.6.7-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 16 2021 Fabio Valentini - 0.6.7-1 +- Update to version 0.6.7. +- Fixes RHBZ#1960725 + +* Thu Apr 29 2021 Fabio Valentini - 0.6.6-1 +- Update to version 0.6.6. +- Fixes RHBZ#1948748 + +* Sun Mar 21 2021 Fabio Valentini - 0.6.5-1 +- Update to version 0.6.5. +- Fixes RHBZ#1937131 + +* Sat Mar 06 2021 Fabio Valentini - 0.6.3-1 +- Update to version 0.6.3. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu May 14 19:52:05 CEST 2020 Igor Raits - 0.3.1-1 +- Update to 0.3.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Dec 14 00:07:31 CET 2019 Robert-André Mauchin - 0.2.0-1 +- Initial package diff --git a/rust-tokio-util.spec b/rust-tokio-util.spec index 776c788..f25a802 100644 --- a/rust-tokio-util.spec +++ b/rust-tokio-util.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.6.7 -Release: 2%{?dist} +Release: %autorelease Summary: Additional utilities for working with Tokio # Upstream license specification: MIT @@ -192,36 +192,4 @@ which use "time" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 0.6.7-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 16 2021 Fabio Valentini - 0.6.7-1 -- Update to version 0.6.7. -- Fixes RHBZ#1960725 - -* Thu Apr 29 2021 Fabio Valentini - 0.6.6-1 -- Update to version 0.6.6. -- Fixes RHBZ#1948748 - -* Sun Mar 21 2021 Fabio Valentini - 0.6.5-1 -- Update to version 0.6.5. -- Fixes RHBZ#1937131 - -* Sat Mar 06 2021 Fabio Valentini - 0.6.3-1 -- Update to version 0.6.3. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu May 14 19:52:05 CEST 2020 Igor Raits - 0.3.1-1 -- Update to 0.3.1 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Dec 14 00:07:31 CET 2019 Robert-André Mauchin - 0.2.0-1 -- Initial package +%autochangelog