From d363a0e1ac370145d2ec93a4ebb1b9a7a2339ff2 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 18 Nov 2021 12:32:11 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 12 ++++++++++++ rust-httpdate.spec | 15 ++------------- 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..e2fb57c --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue May 25 2021 Fabio Valentini - 1.0.1-1 +- Update to version 1.0.1. +- Fixes RHBZ#1944377 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Sep 20 2020 Fabio Valentini - 0.3.2-1 +- Initial package diff --git a/rust-httpdate.spec b/rust-httpdate.spec index f9d6bae..8cc75cd 100644 --- a/rust-httpdate.spec +++ b/rust-httpdate.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.1 -Release: 2%{?dist} +Release: %autorelease Summary: HTTP date parsing and formatting # Upstream license specification: MIT/Apache-2.0 @@ -71,15 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue May 25 2021 Fabio Valentini - 1.0.1-1 -- Update to version 1.0.1. -- Fixes RHBZ#1944377 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Sep 20 2020 Fabio Valentini - 0.3.2-1 -- Initial package +%autochangelog