diff --git a/python-decorator.spec b/python-decorator.spec index 80e657e6a5fdb37a24f165254f8f951c4287b99e..86cbec331026e5444c376dd8d29d4907e5ba56a3 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -1,5 +1,5 @@ %global pypi_name decorator -%define anolis_release 4 +%define anolis_release 5 Name: python-%{pypi_name} Version: 5.1.1 @@ -65,6 +65,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %doc README.rst CHANGES.md %changelog +* Tue Oct 29 2024 Troy Dawson - 5.1.1-12 +- Bump release for October 2024 mass rebuild: + * Wed Mar 13 2024 Zhao Hang - 5.1.1-4 - Rebuild with python3.11