rpms/tcl/devel tcl-8.4.5-lib-perm.patch,1.2,1.3 tcl.spec,1.31,1.32

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 19 15:24:13 UTC 2006


Author: mmaslano

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

Modified Files:
	tcl.spec 
Added Files:
	tcl-8.4.5-lib-perm.patch 
Log Message:
Add patch.


tcl-8.4.5-lib-perm.patch:
 Makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: tcl-8.4.5-lib-perm.patch
===================================================================
RCS file: tcl-8.4.5-lib-perm.patch
diff -N tcl-8.4.5-lib-perm.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ tcl-8.4.5-lib-perm.patch	19 Dec 2006 15:24:07 -0000	1.3
@@ -0,0 +1,12 @@
+diff -u tcl8.4.5/unix/Makefile.in~ tcl8.4.5/unix/Makefile.in
+--- tcl8.4.5/unix/Makefile.in~	2003-11-25 16:47:51.000000000 +0900
++++ tcl8.4.5/unix/Makefile.in	2003-11-25 16:47:51.000000000 +0900
+@@ -601,7 +601,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 "$(TCL_BUILD_EXP_FILE)" != ""; then \
+ 	    echo "Installing $(TCL_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
+ 	    $(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \


Index: tcl.spec
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- tcl.spec	19 Dec 2006 15:09:38 -0000	1.31
+++ tcl.spec	19 Dec 2006 15:24:07 -0000	1.32
@@ -5,7 +5,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}a5
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Development/Languages
 URL: http://tcl.sourceforge.net/




More information about the fedora-cvs-commits mailing list