Bump release for June 2024 mass rebuild

This commit is contained in:
Troy Dawson 2024-06-24 09:16:30 -07:00
parent 5aca0a6034
commit f30d5d2431

View File

@ -14,7 +14,7 @@ License: MIT
# Increment Z when this is a bugfix or a cosmetic change # Increment Z when this is a bugfix or a cosmetic change
# Dropping support for EOL Fedoras is *not* considered a breaking change # Dropping support for EOL Fedoras is *not* considered a breaking change
Version: 1.12.0 Version: 1.12.0
Release: 1%{?dist} Release: 2%{?dist}
# Macro files # Macro files
Source001: macros.pyproject Source001: macros.pyproject
@ -171,6 +171,9 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856
%changelog %changelog
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.12.0-2
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Miro Hrončok <miro@hroncok.cz> - 1.12.0-1 * Fri Jan 26 2024 Miro Hrončok <miro@hroncok.cz> - 1.12.0-1
- Namespace pyproject-rpm-macros generated text files with %%{python3_pkgversion} - Namespace pyproject-rpm-macros generated text files with %%{python3_pkgversion}
- That way, a single-spec can be used to build packages for multiple Python versions - That way, a single-spec can be used to build packages for multiple Python versions