[mingw-tcl: 18/25] update to 8.5.11

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


commit 23e7e8fedcc10fb118f124c1fc9374e46e5caed9
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Jan 16 22:23:40 2012 +0100

    update to 8.5.11

 .gitignore                                    |    1 +
 mingw32-tcl.spec                              |    9 ++++++---
 sources                                       |    2 +-
 tcl-8.5.0-conf.patch => tcl-8.5.10-conf.patch |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 934c77e..f65deb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/mingw32-tcl.spec b/mingw32-tcl.spec
index 1952bb3..4126a0a 100644
--- a/mingw32-tcl.spec
+++ b/mingw32-tcl.spec
@@ -8,14 +8,14 @@
 %global majorver1 8
 %global majorver2 5
 %global majorver %{majorver1}.%{majorver2}
-%global	vers %{majorver}.9
+%global	vers %{majorver}.11
 
 %global name1 tcl
 
 Summary: MinGW Windows Tool Command Language, pronounced tickle
 Name: mingw32-%{name1}
 Version: %{vers}
-Release: 5%{?dist}
+Release: 1%{?dist}
 License: TCL
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -34,7 +34,7 @@ BuildRequires: mingw32-cpp
 BuildRequires: mingw32-runtime
 BuildRequires: mingw32-w32api
 Patch0: tcl-8.5.1-autopath.patch
-Patch1: tcl-8.5.0-conf.patch
+Patch1: tcl-8.5.10-conf.patch
 Patch2: tcl-8.5.9-hidden.patch
 Patch4: tcl-8.5.6-mingw32.patch
 Patch5: tcl-nativetclsh.patch
@@ -131,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.terms
 
 %changelog
+* Mon Jan 16 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 8.5.11-1
+- update 8.5.11
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.5.9-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index ff42aa7..f102899 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8512d8db3233041dd68a81476906012a  tcl8.5.9-src.tar.gz
+b01a9691c83990b3db0ce62d1012ca67  tcl8.5.11-src.tar.gz
diff --git a/tcl-8.5.0-conf.patch b/tcl-8.5.10-conf.patch
similarity index 97%
rename from tcl-8.5.0-conf.patch
rename to tcl-8.5.10-conf.patch
index 24d9045..dd90b06 100644
--- a/tcl-8.5.0-conf.patch
+++ b/tcl-8.5.10-conf.patch
@@ -16,7 +16,7 @@
  	    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_CFLAGS="-fPIC"
  	    SHLIB_SUFFIX=".so"
  
 -	    SHLIB_LD='${CC} -shared'


More information about the scm-commits mailing list