[mingw32-tcl/f14/master] update to 8.5.9

sailer sailer at fedoraproject.org
Thu Dec 23 12:10:53 UTC 2010


commit a44bfb30fe512621f6adb883725a2099836aa83b
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Thu Dec 23 13:05:03 2010 +0100

    update to 8.5.9

 .gitignore                                       |    2 ++
 sources                                          |    2 +-
 tcl-8.5.7-sigabrt.patch                          |   13 -------------
 tcl-8.5.0-hidden.patch => tcl-8.5.9-hidden.patch |    8 ++++----
 4 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62232c7..934c77e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 tcl8.5.7-src.tar.gz
+tcl8.5.8-src.tar.gz
+/tcl8.5.9-src.tar.gz
diff --git a/sources b/sources
index 470e796..ff42aa7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f123e53b3daaaba2478d3af5a0752e3  tcl8.5.8-src.tar.gz
+8512d8db3233041dd68a81476906012a  tcl8.5.9-src.tar.gz
diff --git a/tcl-8.5.0-hidden.patch b/tcl-8.5.9-hidden.patch
similarity index 94%
rename from tcl-8.5.0-hidden.patch
rename to tcl-8.5.9-hidden.patch
index 9a6d0be..451cda2 100644
--- a/tcl-8.5.0-hidden.patch
+++ b/tcl-8.5.9-hidden.patch
@@ -2,14 +2,14 @@ diff -up tcl8.5.6/generic/tclPort.h.old tcl8.5.6/generic/tclPort.h
 --- tcl8.5.6/generic/tclPort.h.old	2009-02-09 16:40:08.000000000 +0100
 +++ tcl8.5.6/generic/tclPort.h	2009-02-09 16:40:26.000000000 +0100
 @@ -24,7 +24,7 @@
- #if defined(__WIN32__)
- #   include "tclWinPort.h"
- #else
+ #endif
+ #include "tcl.h"
+ #if !defined(_WIN32)
 -#   include "tclUnixPort.h"
 +#   include "../unix/tclUnixPort.h"
  #endif
  
- #if !defined(LLONG_MIN)
+ #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


More information about the scm-commits mailing list