From 232f67359211b96ee0ee3eafc382ec82ddf86f60 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 22 Aug 2021 17:37:18 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 14 ++++++++++++++ rust-pyo3.spec | 17 ++--------------- 2 files changed, 16 insertions(+), 15 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..52ccd69 --- /dev/null +++ b/changelog @@ -0,0 +1,14 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 0.13.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun Feb 14 2021 Fabio Valentini - 0.13.2-1 +- Update to version 0.13.2. + +* Wed Jan 27 2021 Fedora Release Engineering - 0.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Jan 10 2021 Fabio Valentini - 0.13.1-1 +- Update to version 0.13.1. + +* Thu Jan 07 2021 Fabio Valentini - 0.13.0-1 +- Initial package diff --git a/rust-pyo3.spec b/rust-pyo3.spec index e9fc267..a70571b 100644 --- a/rust-pyo3.spec +++ b/rust-pyo3.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.13.2 -Release: 2%{?dist} +Release: %autorelease Summary: Bindings to Python interpreter # Upstream license specification: Apache-2.0 @@ -315,17 +315,4 @@ echo 'python3-devel >= 3.6' %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.13.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun Feb 14 2021 Fabio Valentini - 0.13.2-1 -- Update to version 0.13.2. - -* Wed Jan 27 2021 Fedora Release Engineering - 0.13.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Jan 10 2021 Fabio Valentini - 0.13.1-1 -- Update to version 0.13.1. - -* Thu Jan 07 2021 Fabio Valentini - 0.13.0-1 -- Initial package +%autochangelog