From 407e0928ca4f43f01dd8600575232c602f0d5b15 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 8 Oct 2022 16:57:31 +0200 Subject: [PATCH] Convert to rpmautospec --- changelog | 18 ++++++++++++++++++ rust-form_urlencoded.spec | 21 ++------------------- 2 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..6a421ea --- /dev/null +++ b/changelog @@ -0,0 +1,18 @@ +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 1.0.1-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Feb 27 2021 Fabio Valentini - 1.0.1-1 +- Update to version 1.0.1. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sat Nov 07 2020 Fabio Valentini - 1.0.0-1 +- Initial package diff --git a/rust-form_urlencoded.spec b/rust-form_urlencoded.spec index 8223595..222a3e6 100644 --- a/rust-form_urlencoded.spec +++ b/rust-form_urlencoded.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.1 -Release: 4%{?dist} +Release: %autorelease Summary: Parser and serializer for application/x-www-form-urlencoded # Upstream license specification: MIT/Apache-2.0 @@ -71,21 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Sat Jul 23 2022 Fedora Release Engineering - 1.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jan 21 2022 Fedora Release Engineering - 1.0.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering - 1.0.1-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Feb 27 2021 Fabio Valentini - 1.0.1-1 -- Update to version 1.0.1. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sat Nov 07 2020 Fabio Valentini - 1.0.0-1 -- Initial package +%autochangelog