rpms/cups/F-11 cups.spec,1.506,1.507 pstoraster,1.3,1.4

Tim Waugh twaugh at fedoraproject.org
Wed Aug 19 13:52:30 UTC 2009


Author: twaugh

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

Modified Files:
	cups.spec pstoraster 
Log Message:
* Tue Aug 18 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.16
- Use 'exec' to invoke ghostscript in the pstoraster filter.  This
  allows the SIGTERM signal to reach the correct process, as well as
  conserving memory (part of bug #518026).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-11/cups.spec,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -p -r1.506 -r1.507
--- cups.spec	11 Aug 2009 08:04:37 -0000	1.506
+++ cups.spec	19 Aug 2009 13:52:30 -0000	1.507
@@ -10,7 +10,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4
-Release: 0.%{pre}.15%{?dist}
+Release: 0.%{pre}.16%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}%{?svn}-source.tar.bz2
@@ -528,6 +528,11 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
+* Tue Aug 18 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.16
+- Use 'exec' to invoke ghostscript in the pstoraster filter.  This
+  allows the SIGTERM signal to reach the correct process, as well as
+  conserving memory (part of bug #518026).
+
 * Tue Aug 11 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.15
 - Avoid empty BrowseLocalProtocols setting (bug #516460, STR #3287).
 - Fixed ppds.dat handling of drv files (bug #515027, STR #3279).


Index: pstoraster
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-11/pstoraster,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- pstoraster	3 Jan 2008 16:17:10 -0000	1.3
+++ pstoraster	19 Aug 2009 13:52:30 -0000	1.4
@@ -52,7 +52,7 @@ else
 fi
 
 # Now run Ghostscript...
-$bindir/gs $gsopts -sOUTPUTFILE="%stdout" $profile $ifile
+exec $bindir/gs $gsopts -sOUTPUTFILE="%stdout" $profile $ifile
 
 #
 # End of "$Id$".




More information about the fedora-extras-commits mailing list