rpms/cups/FC-5 cups-str1533.patch,NONE,1.1 cups.spec,1.145,1.146

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 7 15:23:16 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv18728

Modified Files:
	cups.spec 
Added Files:
	cups-str1533.patch 
Log Message:
- Fix imagetops filter (STR #1533).

cups-str1533.patch:
 0 files changed

--- NEW FILE cups-str1533.patch ---
--- cups-1.2rc1/filter/imagetops.c	(revision 5378)
+++ cups-1.2rc1/filter/imagetops.c	(working copy)
@@ -873,7 +873,7 @@
           }
 
           printf("<<"
-                 "/cupsImageType 1"
+                 "/ImageType 1"
 		 "/Width %d"
 		 "/Height %d"
 		 "/BitsPerComponent 8",
@@ -892,12 +892,12 @@
 		break;
           }
 
-          fputs("/DataSource currentfile /ASCII85Decode filter", stdout);
+          fputs("\n/DataSource currentfile/ASCII85Decode filter", stdout);
 
           if (((xc1 - xc0 + 1) / xprint) < 100.0)
             fputs("/Interpolate true", stdout);
 
-          puts("/cupsImageMatrix[1 0 0 -1 0 1]>>image");
+          puts("/ImageMatrix[1 0 0 -1 0 1]>>image");
 
           for (y = yc0, out_offset = 0; y <= yc1; y ++)
           {


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/FC-5/cups.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- cups.spec	7 Apr 2006 15:16:46 -0000	1.145
+++ cups.spec	7 Apr 2006 15:23:00 -0000	1.146
@@ -45,6 +45,7 @@
 Patch22: cups-dest-cache-v2.patch
 Patch23: cups-str1532.patch
 Patch24: cups-maxlogsize.patch
+Patch25: cups-str1533.patch
 Patch28: cups-no-propagate-ipp-port.patch
 Patch32: cups-pid.patch
 Patch40: cups-link.patch
@@ -145,6 +146,7 @@
 %patch22 -p1 -b .dest-cache-v2
 %patch23 -p1 -b .str1532
 %patch24 -p1 -b .maxlogsize
+%patch25 -p1 -b .str1533
 %patch28 -p1 -b .no-propagate-ipp-port
 %patch32 -p1 -b .pid
 %patch40 -p1 -b .link
@@ -393,6 +395,7 @@
 - No longer need openssl-devel.
 - Build with LDAP_DEPRECATED=1, to pick up declarations of ldap_init() etc.
 - Only warn about ACLs once (STR #1532).
+- Fix imagetops filter (STR #1533).
 
 * Thu Apr  6 2006 Tim Waugh <twaugh at redhat.com> 1:1.2-0.2.rc1.2.7
 - Build requires openldap-devel.




More information about the fedora-cvs-commits mailing list