From 0b9eeb6e4fbe397f6a9dca2c3841fdee6ac89b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 15 Nov 2021 12:19:21 +0100 Subject: [PATCH] Convert specfile to use rpmautospec --- changelog | 9 +++++++++ rust-link-cplusplus.spec | 12 ++---------- 2 files changed, 11 insertions(+), 10 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..8d1cbc7 --- /dev/null +++ b/changelog @@ -0,0 +1,9 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Feb 11 2021 Jan Staněk - 1.0.5-2 +- Mark license files + +* Mon Feb 01 14:53:29 CET 2021 Jan Staněk - 1.0.5-1 +- Initial package +- Manually specify provides for libc++/libstdc++ (https://pagure.io/fedora-rust/rust2rpm/pull-request/123) diff --git a/rust-link-cplusplus.spec b/rust-link-cplusplus.spec index adc087f..1409fa6 100644 --- a/rust-link-cplusplus.spec +++ b/rust-link-cplusplus.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.5 -Release: 3%{?dist} +Release: %{autorelease} Summary: Link libstdc++ or libc++ automatically or manually # Upstream license specification: MIT OR Apache-2.0 @@ -134,12 +134,4 @@ which use "nothing" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Feb 11 2021 Jan Staněk - 1.0.5-2 -- Mark license files - -* Mon Feb 01 14:53:29 CET 2021 Jan Staněk - 1.0.5-1 -- Initial package -- Manually specify provides for libc++/libstdc++ (https://pagure.io/fedora-rust/rust2rpm/pull-request/123) +%{autochangelog}