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