New version

Resolves: rhbz#1476424
This commit is contained in:
Jaroslav Škarvada 2017-08-10 13:02:58 +02:00
parent 6bd054eafa
commit 12beae1b31
4 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
98ebf13bbd90257e006c219369dd5f67 tcl-core8.6.6-src.tar.gz
SHA512 (tcl-core8.6.7-src.tar.gz) = 95c8c5bcb4fe604a77ca6ba9d49f9e90d156feaa9f3ab97661983f256ab54476b103ec8de01cd47231ed95e6df5e36d60514aed2ba5b8f3619cc5a3698ad3ee5

View File

@ -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"

View File

@ -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[]);

View File

@ -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 <jskarvad@redhat.com> - 1:8.6.7-1
- New version
Resolves: rhbz#1476424
* Fri Apr 21 2017 Karsten Hopp <karsten@redhat.com> - 1:8.6.6-4
- use new _module_build macro to limit dependencies for Modularity