From 3408d6b45fa09badb102b20c9cb40bb57dcf4a5e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 7 May 2025 09:32:35 -0400 Subject: [PATCH] Convert to %autorelease and %autochangelog [skip changelog] --- changelog | 5 +++++ python-re-assert.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..5afb9bf --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +* Thu Oct 13 2022 Benjamin A. Beasley - 1.1.0-2 +- Run the tests from the GitHub archive + +* Sun Mar 21 2021 Chedi Toueiti - 1.1.0-1 +- Initial commit diff --git a/python-re-assert.spec b/python-re-assert.spec index 2dcaf7f..7b6db7f 100644 --- a/python-re-assert.spec +++ b/python-re-assert.spec @@ -3,7 +3,7 @@ Name: python-%{pkgname} Version: 1.1.0 -Release: 2%{?dist} +Release: %autorelease Summary: Show where your regex match assertion failed! # SPDX @@ -52,8 +52,4 @@ Summary: %summary %changelog -* Thu Oct 13 2022 Benjamin A. Beasley - 1.1.0-2 -- Run the tests from the GitHub archive - -* Sun Mar 21 2021 Chedi Toueiti - 1.1.0-1 -- Initial commit +%autochangelog