rpms/tk/devel .cvsignore, 1.14, 1.15 sources, 1.16, 1.17 tk.spec, 1.52, 1.53 tk8.5-make.patch, 1.2, 1.3

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Mon May 19 12:57:47 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/tk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28794

Modified Files:
	.cvsignore sources tk.spec tk8.5-make.patch 
Log Message:
Update tk to 8.5.2



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tk/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	18 Feb 2008 08:30:56 -0000	1.14
+++ .cvsignore	19 May 2008 12:56:46 -0000	1.15
@@ -1 +1 @@
-tk8.5.1-src.tar.gz
+tk8.5.2-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tk/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	18 Feb 2008 08:30:56 -0000	1.16
+++ sources	19 May 2008 12:56:46 -0000	1.17
@@ -1 +1 @@
-d95d4a180cd60b3736395bf80c7322c0  tk8.5.1-src.tar.gz
+bd014bd3e1a818e06ad375b95241452d  tk8.5.2-src.tar.gz


Index: tk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tk/devel/tk.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- tk.spec	9 May 2008 11:04:14 -0000	1.52
+++ tk.spec	19 May 2008 12:56:46 -0000	1.53
@@ -2,8 +2,8 @@
 
 Summary: The graphical toolkit for the Tcl scripting language
 Name: tk
-Version: %{majorver}.1
-Release: 4%{?dist}
+Version: %{majorver}.2
+Release: 1%{?dist}
 Epoch:   1
 License: TCL
 Group: Development/Languages
@@ -112,6 +112,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 19 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.2-1
+- new version tk8.5.2
+
 * Fri May  9 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.1-4
 - 445836 added BR (thanks to jamatos)
 

tk8.5-make.patch:

Index: tk8.5-make.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tk/devel/tk8.5-make.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tk8.5-make.patch	15 Jan 2008 14:04:27 -0000	1.2
+++ tk8.5-make.patch	19 May 2008 12:56:46 -0000	1.3
@@ -1,12 +1,12 @@
-diff -up tk8.5.0/unix/Makefile.in.old tk8.5.0/unix/Makefile.in
---- tk8.5.0/unix/Makefile.in.old	2007-12-17 18:57:25.000000000 +0100
-+++ tk8.5.0/unix/Makefile.in	2008-01-15 15:00:15.000000000 +0100
-@@ -715,7 +715,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_ST
+diff -up tk8.5.2/unix/Makefile.in.ble tk8.5.2/unix/Makefile.in
+--- tk8.5.2/unix/Makefile.in.ble	2008-03-28 19:46:36.000000000 +0100
++++ tk8.5.2/unix/Makefile.in	2008-05-19 14:45:52.000000000 +0200
+@@ -713,7 +713,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_ST
  	    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)
+-	@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) \




More information about the fedora-extras-commits mailing list