From 205d38413c4a0b1424787db8d2f468d3b13b1f46 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:16:30 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- PyQt-builder.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyQt-builder.spec b/PyQt-builder.spec index e271bcd..b52205b 100644 --- a/PyQt-builder.spec +++ b/PyQt-builder.spec @@ -3,7 +3,7 @@ Name: %{srcname} Version: 1.15.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The PEP 517 compliant PyQt build system License: GPL-2.0-only OR GPL-3.0-only @@ -50,6 +50,9 @@ rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls %{python3_sitelib}/PyQt_builder-%{version}.dist-info %changelog +* Mon Jun 24 2024 Troy Dawson - 1.15.4-2 +- Bump release for June 2024 mass rebuild + * Sun Feb 04 2024 Scott Talbert - 1.15.4-1 - Update to new upstream release 1.15.4 (#2252258)