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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 20 19:08:13 UTC 2006


Author: dcantrel

Update of /cvs/dist/rpms/tk/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13583

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


tk-8.4.13-autoconf.patch:
 tcl.m4 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE tk-8.4.13-autoconf.patch ---
--- tk8.4.13/unix/tcl.m4.ac123	2006-04-20 14:53:21.000000000 -0400
+++ tk8.4.13/unix/tcl.m4	2006-04-20 14:54:35.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/tk/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	2 Feb 2006 18:08:10 -0000	1.8
+++ .cvsignore	20 Apr 2006 19:07:51 -0000	1.9
@@ -1,2 +1,3 @@
 tk8.4.11-src.tar.gz
 tk8.4.12-src.tar.gz
+tk8.4.13-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/tk/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	2 Feb 2006 18:10:20 -0000	1.9
+++ sources	20 Apr 2006 19:07:58 -0000	1.10
@@ -1 +1 @@
-316491cb82d898b434842353aed1f0d6  tk8.4.12-src.tar.gz
+0a16d4d9398e43cbb85784c85fb807a4  tk8.4.13-src.tar.gz


Index: tk.spec
===================================================================
RCS file: /cvs/dist/rpms/tk/devel/tk.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- tk.spec	11 Feb 2006 05:52:13 -0000	1.19
+++ tk.spec	20 Apr 2006 19:07:58 -0000	1.20
@@ -2,8 +2,8 @@
 
 Summary: Tk graphical toolkit for the Tcl scripting language
 Name: tk
-Version: %{majorver}.12
-Release: 1.2
+Version: %{majorver}.13
+Release: 1
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -18,8 +18,7 @@
 Patch1: tk-8.3.5-tclm4-soname.patch
 Patch2: tk-8.4.4-lib-perm.patch
 Patch3: tk-8.4-no_rpath.patch
-Patch4: tk-8.4-autoconf.patch
-Patch5: tk-8.4.12-relid.patch
+Patch4: tk-8.4.13-autoconf.patch
 
 %description
 When paired with the Tcl scripting language, Tk provides a fast and powerful
@@ -46,7 +45,6 @@
 %patch2 -p1 -b .2-rolib
 %patch3 -p1 -b .3-rpath
 %patch4 -p1 -b .4-ac213
-%patch5 -p1 -b .5-relid
 
 # patch1 touches tcl.m4
 cd unix
@@ -117,6 +115,9 @@
 %{_mandir}/mann/*
 
 %changelog
+* Thu Apr 20 2006 David Cantrell <dcantrell at redhat.com> - 8.4.13-1
+- Upgraded to Tk 8.4.13
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 8.4.12-1.2
 - bump again for double-long bug on ppc(64)
 


--- tk-8.4-autoconf.patch DELETED ---


--- tk-8.4.12-relid.patch DELETED ---




More information about the fedora-cvs-commits mailing list