From ff31cba9803cc5cbd2daf080e86f0053e88d8706 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 7 Jun 2021 09:36:47 +0800 Subject: [PATCH] Completing build dependencies to fix gcc compiler missing error --- tclx.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tclx.spec b/tclx.spec index c661f3a..68438e3 100644 --- a/tclx.spec +++ b/tclx.spec @@ -2,13 +2,13 @@ %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}} Name: tclx Version: 8.4.0 -Release: 33 +Release: 34 Summary: Extensions for Tcl and Tk License: BSD URL: http://tclx.sourceforge.net/ Source: http://downloads.sourceforge.net/tclx/tclx8.4.tar.bz2 Requires: tcl >= 8.4.13, tk >= 8.4.13 -BuildRequires: tcl-devel >= 8.4.13, tk-devel >= 8.4.13 +BuildRequires: tcl-devel >= 8.4.13, tk-devel >= 8.4.13 gcc Patch0000: tclx-8.4-varinit.patch Patch0001: tclx-8.4-relid.patch Patch0002: tclx-8.4-man.patch @@ -76,6 +76,9 @@ echo '%{_libdir}/tcl%{tcl_version}/tclx8.4' > $RPM_BUILD_ROOT%{_sysconfdir}/ld.s %exclude %{_mandir}/man3/Handles.* %changelog -* Fri Nov 08 2019 Lijin Yang - 1.1.0-14 +* Mon May 31 2021 huanghaitao - 8.4.0-34 +- Completing build dependencies to fix gcc compiler missing error + +* Fri Nov 08 2019 Lijin Yang - 8.4.0-33 - Package init