From 1d96facf8c6e00f58f47227a23850321c80c0e0e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 30 Sep 2021 18:25:06 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 33 +++++++++++++++++++++++++++++++++ rust-ron.spec | 36 ++---------------------------------- 2 files changed, 35 insertions(+), 34 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..e80df41 --- /dev/null +++ b/changelog @@ -0,0 +1,33 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.6.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 0.6.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 29 2020 Fabio Valentini - 0.6.4-1 +- Update to version 0.6.4. +- Fixes RHBZ#1908993 + +* Fri Sep 11 2020 Josh Stone - 0.6.2-1 +- Update to 0.6.2 + +* Wed Aug 26 2020 Josh Stone - 0.6.1-1 +- Update to 0.6.1 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu May 21 2020 Josh Stone - 0.6.0-1 +- Update to 0.6.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.5.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun May 12 08:30:37 CEST 2019 Igor Gnatenko - 0.5.1-2 +- Update serde_bytes to 0.11 + +* Sat Apr 27 23:09:55 EEST 2019 Artem Polishchuk - 0.5.1-1 +- Initial package diff --git a/rust-ron.spec b/rust-ron.spec index 329380b..41606f7 100644 --- a/rust-ron.spec +++ b/rust-ron.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.6.4 -Release: 3%{?dist} +Release: %autorelease Summary: Rusty Object Notation # Upstream license specification: MIT/Apache-2.0 @@ -83,36 +83,4 @@ which use "indexmap" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.6.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering - 0.6.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Dec 29 2020 Fabio Valentini - 0.6.4-1 -- Update to version 0.6.4. -- Fixes RHBZ#1908993 - -* Fri Sep 11 2020 Josh Stone - 0.6.2-1 -- Update to 0.6.2 - -* Wed Aug 26 2020 Josh Stone - 0.6.1-1 -- Update to 0.6.1 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu May 21 2020 Josh Stone - 0.6.0-1 -- Update to 0.6.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.5.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jul 26 2019 Fedora Release Engineering - 0.5.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun May 12 08:30:37 CEST 2019 Igor Gnatenko - 0.5.1-2 -- Update serde_bytes to 0.11 - -* Sat Apr 27 23:09:55 EEST 2019 Artem Polishchuk - 0.5.1-1 -- Initial package +%autochangelog