From c0fa334474901d43a1bf3a90e43fefc1dc780e61 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 22 Nov 2021 08:06:50 +0100 Subject: [PATCH] convert to rpmautospec --- changelog | 25 +++++++++++++++++++++++++ python-setuptools-rust.spec | 28 ++-------------------------- 2 files changed, 27 insertions(+), 26 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..27175ff --- /dev/null +++ b/changelog @@ -0,0 +1,25 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.12.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jun 02 2021 Python Maint - 0.12.1-2 +- Rebuilt for Python 3.10 + +* Thu Mar 11 2021 Christian Heimes - 0.12.1-1 +- Update to 0.12.1 + +* Tue Mar 09 2021 Christian Heimes - 0.12.0-1 +- Update to 0.12.0 (#1936679) +- Run tomlgen example as test case + +* Thu Feb 11 2021 Christian Heimes - 0.11.6-4 +- Fix RHEL build: remove wheel build requirements, use rust-toolset + +* Thu Feb 11 2021 Christian Heimes - 0.11.6-3 +- Add RHEL packaging support + +* Wed Jan 27 2021 Fedora Release Engineering - 0.11.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Jan 14 2021 Christian Heimes - 0.11.6-1 +- Initial package. +- Resolves: rhbz#1906490 diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec index 23aa1d6..94eee6f 100644 --- a/python-setuptools-rust.spec +++ b/python-setuptools-rust.spec @@ -6,7 +6,7 @@ Name: python-setuptools-rust Version: 0.12.1 -Release: 3%{?dist} +Release: %autorelease Summary: Setuptools Rust extension plugin License: MIT @@ -92,28 +92,4 @@ cd ../.. %{python3_sitelib}/setuptools_rust-%{version}-py%{python3_version}.egg-info/ %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.12.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jun 02 2021 Python Maint - 0.12.1-2 -- Rebuilt for Python 3.10 - -* Thu Mar 11 2021 Christian Heimes - 0.12.1-1 -- Update to 0.12.1 - -* Tue Mar 09 2021 Christian Heimes - 0.12.0-1 -- Update to 0.12.0 (#1936679) -- Run tomlgen example as test case - -* Thu Feb 11 2021 Christian Heimes - 0.11.6-4 -- Fix RHEL build: remove wheel build requirements, use rust-toolset - -* Thu Feb 11 2021 Christian Heimes - 0.11.6-3 -- Add RHEL packaging support - -* Wed Jan 27 2021 Fedora Release Engineering - 0.11.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 14 2021 Christian Heimes - 0.11.6-1 -- Initial package. -- Resolves: rhbz#1906490 +%autochangelog