From b6a847beb56f6d3be88846738b1ab75ad6ef7b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 11 Oct 2021 15:41:09 +0200 Subject: [PATCH] Convert to rpmautospec --- changelog | 9 +++++++++ rust-cxxbridge-flags.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..f1a94dc --- /dev/null +++ b/changelog @@ -0,0 +1,9 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.49-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 21 2021 Jan Staněk - 1.0.49-1 +- Upgrade to version 1.0.49 + +* Mon Feb 01 13:16:01 CET 2021 Jan Staněk - 0.5.10-1 +- Initial package +- Manually specify provides for c++XY features (https://pagure.io/fedora-rust/rust2rpm/pull-request/123) diff --git a/rust-cxxbridge-flags.spec b/rust-cxxbridge-flags.spec index a63cd4d..e9be594 100644 --- a/rust-cxxbridge-flags.spec +++ b/rust-cxxbridge-flags.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.0.49 -Release: 2%{?dist} +Release: %{autorelease} Summary: Compiler configuration of the `cxx` crate (implementation detail) # Upstream license specification: MIT OR Apache-2.0 @@ -108,12 +108,4 @@ which use "c++20" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.49-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 21 2021 Jan Staněk - 1.0.49-1 -- Upgrade to version 1.0.49 - -* Mon Feb 01 13:16:01 CET 2021 Jan Staněk - 0.5.10-1 -- Initial package -- Manually specify provides for c++XY features (https://pagure.io/fedora-rust/rust2rpm/pull-request/123) +%autochangelog