From c76fe71c292c839b0b98b402ada5904eed61a754 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 29 Jul 2021 14:21:51 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 12 ++++++++++++ rust-relative-path.spec | 15 ++------------- 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..1aba020 --- /dev/null +++ b/changelog @@ -0,0 +1,12 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue May 04 2021 Fabio Valentini - 1.4.0-1 +- Update to version 1.4.0. +- Fixes RHBZ#1956929 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Dec 25 14:28:44 CET 2020 Igor Raits - 1.3.2-1 +- Initial package diff --git a/rust-relative-path.spec b/rust-relative-path.spec index af4ef4f..05dea76 100644 --- a/rust-relative-path.spec +++ b/rust-relative-path.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.4.0 -Release: 2%{?dist} +Release: %autorelease Summary: Portable, relative paths for Rust # Upstream license specification: MIT/Apache-2.0 @@ -95,15 +95,4 @@ which use "serde" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue May 04 2021 Fabio Valentini - 1.4.0-1 -- Update to version 1.4.0. -- Fixes RHBZ#1956929 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Dec 25 14:28:44 CET 2020 Igor Raits - 1.3.2-1 -- Initial package +%autochangelog