From fe55f7becf09ee7522744e5876350687a8d62694 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 28 Jul 2021 14:59:50 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 52 +++++++++++++++++++++++++++++++++++ rust-futures-executor.spec | 55 ++------------------------------------ 2 files changed, 54 insertions(+), 53 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1b0fbf4 --- /dev/null +++ b/changelog @@ -0,0 +1,52 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 0.3.15-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu May 27 2021 Fabio Valentini - 0.3.15-1 +- Update to version 0.3.15. + +* Thu Apr 22 2021 Fabio Valentini - 0.3.14-1 +- Update to version 0.3.14. + +* Tue Feb 23 2021 Fabio Valentini - 0.3.13-1 +- Update to version 0.3.13. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.12-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 15 2021 Fabio Valentini - 0.3.12-1 +- Update to version 0.3.12. + +* Wed Jan 13 2021 Fabio Valentini - 0.3.10-1 +- Update to version 0.3.10. + +* Fri Jan 08 2021 Fabio Valentini - 0.3.9-1 +- Update to version 0.3.9. + +* Tue Nov 10 2020 Fabio Valentini - 0.3.8-1 +- Update to version 0.3.8. +- Fixes RHBZ#1896106 + +* Mon Oct 26 2020 Fabio Valentini - 0.3.7-1 +- Update to version 0.3.7. + +* Wed Oct 07 2020 Fabio Valentini - 0.3.6-1 +- Update to version 0.3.6. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 09 2020 Josh Stone - 0.3.5-1 +- Update to 0.3.5 + +* Mon Feb 10 2020 Josh Stone - 0.3.4-1 +- Update to 0.3.4 + +* Thu Feb 06 2020 Josh Stone - 0.3.3-1 +- Update to 0.3.3 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Dec 14 09:57:45 CET 2019 Igor Gnatenko - 0.3.1-1 +- Initial package diff --git a/rust-futures-executor.spec b/rust-futures-executor.spec index be6735f..9573d78 100644 --- a/rust-futures-executor.spec +++ b/rust-futures-executor.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.3.15 -Release: 2%{?dist} +Release: %autorelease Summary: Executors for asynchronous tasks based on the futures-rs library # Upstream license specification: MIT OR Apache-2.0 @@ -107,55 +107,4 @@ which use "thread-pool" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 0.3.15-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 27 2021 Fabio Valentini - 0.3.15-1 -- Update to version 0.3.15. - -* Thu Apr 22 2021 Fabio Valentini - 0.3.14-1 -- Update to version 0.3.14. - -* Tue Feb 23 2021 Fabio Valentini - 0.3.13-1 -- Update to version 0.3.13. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.12-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 15 2021 Fabio Valentini - 0.3.12-1 -- Update to version 0.3.12. - -* Wed Jan 13 2021 Fabio Valentini - 0.3.10-1 -- Update to version 0.3.10. - -* Fri Jan 08 2021 Fabio Valentini - 0.3.9-1 -- Update to version 0.3.9. - -* Tue Nov 10 2020 Fabio Valentini - 0.3.8-1 -- Update to version 0.3.8. -- Fixes RHBZ#1896106 - -* Mon Oct 26 2020 Fabio Valentini - 0.3.7-1 -- Update to version 0.3.7. - -* Wed Oct 07 2020 Fabio Valentini - 0.3.6-1 -- Update to version 0.3.6. - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 09 2020 Josh Stone - 0.3.5-1 -- Update to 0.3.5 - -* Mon Feb 10 2020 Josh Stone - 0.3.4-1 -- Update to 0.3.4 - -* Thu Feb 06 2020 Josh Stone - 0.3.3-1 -- Update to 0.3.3 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Dec 14 09:57:45 CET 2019 Igor Gnatenko - 0.3.1-1 -- Initial package +%autochangelog