rpms/tcl/devel tcl-8.4.13-autoconf.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 tcl.spec, 1.19, 1.20 tcl-8.4-autoconf.patch, 1.3, NONE tcl-8.4.12-relid.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 20 18:49:32 UTC 2006


Author: dcantrel

Update of /cvs/dist/rpms/tcl/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9112

Modified Files:
	.cvsignore sources tcl.spec 
Added Files:
	tcl-8.4.13-autoconf.patch 
Removed Files:
	tcl-8.4-autoconf.patch tcl-8.4.12-relid.patch 
Log Message:
Upgraded to tcl-8.4.13.


tcl-8.4.13-autoconf.patch:
 configure.in |    8 ++++----
 tcl.m4       |    6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

--- NEW FILE tcl-8.4.13-autoconf.patch ---
--- tcl8.4.13/unix/configure.in.ac123	2006-04-19 17:39:42.000000000 -0400
+++ tcl8.4.13/unix/configure.in	2006-04-19 17:41:29.000000000 -0400
@@ -211,7 +211,7 @@
 	}], tcl_cv_strstr_unbroken=ok, tcl_cv_strstr_unbroken=broken,
 	    tcl_cv_strstr_unbroken=broken)])
     if test $tcl_cv_strstr_unbroken = broken; then
-        LIBOBJS="$LIBOBJS strstr.o"
+        AC_LIBOBJ(strstr)
     fi
 fi
 
@@ -243,7 +243,7 @@
     fi
 fi
 if test $tcl_ok = 0; then
-    LIBOBJS="$LIBOBJS strtoul.o"
+    AC_LIBOBJ(strtoul)
 fi
 
 #--------------------------------------------------------------------
@@ -273,7 +273,7 @@
     fi
 fi
 if test $tcl_ok = 0; then
-    LIBOBJS="$LIBOBJS strtod.o"
+    AC_LIBOBJ(strtod)
 fi
 
 #--------------------------------------------------------------------
@@ -352,7 +352,7 @@
     AC_CHECK_LIB(inet, strncasecmp, tcl_ok=1, tcl_ok=0)
 fi
 if test "$tcl_ok" = 0; then
-    LIBOBJS="$LIBOBJS strncasecmp.o"
+    AC_LIBOBJ(strncasecmp)
 fi
 
 #--------------------------------------------------------------------
--- tcl8.4.13/unix/tcl.m4.ac123	2006-04-19 17:39:42.000000000 -0400
+++ tcl8.4.13/unix/tcl.m4	2006-04-19 17:40:31.000000000 -0400
@@ -1123,7 +1123,7 @@
 
 	    # AIX v<=4.1 has some different flags than 4.2+
 	    if test "$system" = "AIX-4.1" -o "`uname -v`" -lt "4" ; then
-		LIBOBJS="$LIBOBJS tclLoadAix.o"
+		AC_LIBOBJ(tclLoadAix)
 		DL_LIBS="-lld"
 	    fi
 
@@ -1365,7 +1365,7 @@
 	    # is kind of overkill but it works.
 	    # Disable inlining only when one of the
 	    # files in compat/*.c is being linked in.
-	    if test x"${LIBOBJS}" != x ; then
+	    if test x"${LIB@&t at OBJS}" != x ; then
 	        CFLAGS="$CFLAGS -fno-inline"
 	    fi
 
@@ -2571,7 +2571,7 @@
 		}], tcl_cv_strtod_buggy=ok, tcl_cv_strtod_buggy=buggy,
 		    tcl_cv_strtod_buggy=buggy)])
 	if test "$tcl_cv_strtod_buggy" = buggy; then
-	    LIBOBJS="$LIBOBJS fixstrtod.o"
+	    AC_LIBOBJ(fixstrtod)
 	    AC_DEFINE(strtod, fixstrtod)
 	fi
     fi


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	2 Feb 2006 17:02:11 -0000	1.9
+++ .cvsignore	20 Apr 2006 18:49:29 -0000	1.10
@@ -2,3 +2,5 @@
 tcl8.4.11-html.tar.gz
 tcl8.4.12-src.tar.gz
 tk8.4.12-src.tar.gz
+tcl8.4.13-src.tar.gz
+tk8.4.13-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	2 Feb 2006 17:02:11 -0000	1.9
+++ sources	20 Apr 2006 18:49:29 -0000	1.10
@@ -1,2 +1,2 @@
-7480432d8730263f267952788eb4839b  tcl8.4.12-src.tar.gz
-316491cb82d898b434842353aed1f0d6  tk8.4.12-src.tar.gz
+f3420b9439bcc769992c1367934a060d  tcl8.4.13-src.tar.gz
+0a16d4d9398e43cbb85784c85fb807a4  tk8.4.13-src.tar.gz


Index: tcl.spec
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- tcl.spec	17 Feb 2006 15:48:09 -0000	1.19
+++ tcl.spec	20 Apr 2006 18:49:29 -0000	1.20
@@ -2,8 +2,8 @@
 
 Summary: Tcl scripting language development environment
 Name: tcl
-Version: %{majorver}.12
-Release: 4
+Version: %{majorver}.13
+Release: 1
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -15,8 +15,7 @@
 Patch2: tcl-8.4.5-lib-perm.patch
 Patch3: tcl8.3.5-tclConfig-package-path-90160.patch
 Patch4: tcl-8.4-no_rpath.patch
-Patch5: tcl-8.4-autoconf.patch
-Patch6: tcl-8.4.12-relid.patch
+Patch5: tcl-8.4.13-autoconf.patch
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
@@ -67,7 +66,6 @@
 %patch3 -p1 -b .3-pkgpath
 %patch4 -p1 -b .4-rpath
 %patch5 -p1 -b .5-ac213
-%patch6 -p1 -b .6-relid
 
 # patch1 touches tcl.m4, and patch3 touches configure.in
 cd unix
@@ -150,6 +148,9 @@
 %doc %{name}%{version}/html/*
 
 %changelog
+* Wed Apr 19 2006 David Cantrell <dcantrell at redhat.com> - 8.4.13-1
+- Upgraded to Tcl 8.4.13
+
 * Fri Feb 17 2006 David Cantrell <dcantrell at redhat.com> - 8.4.12-4
 - Enable threads (#181871)
 


--- tcl-8.4-autoconf.patch DELETED ---


--- tcl-8.4.12-relid.patch DELETED ---




More information about the fedora-cvs-commits mailing list