From 0fd83ae781bb6abbffa0d198e5d328a1ed179459 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 22 Aug 2021 17:31:24 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 14 ++++++++++++++ rust-pyo3-macros-backend.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..3910a88 --- /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 + +* Fri Feb 12 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-macros-backend.spec b/rust-pyo3-macros-backend.spec index f8d080b..343acc9 100644 --- a/rust-pyo3-macros-backend.spec +++ b/rust-pyo3-macros-backend.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.13.2 -Release: 2%{?dist} +Release: %autorelease Summary: Code generation for PyO3 package # Upstream license specification: Apache-2.0 @@ -70,17 +70,4 @@ which use "default" feature of "%{crate}" crate. %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 0.13.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Feb 12 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