From ca7e5c337f1609d485ffb508d7c77879fd7c0f33 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 21 Dec 2021 18:46:55 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 17 +++++++++++++++++ rust-fastrand.spec | 20 ++------------------ 2 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..c822334 --- /dev/null +++ b/changelog @@ -0,0 +1,17 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 1.4.1-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Apr 28 2021 Fabio Valentini - 1.4.1-1 +- Update to version 1.4.1. +- Fixes RHBZ#1953168 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jan 06 17:11:04 CET 2021 Fabio Valentini - 1.4.0-1 +- Update to version 1.4.0. +- Fixes RHBZ#1913388 + +* Mon Aug 03 02:00:40 +04 2020 Marc-André Lureau - 1.3.4-1 +- Initial package, rhbz#1862945 diff --git a/rust-fastrand.spec b/rust-fastrand.spec index 9fa455c..8abb8ba 100644 --- a/rust-fastrand.spec +++ b/rust-fastrand.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.4.1 -Release: 2%{?dist} +Release: %autorelease Summary: Simple and fast random number generator # Upstream license specification: Apache-2.0 OR MIT @@ -74,20 +74,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 1.4.1-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Apr 28 2021 Fabio Valentini - 1.4.1-1 -- Update to version 1.4.1. -- Fixes RHBZ#1953168 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jan 06 17:11:04 CET 2021 Fabio Valentini - 1.4.0-1 -- Update to version 1.4.0. -- Fixes RHBZ#1913388 - -* Mon Aug 03 02:00:40 +04 2020 Marc-André Lureau - 1.3.4-1 -- Initial package, rhbz#1862945 +%autochangelog