rpms/ghostscript/F-8 ghostscript-pksmraw.patch, NONE, 1.1 ghostscript.spec, 1.158, 1.159

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Mon Mar 31 16:43:14 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7438

Modified Files:
	ghostscript.spec 
Added Files:
	ghostscript-pksmraw.patch 
Log Message:
* Mon Mar 31 2008 Tim Waugh <twaugh at redhat.com> 8.62-3
- Fix pksmraw output (bug #308211).


ghostscript-pksmraw.patch:

--- NEW FILE ghostscript-pksmraw.patch ---
diff -up ghostscript-8.62/src/gxclrast.c.pksmraw ghostscript-8.62/src/gxclrast.c
--- ghostscript-8.62/src/gxclrast.c.pksmraw	2008-03-31 17:24:32.000000000 +0100
+++ ghostscript-8.62/src/gxclrast.c	2008-03-31 17:25:33.000000000 +0100
@@ -2606,8 +2606,6 @@ static int apply_create_compositor(gx_de
         rc_increment(tdev);
         *ptarget = tdev;
     }
-    if (code < 0)
-        return code;
 
     /* Perform any updates for the clist device required */
     code = pcomp->type->procs.clist_compositor_read_update(pcomp,


Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/F-8/ghostscript.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ghostscript.spec	4 Mar 2008 18:01:57 -0000	1.158
+++ ghostscript.spec	31 Mar 2008 16:42:40 -0000	1.159
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 License: GPLv2
 URL: http://www.ghostscript.com/
@@ -20,6 +20,7 @@
 Patch4: ghostscript-fPIC.patch
 Patch5: ghostscript-runlibfileifexists.patch
 Patch6: ghostscript-system-jasper.patch
+Patch7: ghostscript-pksmraw.patch
 
 Requires: urw-fonts >= 1.1, ghostscript-fonts
 BuildRequires: libjpeg-devel, libXt-devel
@@ -92,6 +93,9 @@
 
 %patch6 -p1 -b .system-jasper
 
+# Fix pksmraw output (bug #308211).
+%patch7 -p1 -b .pksmraw
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -266,6 +270,9 @@
 %{_libdir}/libgs.so
 
 %changelog
+* Mon Mar 31 2008 Tim Waugh <twaugh at redhat.com> 8.62-3
+- Fix pksmraw output (bug #308211).
+
 * Tue Mar  4 2008 Tim Waugh <twaugh at redhat.com> 8.62-2
 - No longer need CVE-2008-0411 patch.
 - Don't ship URW fonts; we already have them.




More information about the fedora-extras-commits mailing list