From 982433c89b5fe725c5777f517edc07f8b40c91b7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 18 Nov 2021 13:41:21 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 18 ++++++++++++++++++ rust-time-macros.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..5bed04e --- /dev/null +++ b/changelog @@ -0,0 +1,18 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 01 2020 Fabio Valentini - 0.1.1-1 +- Update to version 0.1.1. + +* Sat Aug 01 2020 Fedora Release Engineering - 0.1.0-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jan 27 2020 Josh Stone - 0.1.0-1 +- Initial package diff --git a/rust-time-macros.spec b/rust-time-macros.spec index 563bcb9..9c480d3 100644 --- a/rust-time-macros.spec +++ b/rust-time-macros.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.1 -Release: 3%{?dist} +Release: %autorelease Summary: Procedural macros for the time crate # Upstream license specification: MIT OR Apache-2.0 @@ -70,21 +70,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Oct 01 2020 Fabio Valentini - 0.1.1-1 -- Update to version 0.1.1. - -* Sat Aug 01 2020 Fedora Release Engineering - 0.1.0-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jan 27 2020 Josh Stone - 0.1.0-1 -- Initial package +%autochangelog