[packages/tcl] - up to 8.6.8

arekm arekm at pld-linux.org
Tue May 15 23:03:46 CEST 2018


commit 659c21ba7f67d026c05eec527058722119113b07
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue May 15 23:03:39 2018 +0200

    - up to 8.6.8

 tcl-conf.patch | 7 +++----
 tcl.spec       | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/tcl.spec b/tcl.spec
index 1f87d2e..7ef54e4 100644
--- a/tcl.spec
+++ b/tcl.spec
@@ -6,7 +6,7 @@
 %bcond_without	tests	# don't perform "make test"
 #
 %define		major	8.6
-%define		minor	7
+%define		minor	8
 Summary:	Tool Command Language embeddable scripting language, with shared libraries
 Summary(fr.UTF-8):	Tool Command Language, langage de script avec bibliothèques partagées
 Summary(pl.UTF-8):	Tool Command Language - język skryptowy z bibliotekami dynamicznymi
@@ -19,7 +19,7 @@ Release:	1
 License:	BSD
 Group:		Development/Languages/Tcl
 Source0:	http://downloads.sourceforge.net/tcl/%{name}-core%{version}-src.tar.gz
-# Source0-md5:	3f723d62c2e074bdbb2ddf330b5a71e1
+# Source0-md5:	9804911b9ac76f76d698f28894af6c55
 Source1:	%{name}-pl-man-pages.tar.bz2
 # Source1-md5:	dd3370f2b588763758787831a4bf48fc
 Patch0:		%{name}-ieee.patch
diff --git a/tcl-conf.patch b/tcl-conf.patch
index 51ff0ec..66a3e3c 100644
--- a/tcl-conf.patch
+++ b/tcl-conf.patch
@@ -1,11 +1,10 @@
 --- tcl8.5.0/unix/tcl.m4.conf	2007-12-20 10:48:05.000000000 +0100
 +++ tcl8.5.0/unix/tcl.m4	2007-12-20 10:48:52.000000000 +0100
-@@ -1427,12 +1427,12 @@ dnl AC_CHECK_TOOL(AR, ar)
- 	    # get rid of the warnings.
+@@ -1403,11 +1403,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
  	    #CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
  
--	    SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS}'
-+	    SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS} -fPIC -Wl,-soname,${@}'
+ 	    SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared'
++	    SHLIB_LD='${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -Wl,-soname,${@}'
  	    DL_OBJS="tclLoadDl.o"
  	    DL_LIBS="-ldl"
  	    LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tcl.git/commitdiff/659c21ba7f67d026c05eec527058722119113b07



More information about the pld-cvs-commit mailing list