From fd92d0707aeebd60d0d434dfe4e4390d888e629b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 27 Sep 2021 19:50:31 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 21 +++++++++++++++++++++ rust-rand_distr.spec | 24 ++---------------------- 2 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..ea3eab6 --- /dev/null +++ b/changelog @@ -0,0 +1,21 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 17 2021 Fabio Valentini - 0.4.1-1 +- Update to version 0.4.1. +- Fixes RHBZ#1972297 + +* Thu Apr 08 2021 Fabio Valentini - 0.4.0-1 +- Update to version 0.4.0. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Oct 20 2020 Fabio Valentini - 0.3.0-1 +- Update to version 0.3.0. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Feb 16 07:32:47 CET 2020 Igor Raits - 0.2.2-1 +- Initial package diff --git a/rust-rand_distr.spec b/rust-rand_distr.spec index d0d5bc8..3531a29 100644 --- a/rust-rand_distr.spec +++ b/rust-rand_distr.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 2%{?dist} +Release: %autorelease Summary: Sampling from random number distributions # Upstream license specification: MIT OR Apache-2.0 @@ -107,24 +107,4 @@ which use "std_math" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jun 17 2021 Fabio Valentini - 0.4.1-1 -- Update to version 0.4.1. -- Fixes RHBZ#1972297 - -* Thu Apr 08 2021 Fabio Valentini - 0.4.0-1 -- Update to version 0.4.0. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Oct 20 2020 Fabio Valentini - 0.3.0-1 -- Update to version 0.3.0. - -* Wed Jul 29 2020 Fedora Release Engineering - 0.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sun Feb 16 07:32:47 CET 2020 Igor Raits - 0.2.2-1 -- Initial package +%autochangelog