From 3eaa5038fe5a895cebb0e2852db915f1009818d4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 28 Jul 2021 11:23:31 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 15 +++++++++++++++ rust-float-ord.spec | 18 ++---------------- 2 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..dd56752 --- /dev/null +++ b/changelog @@ -0,0 +1,15 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 17 2021 Fabio Valentini - 0.3.1-1 +- Update to version 0.3.1. +- Fixes RHBZ#1945479 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 22 09:44:50 EST 2020 Randy Barlow - 0.2.0-1 +- Initial package diff --git a/rust-float-ord.spec b/rust-float-ord.spec index d28a0c5..667fd51 100644 --- a/rust-float-ord.spec +++ b/rust-float-ord.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.3.1 -Release: 2%{?dist} +Release: %autorelease Summary: Total ordering for floating-point numbers # Upstream license specification: MIT / Apache-2.0 @@ -73,18 +73,4 @@ dos2unix README.md %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jun 17 2021 Fabio Valentini - 0.3.1-1 -- Update to version 0.3.1. -- Fixes RHBZ#1945479 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.2.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jan 22 09:44:50 EST 2020 Randy Barlow - 0.2.0-1 -- Initial package +%autochangelog