rpms/tk/devel tk-8.5a5-lib-perm.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 sources, 1.10, 1.11 tk.spec, 1.22, 1.23 tk-8.4.4-lib-perm.patch, 1.2, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 18 16:08:25 UTC 2006


Author: mmaslano

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

Modified Files:
	.cvsignore sources tk.spec 
Added Files:
	tk-8.5a5-lib-perm.patch 
Removed Files:
	tk-8.4.4-lib-perm.patch 
Log Message:
New version of tk.


tk-8.5a5-lib-perm.patch:
 Makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE tk-8.5a5-lib-perm.patch ---
--- tk8.4.11/unix/Makefile.in~	2005-07-01 14:42:30.000000000 +0900
+++ tk8.4.11/unix/Makefile.in	2005-07-01 14:45:47.000000000 +0900
@@ -631,7 +631,7 @@
 	    fi
 	@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
 	@@INSTALL_LIB@
-	@chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE)
+	@chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE)
 	@if test "$(TK_BUILD_EXP_FILE)" != ""; then \
 	    echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
 	    $(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/tk/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 Apr 2006 19:07:51 -0000	1.9
+++ .cvsignore	18 Dec 2006 16:08:23 -0000	1.10
@@ -1,3 +1 @@
-tk8.4.11-src.tar.gz
-tk8.4.12-src.tar.gz
-tk8.4.13-src.tar.gz
+tk8.5a5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/tk/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	20 Apr 2006 19:07:58 -0000	1.10
+++ sources	18 Dec 2006 16:08:23 -0000	1.11
@@ -1 +1 @@
-0a16d4d9398e43cbb85784c85fb807a4  tk8.4.13-src.tar.gz
+d1297b811b3672173bdf70365690fde5  tk8.5a5.tar.gz


Index: tk.spec
===================================================================
RCS file: /cvs/dist/rpms/tk/devel/tk.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- tk.spec	20 Jul 2006 20:04:17 -0000	1.22
+++ tk.spec	18 Dec 2006 16:08:23 -0000	1.23
@@ -1,9 +1,9 @@
-%define majorver 8.4
+%define majorver 8.5
 
 Summary: Tk graphical toolkit for the Tcl scripting language
 Name: tk
-Version: %{majorver}.13
-Release: 3%{?dist}
+Version: %{majorver}a5
+Release: 1%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/
@@ -16,7 +16,7 @@
 # panedwindow.n from itcl conflicts
 Obsoletes: itcl <= 3.2
 Patch1: tk-8.3.5-tclm4-soname.patch
-Patch2: tk-8.4.4-lib-perm.patch
+Patch2: tk-8.5a5-lib-perm.patch
 Patch3: tk-8.4-no_rpath.patch
 Patch4: tk-8.4.13-autoconf.patch
 Patch5: tk-8.4.13-cflags.patch
@@ -45,7 +45,7 @@
 %patch1 -p1 -b .1-soname
 %patch2 -p1 -b .2-rolib
 %patch3 -p1 -b .3-rpath
-%patch4 -p1 -b .4-ac213
+#%patch4 -p1 -b .4-ac213
 %patch5 -p1 -b .5-cflags
 
 # patch1 touches tcl.m4
@@ -55,7 +55,7 @@
 %build
 TOPDIR=$PWD
 cd unix
-%configure
+%configure --enable-xft
 make %{?_smp_mflags} TK_LIBRARY=%{_datadir}/%{name}%{majorver}
 
 # do not run "make test" by default since it requires an X display
@@ -117,6 +117,10 @@
 %{_mandir}/mann/*
 
 %changelog
+* Mon Dec 18 2006 Marcela Maslanova <mmaslano at redhat.com> - 8.5a5-1
+- update: version 8.5a5
+- Resolves: rhbz#160442
+
 * Thu Jul 20 2006 David Cantrell <dcantrell at redhat.com> - 8.4.13-3
 - Patch from Dennis Gilmore <dennis at ausil.us> for sparc64 (#199378)
 


--- tk-8.4.4-lib-perm.patch DELETED ---




More information about the fedora-cvs-commits mailing list