[mingw-tcl: 13/25] update to 8.5.9

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:56:25 UTC 2012


commit 8da88c7ba7ae19f22885f141e40826914c46a60a
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Dec 6 19:10:12 2010 +0100

    update to 8.5.9

 .gitignore                                       |    1 +
 mingw32-tcl.spec                                 |    9 +++++----
 sources                                          |    2 +-
 tcl-8.5.7-sigabrt.patch                          |   13 -------------
 tcl-8.5.0-hidden.patch => tcl-8.5.9-hidden.patch |    8 ++++----
 5 files changed, 11 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0380310..934c77e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 tcl8.5.7-src.tar.gz
 tcl8.5.8-src.tar.gz
+/tcl8.5.9-src.tar.gz
diff --git a/mingw32-tcl.spec b/mingw32-tcl.spec
index 66d81c0..e25b53f 100644
--- a/mingw32-tcl.spec
+++ b/mingw32-tcl.spec
@@ -8,7 +8,7 @@
 %global majorver1 8
 %global majorver2 5
 %global majorver %{majorver1}.%{majorver2}
-%global	vers %{majorver}.8
+%global	vers %{majorver}.9
 
 %global name1 tcl
 
@@ -35,8 +35,7 @@ BuildRequires: mingw32-runtime
 BuildRequires: mingw32-w32api
 Patch0: tcl-8.5.1-autopath.patch
 Patch1: tcl-8.5.0-conf.patch
-Patch2: tcl-8.5.0-hidden.patch
-Patch3: tcl-8.5.7-sigabrt.patch
+Patch2: tcl-8.5.9-hidden.patch
 Patch4: tcl-8.5.6-mingw32.patch
 Patch5: tcl-nativetclsh.patch
 
@@ -60,7 +59,6 @@ chmod -x generic/tclThreadAlloc.c
 %patch0 -p1 -b .autopath
 %patch1 -p1 -b .conf
 %patch2 -p1 -b .hidden
-%patch3 -p1 -b .sigabrt
 %patch4 -p0 -b .mingw32
 %patch5 -p0 -b .nativetclsh
 
@@ -130,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.terms
 
 %changelog
+* Mon Dec  6 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.9-1
+- update to 8.5.9
+
 * Thu Aug  5 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.8-1
 - update to 8.5.8
 
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