From aec0445f4fd8019b79c7c14ee56e583c7f8939db Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 12 May 2022 16:29:55 +0200 Subject: [PATCH] Convert to rpmautospec --- changelog | 12 ++++++++++++ rust-ghost.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..f825d9d --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +* Fri Jan 21 2022 Fedora Release Engineering - 0.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 0.1.2-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Dec 10 2020 Fabio Valentini - 0.1.2-1 +- Initial package diff --git a/rust-ghost.spec b/rust-ghost.spec index 7927f46..8d3feb0 100644 --- a/rust-ghost.spec +++ b/rust-ghost.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.2 -Release: 4%{?dist} +Release: %autorelease Summary: Define your own PhantomData # Upstream license specification: MIT OR Apache-2.0 @@ -71,15 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.1.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering - 0.1.2-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.1.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Dec 10 2020 Fabio Valentini - 0.1.2-1 -- Initial package +%autochangelog