From 06f57599a25697a16487c0498ace5c3e607720de Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 29 Mar 2022 22:29:38 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 12 ++++++++++++ rust-foreign-types-macros.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..3b5ced5 --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +* Fri Jan 21 2022 Fedora Release Engineering - 0.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 0.2.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Oct 08 2020 Fabio Valentini - 0.2.1-1 +- Initial package diff --git a/rust-foreign-types-macros.spec b/rust-foreign-types-macros.spec index 5a0edfd..05b3640 100644 --- a/rust-foreign-types-macros.spec +++ b/rust-foreign-types-macros.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.2.1 -Release: 4%{?dist} +Release: %autorelease Summary: Internal crate used by foreign-types # Upstream license specification: MIT/Apache-2.0 @@ -82,15 +82,4 @@ which use "std" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 0.2.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jul 27 2021 Fedora Release Engineering - 0.2.1-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.2.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Oct 08 2020 Fabio Valentini - 0.2.1-1 -- Initial package +%autochangelog