commit eeae3634780ac68a6847cf1ec6e34e8f9da6f9a8
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Sat Jan 4 20:06:00 2014 +0100

    - up to 8.5.15

 libc-version.patch |  2 +-
 tcl-conf.patch     | 10 +---------
 tcl-hidden.patch   | 10 +++++-----
 tcl.spec           |  6 +++---
 4 files changed, 10 insertions(+), 18 deletions(-)
---
diff --git a/tcl.spec b/tcl.spec
index 70cf900..35bcff4 100644
--- a/tcl.spec
+++ b/tcl.spec
@@ -6,7 +6,7 @@
 %bcond_without tests   # don't perform "make test"
 #
 %define                major   8.5
-%define                minor   13
+%define                minor   15
 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
@@ -15,11 +15,11 @@ Summary(tr.UTF-8):  Tcl ile kullanılabilen betik dili
 Summary(uk.UTF-8):     Tool Command Language - вбудовувана мова скриптів
 Name:          tcl
 Version:       %{major}.%{minor}
-Release:       2
+Release:       1
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       
http://downloads.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
-# Source0-md5: fa3a9bf9b2d6ed2431f1baa46f4058b8
+# Source0-md5: f3df162f92c69b254079c4d0af7a690f
 Source1:       %{name}-pl-man-pages.tar.bz2
 # Source1-md5: dd3370f2b588763758787831a4bf48fc
 Patch0:                %{name}-ieee.patch
diff --git a/libc-version.patch b/libc-version.patch
index 7d4caf8..cb1b181 100644
--- a/libc-version.patch
+++ b/libc-version.patch
@@ -4,7 +4,7 @@
      if {![catch {
        set vdata [lindex [split [exec $libc] \n] 0]
      }]} {
--      regexp {([0-9]+(\.[0-9]+)*)} $vdata -> v
+-      regexp {version ([0-9]+(\.[0-9]+)*)} $vdata -> v
 +      regexp {version ([0-9]+(\.[0-9]+)*), by } $vdata -> v
        foreach {major minor} [split $v .] break
        set v glibc${major}.${minor}
diff --git a/tcl-conf.patch b/tcl-conf.patch
index 24d9045..51ff0ec 100644
--- a/tcl-conf.patch
+++ b/tcl-conf.patch
@@ -15,12 +15,4 @@
            LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS}
            AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"])
            AS_IF([test $do64bit = yes], [
-@@ -1464,7 +1464,7 @@ dnl AC_CHECK_TOOL(AR, ar)
-           SHLIB_LD_LIBS='${LIBS}'
-           SHLIB_SUFFIX=".so"
- 
--          SHLIB_LD='${CC} -shared'
-+          SHLIB_LD='${CC} ${CFLAGS} -shared -fPIC'
-           DL_OBJS=""
-           DL_LIBS="-ldl"
-           LDFLAGS="$LDFLAGS -Wl,--export-dynamic"
+
diff --git a/tcl-hidden.patch b/tcl-hidden.patch
index c47eafe..a6e3ee1 100644
--- a/tcl-hidden.patch
+++ b/tcl-hidden.patch
@@ -1,14 +1,14 @@
 --- tcl8.5.9/generic/tclPort.h.orig    2010-02-01 00:51:36.000000000 +0100
 +++ tcl8.5.9/generic/tclPort.h 2010-10-02 08:15:42.668708988 +0200
-@@ -24,7 +24,7 @@
- #endif
- #include "tcl.h"
- #if !defined(_WIN32)
+@@ -20,7 +20,7 @@
+ #if defined(_WIN32)
+ #   include "tclWinPort.h"
+ #else
 -#   include "tclUnixPort.h"
 +#   include "../unix/tclUnixPort.h"
  #endif
+ #include "tcl.h"
  
- #if defined(__CYGWIN__)
 diff -up tcl8.5.6/generic/tclInt.h.bbb tcl8.5.6/generic/tclInt.h
 --- tcl8.5.6/generic/tclInt.h.bbb      2008-11-14 01:22:39.000000000 +0100
 +++ tcl8.5.6/generic/tclInt.h  2009-02-11 13:05:13.000000000 +0100
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to