From ac9db39362c68fa9cb0e49e477aff2f39f70c1af Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 05:42:34 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/tix.git#7d1ee128ee80c376cec86a2c1b2a17642b68f16b --- tix.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tix.spec b/tix.spec index 9f53ebe..e0f14aa 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: 30%{?dist} +Release: 31%{?dist} License: TCL URL: http://tix.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/Tix%{version}-src.tar.gz @@ -19,6 +19,7 @@ Patch2: tix-8.4.3-covscan-fixes.patch Requires: tcl(abi) = 8.6 Requires: tcl >= %{tcltkver}, tk >= %{tcltkver} Requires: /etc/ld.so.conf.d +BuildRequires: make Buildrequires: tcl-devel >= %{tcltkver}, tk-devel >= %{tcltkver} BuildRequires: libX11-devel BuildRequires: gcc @@ -127,6 +128,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/Tix%{tixmajor}/license.terms %doc %{tcl_sitelib}/Tix%{tixmajor} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1:8.4.3-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Nov 26 2020 Vitezslav Crhonek - 1:8.4.3-30 - Use make macros, patch by Tom Stellard