From 12beae1b31bd19631726ddb9b63a6e17221b5eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 10 Aug 2017 13:02:58 +0200 Subject: [PATCH] New version Resolves: rhbz#1476424 --- sources | 2 +- tcl-8.6.3-conf.patch => tcl-8.6.7-conf.patch | 4 ++-- tcl-8.6.5-hidden.patch => tcl-8.6.7-hidden.patch | 6 +++--- tcl.spec | 12 ++++++++---- 4 files changed, 14 insertions(+), 10 deletions(-) rename tcl-8.6.3-conf.patch => tcl-8.6.7-conf.patch (88%) rename tcl-8.6.5-hidden.patch => tcl-8.6.7-hidden.patch (87%) diff --git a/sources b/sources index a962c9b..7386911 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -98ebf13bbd90257e006c219369dd5f67 tcl-core8.6.6-src.tar.gz +SHA512 (tcl-core8.6.7-src.tar.gz) = 95c8c5bcb4fe604a77ca6ba9d49f9e90d156feaa9f3ab97661983f256ab54476b103ec8de01cd47231ed95e6df5e36d60514aed2ba5b8f3619cc5a3698ad3ee5 diff --git a/tcl-8.6.3-conf.patch b/tcl-8.6.7-conf.patch similarity index 88% rename from tcl-8.6.3-conf.patch rename to tcl-8.6.7-conf.patch index 88ee416..4fa9c69 100644 --- a/tcl-8.6.3-conf.patch +++ b/tcl-8.6.7-conf.patch @@ -1,8 +1,8 @@ diff --git a/unix/tcl.m4 b/unix/tcl.m4 -index 277fe0b..afa0134 100644 +index 8a802fb..0df92fd 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 -@@ -1403,12 +1403,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ +@@ -1402,12 +1402,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ # get rid of the warnings. #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES" diff --git a/tcl-8.6.5-hidden.patch b/tcl-8.6.7-hidden.patch similarity index 87% rename from tcl-8.6.5-hidden.patch rename to tcl-8.6.7-hidden.patch index 440bd38..8892754 100644 --- a/tcl-8.6.5-hidden.patch +++ b/tcl-8.6.7-hidden.patch @@ -1,8 +1,8 @@ diff --git a/generic/tclInt.h b/generic/tclInt.h -index 42c13dd..705dc0e 100644 +index 2f830cc..9ce4f18 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h -@@ -3204,7 +3204,7 @@ MODULE_SCOPE void TclClockInit(Tcl_Interp *interp); +@@ -3207,7 +3207,7 @@ MODULE_SCOPE void TclClockInit(Tcl_Interp *interp); MODULE_SCOPE int TclClockOldscanObjCmd( ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); @@ -11,7 +11,7 @@ index 42c13dd..705dc0e 100644 Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); MODULE_SCOPE int Tcl_ConcatObjCmd(ClientData clientData, -@@ -3387,7 +3387,7 @@ MODULE_SCOPE int Tcl_RenameObjCmd(ClientData clientData, +@@ -3388,7 +3388,7 @@ MODULE_SCOPE int Tcl_RenameObjCmd(ClientData clientData, MODULE_SCOPE int Tcl_RepresentationCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); diff --git a/tcl.spec b/tcl.spec index 87bb4af..f916b89 100644 --- a/tcl.spec +++ b/tcl.spec @@ -1,5 +1,5 @@ %define majorver 8.6 -%define vers %{majorver}.6 +%define vers %{majorver}.7 %if ! 0%{?_module_build} %{!?sdt:%define sdt 1} %else @@ -10,7 +10,7 @@ Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 4%{?dist} +Release: 1%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -22,8 +22,8 @@ Provides: tcl(abi) = %{majorver} Obsoletes: tcl-tcldict <= %{vers} Provides: tcl-tcldict = %{vers} Patch0: tcl-8.6.3-autopath.patch -Patch1: tcl-8.6.3-conf.patch -Patch2: tcl-8.6.5-hidden.patch +Patch1: tcl-8.6.7-conf.patch +Patch2: tcl-8.6.7-hidden.patch # Upstream ticket: # https://core.tcl.tk/tcl/tktview/7d0db7c388f52de81faf12da332bc97a24f7b9e5 Patch3: tcl-8.6.5-parallel-make-fix.patch @@ -154,6 +154,10 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix %{_datadir}/%{name}%{majorver}/tclAppInit.c %changelog +* Thu Aug 10 2017 Jaroslav Škarvada - 1:8.6.7-1 +- New version + Resolves: rhbz#1476424 + * Fri Apr 21 2017 Karsten Hopp - 1:8.6.6-4 - use new _module_build macro to limit dependencies for Modularity