From 7daca0d648fc98074fbc93c69e5596815098e172 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:26:45 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- tix.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tix.spec b/tix.spec index ef8e06a..502b3a5 100644 --- a/tix.spec +++ b/tix.spec @@ -8,7 +8,7 @@ Summary: A set of extension widgets for Tk Name: tix Epoch: 1 Version: %{tixmajor}.3 -Release: 40%{?dist} +Release: 41%{?dist} License: TCL URL: http://tix.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/Tix%{version}-src.tar.gz @@ -128,6 +128,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/Tix%{tixmajor}/license.terms %doc %{tcl_sitelib}/Tix%{tixmajor} %changelog +* Mon Jun 24 2024 Troy Dawson - 1:8.4.3-41 +- Bump release for June 2024 mass rebuild + * Mon Jan 29 2024 Florian Weimer - 1:8.4.3-40 - Fix C89 compatibility issues (GCC 14 build failure)