From 7db247b1be6b512940d25cbeb4fefe7a84e9c10f Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Tue, 27 Feb 2018 09:43:45 +0100 Subject: [PATCH] Add BuildRequires gcc --- tix.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tix.spec b/tix.spec index c1307d1..3fb7907 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: 21%{?dist} +Release: 22%{?dist} License: BSD Group: Development/Languages URL: http://tix.sourceforge.net/ @@ -21,6 +21,7 @@ Requires: tcl >= %{tcltkver}, tk >= %{tcltkver} Requires: /etc/ld.so.conf.d Buildrequires: tcl-devel >= %{tcltkver}, tk-devel >= %{tcltkver} BuildRequires: libX11-devel +BuildRequires: gcc %description Tix, the Tk Interface eXtension, is a powerful set of user interface @@ -127,6 +128,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/Tix%{tixmajor}/license.terms %doc %{tcl_sitelib}/Tix%{tixmajor} %changelog +* Tue Feb 27 2018 Vitezslav Crhonek - 1:8.4.3-22 +- Add BuildRequires gcc + * Fri Feb 09 2018 Fedora Release Engineering - 1:8.4.3-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild