rpms/cups/F-12 cups-0755.patch,NONE,1.1 cups.spec,1.571,1.572

Tim Waugh twaugh at fedoraproject.org
Fri Jan 15 11:18:58 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/cups/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4616

Modified Files:
	cups.spec 
Added Files:
	cups-0755.patch 
Log Message:
Add the 0755 patch.

cups-0755.patch:
 Makedefs.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE cups-0755.patch ---
diff -up cups-1.4.2/Makedefs.in.0755 cups-1.4.2/Makedefs.in
--- cups-1.4.2/Makedefs.in.0755	2010-01-13 17:06:48.507913044 +0000
+++ cups-1.4.2/Makedefs.in	2010-01-13 17:07:10.049912905 +0000
@@ -41,13 +41,13 @@ SHELL		=	/bin/sh
 # Installation programs...
 #
 
-INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
+INSTALL_BIN	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
 INSTALL_CONFIG	=	$(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@
 INSTALL_DATA	=	$(INSTALL) -c -m 444
 INSTALL_DIR	=	$(INSTALL) -d
-INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@
+INSTALL_LIB	=	$(LIBTOOL) $(INSTALL) -c -m 755 @INSTALL_STRIP@
 INSTALL_MAN	=	$(INSTALL) -c -m 444
-INSTALL_SCRIPT	=	$(INSTALL) -c -m 555
+INSTALL_SCRIPT	=	$(INSTALL) -c -m 755
 
 #
 # Default user, group, and system groups for the scheduler...


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-12/cups.spec,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -p -r1.571 -r1.572
--- cups.spec	15 Jan 2010 11:18:17 -0000	1.571
+++ cups.spec	15 Jan 2010 11:18:58 -0000	1.572
@@ -8,7 +8,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.2
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -556,7 +556,7 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
-* Fri Jan 15 2010 Tim Waugh <twaugh at redhat.com> - 1:1.4.2-22
+* Fri Jan 15 2010 Tim Waugh <twaugh at redhat.com> - 1:1.4.2-23
 - Don't mark initscript as config file.
 - Use %%{_initddir}, %%{_sysconfdir} and SMP make flags.
 - Use mode 0755 for binaries and libraries where appropriate.



More information about the scm-commits mailing list