From 868d64ba00985d528d300e767c0c9ecaf08b99c0 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 8 Aug 2021 21:21:58 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 37 +++++++++++++++++++++++++++++++++++++ rust-http-body.spec | 40 ++-------------------------------------- 2 files changed, 39 insertions(+), 38 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..65790b0 --- /dev/null +++ b/changelog @@ -0,0 +1,37 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 09 2021 Fabio Valentini - 0.4.2-1 +- Update to version 0.4.2. +- Fixes RHBZ#1958527 + +* Sun Mar 21 2021 Fabio Valentini - 0.4.1-1 +- Update to version 0.4.1. +- Fixes RHBZ#1940960 + +* Sat Mar 06 2021 Fabio Valentini - 0.4.0-1 +- Update to version 0.4.0. + +* 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 + +* Tue Feb 11 10:22:44 CET 2020 Igor Raits - 0.3.1-1 +- Update to 0.3.1 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 21 19:49:52 CEST 2019 Igor Gnatenko - 0.1.0-3 +- Regenerate + +* Sat Jun 08 2019 Igor Gnatenko - 0.1.0-2 +- Run tests in infrastructure + +* Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko - 0.1.0-1 +- Initial package diff --git a/rust-http-body.spec b/rust-http-body.spec index 5118b63..51428ee 100644 --- a/rust-http-body.spec +++ b/rust-http-body.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.2 -Release: 2%{?dist} +Release: %autorelease Summary: Trait representing an asynchronous, streaming, HTTP request or response body # Upstream license specification: MIT @@ -71,40 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 09 2021 Fabio Valentini - 0.4.2-1 -- Update to version 0.4.2. -- Fixes RHBZ#1958527 - -* Sun Mar 21 2021 Fabio Valentini - 0.4.1-1 -- Update to version 0.4.1. -- Fixes RHBZ#1940960 - -* Sat Mar 06 2021 Fabio Valentini - 0.4.0-1 -- Update to version 0.4.0. - -* 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 - -* Tue Feb 11 10:22:44 CET 2020 Igor Raits - 0.3.1-1 -- Update to 0.3.1 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.1.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 0.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 21 19:49:52 CEST 2019 Igor Gnatenko - 0.1.0-3 -- Regenerate - -* Sat Jun 08 2019 Igor Gnatenko - 0.1.0-2 -- Run tests in infrastructure - -* Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko - 0.1.0-1 -- Initial package +%autochangelog