rpms/tcl/devel tcl-8.5.3a-lib-perm.patch, NONE, 1.1 tcl.spec, 1.24, 1.25 tcl-8.4.5-lib-perm.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 18 15:11:11 UTC 2006


Author: mmaslano

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

Modified Files:
	tcl.spec 
Added Files:
	tcl-8.5.3a-lib-perm.patch 
Removed Files:
	tcl-8.4.5-lib-perm.patch 
Log Message:
Change patch for lib-perm.


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

--- NEW FILE tcl-8.5.3a-lib-perm.patch ---
--- tk8.5a3/unix/Makefile.in~	2005-06-14 22:53:46.000000000 -0700
+++ tk8.5a3/unix/Makefile.in	2005-06-14 22:54:34.000000000 -0700
@@ -642,7 +642,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: tcl.spec
===================================================================
RCS file: /cvs/dist/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- tcl.spec	20 Jul 2006 19:20:34 -0000	1.24
+++ tcl.spec	18 Dec 2006 15:11:09 -0000	1.25
@@ -17,6 +17,7 @@
 Patch4: tcl-8.4-no_rpath.patch
 Patch5: tcl-8.4.13-autoconf.patch
 Patch6: tcl-8.4.13-cflags.patch
+Patch7: tcl-8.5.3a-lib-perm.patch
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
@@ -63,13 +64,14 @@
 
 # define DT SONAME in shared lib
 %patch1 -p1 -b .1-soname
-%patch2 -p1 -b .2-ro-lib
+#%patch2 -p1 -b .2-ro-lib
 %patch3 -p1 -b .3-pkgpath
 %patch4 -p1 -b .4-rpath
 %patch5 -p1 -b .5-ac213
 pushd ..
 %patch6 -p1 -b .6-cflags
 popd
+%patch7 -p1 -b .lib-perm
 
 # patch1 touches tcl.m4, and patch3 touches configure.in
 cd unix
@@ -152,6 +154,10 @@
 %doc %{name}%{version}/html/*
 
 %changelog
+* Mon Dec 18 2006 Marcela Maslanova <mmaslano at redhat.com> - 8.4.13-4
+- change lib-perm
+- Resolves: rhbz#160441
+
 * Thu Jul 20 2006 David Cantrell <dcantrell at redhat.com> - 8.4.13-3
 - Fix cflags patch so it applies correctly
 - Changes $(CFLAGS) to ${CFLAGS} in cflags patch


--- tcl-8.4.5-lib-perm.patch DELETED ---




More information about the fedora-cvs-commits mailing list