[mingw-tcl] update to 8.5.13

sailer sailer at fedoraproject.org
Tue Dec 4 10:23:20 UTC 2012


commit 0b3b712b96d74acf9b756f8b79414ea8c34c9bbe
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Tue Dec 4 11:22:27 2012 +0100

    update to 8.5.13

 .gitignore                                        |    1 +
 mingw-tcl.spec                                    |    9 ++++++---
 sources                                           |    2 +-
 tcl-8.5.9-hidden.patch => tcl-8.5.12-hidden.patch |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f65deb2..61ea8b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ tcl8.5.7-src.tar.gz
 tcl8.5.8-src.tar.gz
 /tcl8.5.9-src.tar.gz
 /tcl8.5.11-src.tar.gz
+/tcl8.5.13-src.tar.gz
diff --git a/mingw-tcl.spec b/mingw-tcl.spec
index b8f5d0e..a1a18f5 100644
--- a/mingw-tcl.spec
+++ b/mingw-tcl.spec
@@ -3,14 +3,14 @@
 %global majorver1 8
 %global majorver2 5
 %global majorver %{majorver1}.%{majorver2}
-%global	vers %{majorver}.11
+%global	vers %{majorver}.13
 
 %global name1 tcl
 
 Summary: MinGW Windows Tool Command Language, pronounced tickle
 Name: mingw-%{name1}
 Version: %{vers}
-Release: 6%{?dist}
+Release: 1%{?dist}
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -35,7 +35,7 @@ BuildRequires: mingw32-headers
 BuildRequires: mingw64-headers
 Patch0: tcl-8.5.1-autopath.patch
 Patch1: tcl-8.5.10-conf.patch
-Patch2: tcl-8.5.9-hidden.patch
+Patch2: tcl-8.5.12-hidden.patch
 Patch4: tcl-8.5.6-mingw.patch
 Patch5: tcl-nativetclsh.patch
 Patch6: tcl-mingw-w64-compatibility.patch
@@ -195,6 +195,9 @@ mv $RPM_BUILD_ROOT/%{mingw64_libdir}/reg* $RPM_BUILD_ROOT/%{mingw64_libdir}/%{na
 %doc license.terms
 
 %changelog
+* Tue Dec  4 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.13-1
+- update to 8.5.13
+
 * Fri Aug  3 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.11-6
 - enable 64bit compile
 
diff --git a/sources b/sources
index f102899..cee9e27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b01a9691c83990b3db0ce62d1012ca67  tcl8.5.11-src.tar.gz
+fa3a9bf9b2d6ed2431f1baa46f4058b8  tcl8.5.13-src.tar.gz
diff --git a/tcl-8.5.9-hidden.patch b/tcl-8.5.12-hidden.patch
similarity index 98%
rename from tcl-8.5.9-hidden.patch
rename to tcl-8.5.12-hidden.patch
index 451cda2..be4ead4 100644
--- a/tcl-8.5.9-hidden.patch
+++ b/tcl-8.5.12-hidden.patch
@@ -9,7 +9,7 @@ diff -up tcl8.5.6/generic/tclPort.h.old tcl8.5.6/generic/tclPort.h
 +#   include "../unix/tclUnixPort.h"
  #endif
  
- #if defined(__CYGWIN__)
+ #if !defined(LLONG_MIN)
 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