From a41ab22c85b48ea6dce8860741b55fdf571b44b8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 18 Dec 2021 12:40:49 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 29 +++++++++++++++++++++++++++++ rust-serde_with_macros.spec | 32 ++------------------------------ 2 files changed, 31 insertions(+), 30 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..341e1ef --- /dev/null +++ b/changelog @@ -0,0 +1,29 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 1.4.1-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Feb 27 2021 Fabio Valentini - 1.4.1-1 +- Update to version 1.4.1. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 27 2020 Fabio Valentini - 1.3.0-1 +- Update to version 1.3.0. +- Fixes RHBZ#1900436 + +* Wed Oct 07 2020 Fabio Valentini - 1.2.2-1 +- Update to version 1.2.2. + +* Mon Oct 05 2020 Fabio Valentini - 1.2.1-1 +- Update to version 1.2.1. + +* Sat Aug 01 2020 Fedora Release Engineering - 1.1.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Feb 21 22:11:52 EET 2020 Artem Polishchuk - 1.1.0-1 +- Initial package diff --git a/rust-serde_with_macros.spec b/rust-serde_with_macros.spec index 3c9c9f2..3093a91 100644 --- a/rust-serde_with_macros.spec +++ b/rust-serde_with_macros.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.4.1 -Release: 2%{?dist} +Release: %autorelease Summary: Proc-macro library for serde_with # Upstream license specification: MIT OR Apache-2.0 @@ -71,32 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 1.4.1-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Feb 27 2021 Fabio Valentini - 1.4.1-1 -- Update to version 1.4.1. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 27 2020 Fabio Valentini - 1.3.0-1 -- Update to version 1.3.0. -- Fixes RHBZ#1900436 - -* Wed Oct 07 2020 Fabio Valentini - 1.2.2-1 -- Update to version 1.2.2. - -* Mon Oct 05 2020 Fabio Valentini - 1.2.1-1 -- Update to version 1.2.1. - -* Sat Aug 01 2020 Fedora Release Engineering - 1.1.0-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Feb 21 22:11:52 EET 2020 Artem Polishchuk - 1.1.0-1 -- Initial package +%autochangelog