From d45ea8b38c461f592d98a0fa280413d409530c5c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 9 Dec 2021 19:03:05 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 17 +++++++++++++++++ rust-publicsuffix.spec | 20 ++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..15250a4 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.5.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Feb 27 2021 Fabio Valentini - 1.5.6-1 +- Update to version 1.5.6. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.5.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.5.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Dec 17 20:20:32 CET 2019 Robert-André Mauchin - 1.5.4-1 +- Initial package diff --git a/rust-publicsuffix.spec b/rust-publicsuffix.spec index 104c2b0..d336a61 100644 --- a/rust-publicsuffix.spec +++ b/rust-publicsuffix.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.5.6 -Release: 2%{?dist} +Release: %autorelease Summary: Robust domain name parsing and RFC compliant email address validation # Upstream license specification: MIT/Apache-2.0 @@ -96,20 +96,4 @@ which use "remote_list" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.5.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Feb 27 2021 Fabio Valentini - 1.5.6-1 -- Update to version 1.5.6. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.5.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.5.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jan 30 2020 Fedora Release Engineering - 1.5.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Tue Dec 17 20:20:32 CET 2019 Robert-André Mauchin - 1.5.4-1 -- Initial package +%autochangelog