rpms/ghostscript/devel ghostscript-dvipdf.patch, NONE, 1.1 ghostscript.spec, 1.131, 1.132

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 25 12:15:59 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5187

Modified Files:
	ghostscript.spec 
Added Files:
	ghostscript-dvipdf.patch 
Log Message:
* Thu Jan 25 2007 Tim Waugh <twaugh at redhat.com>
- dvipdf script fixes (bug #88906).
- Resolves: rhbz#88906


ghostscript-dvipdf.patch:
 dvipdf |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ghostscript-dvipdf.patch ---
--- espgs-8.15.3/lib/dvipdf.dvipdf	2007-01-25 12:14:49.000000000 +0000
+++ espgs-8.15.3/lib/dvipdf	2007-01-25 12:15:02.000000000 +0000
@@ -37,4 +37,4 @@
 
 # We have to include the options twice because -I only takes effect if it
 # appears before other options.
-exec dvips -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
+exec dvips -R -q -f "$infile" | gs $OPTIONS -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ghostscript.spec	25 Jan 2007 12:13:13 -0000	1.131
+++ ghostscript.spec	25 Jan 2007 12:15:57 -0000	1.132
@@ -20,6 +20,7 @@
 Patch4: ghostscript-big-cmap-post.patch
 Patch5: ghostscript-split-cidfnmap.patch
 Patch6: ghostscript-gxcht-64bit-crash.patch
+Patch7: ghostscript-dvipdf.patch
 
 Requires: urw-fonts >= 1.1, ghostscript-fonts
 BuildRequires: libjpeg-devel, libXt-devel
@@ -91,6 +92,9 @@
 # Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
 %patch6 -p1 -b .gxcht-64bit-crash
 
+# dvipdf script fixes (bug #88906).
+%patch7 -p1 -b .dvipdf
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -249,6 +253,7 @@
 
 %changelog
 * Thu Jan 25 2007 Tim Waugh <twaugh at redhat.com>
+- dvipdf script fixes (bug #88906).
 - Moved libijs.so and libgs.so into devel package (bug #203623).
 
 * Wed Jan 24 2007 Tim Waugh <twaugh at redhat.com> 8.15.3-6




More information about the fedora-cvs-commits mailing list