From 0ad79ae9fd43b9250ca1e04086038c1b7fdf4cf4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 25 May 2022 15:27:04 +0200 Subject: [PATCH] Convert to rpmautospec --- changelog | 30 ++++++++++++++++++++++++++++++ rust-ref-cast.spec | 33 ++------------------------------- 2 files changed, 32 insertions(+), 31 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..a5afa22 --- /dev/null +++ b/changelog @@ -0,0 +1,30 @@ +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 29 22:12:24 CET 2020 Igor Raits - 1.0.6-1 +- Update to 1.0.6 (Fixes: RHBZ#1911514) + +* Sun Dec 27 08:54:56 CET 2020 Igor Raits - 1.0.5-1 +- Update to 1.0.5 + +* Thu Nov 12 2020 Fabio Valentini - 1.0.3-1 +- Update to version 1.0.3. +- Fixes RHBZ#1892516 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 19 2020 Josh Stone - 1.0.2-1 +- Update to 1.0.2 + +* Mon Mar 23 19:32:42 CET 2020 Igor Raits - 1.0.1-1 +- Update to 1.0.1 + +* Mon Mar 23 18:53:43 CET 2020 Igor Raits - 1.0.0-1 +- Initial package diff --git a/rust-ref-cast.spec b/rust-ref-cast.spec index 9983cb2..569c956 100644 --- a/rust-ref-cast.spec +++ b/rust-ref-cast.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.6 -Release: 4%{?dist} +Release: %autorelease Summary: Safely cast &T to &U where the struct U contains a single field of type T # Upstream license specification: MIT OR Apache-2.0 @@ -71,33 +71,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jan 21 2022 Fedora Release Engineering - 1.0.6-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 29 22:12:24 CET 2020 Igor Raits - 1.0.6-1 -- Update to 1.0.6 (Fixes: RHBZ#1911514) - -* Sun Dec 27 08:54:56 CET 2020 Igor Raits - 1.0.5-1 -- Update to 1.0.5 - -* Thu Nov 12 2020 Fabio Valentini - 1.0.3-1 -- Update to version 1.0.3. -- Fixes RHBZ#1892516 - -* Wed Jul 29 2020 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jun 19 2020 Josh Stone - 1.0.2-1 -- Update to 1.0.2 - -* Mon Mar 23 19:32:42 CET 2020 Igor Raits - 1.0.1-1 -- Update to 1.0.1 - -* Mon Mar 23 18:53:43 CET 2020 Igor Raits - 1.0.0-1 -- Initial package +%autochangelog