rpms/cups/F-11 cups-str3277.patch,NONE,1.1 cups.spec,1.495,1.496

Tim Waugh twaugh at fedoraproject.org
Tue Aug 4 12:33:00 UTC 2009


Author: twaugh

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

Modified Files:
	cups.spec 
Added Files:
	cups-str3277.patch 
Log Message:
* Tue Aug  4 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.13
- Fixed duplex test pages (bug #514898, STR #3277).


cups-str3277.patch:
 bannertops.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cups-str3277.patch ---
diff -up cups-1.4rc1/filter/bannertops.c.str3277 cups-1.4rc1/filter/bannertops.c
--- cups-1.4rc1/filter/bannertops.c.str3277	2009-05-07 00:18:01.000000000 +0100
+++ cups-1.4rc1/filter/bannertops.c	2009-08-04 13:18:17.626076410 +0100
@@ -593,7 +593,7 @@ write_banner(banner_file_t *banner,	/* I
       printf("%.1f %.1f translate\n", PageLeft, PageBottom);
     else
       printf("%.1f %.1f translate\n", PageWidth - PageRight,
-             PageLength - PageRight);
+             PageLength - PageTop);
     puts("0 setgray");
 
     y = info_top;


Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-11/cups.spec,v
retrieving revision 1.495
retrieving revision 1.496
diff -u -p -r1.495 -r1.496
--- cups.spec	4 Aug 2009 12:28:23 -0000	1.495
+++ cups.spec	4 Aug 2009 12:33:00 -0000	1.496
@@ -61,6 +61,7 @@ Patch34: cups-str3262.patch
 Patch35: cups-cups-get-classes.patch
 Patch36: cups-str3272.patch
 Patch37: cups-avahi.patch
+Patch38: cups-str3277.patch
 Patch100: cups-lspp.patch
 Epoch: 1
 Url: http://www.cups.org/
@@ -219,6 +220,7 @@ module. 
 %patch35 -p1 -b .cups-get-classes
 %patch36 -p1 -b .str3272
 %patch37 -p1 -b .avahi
+%patch38 -p1 -b .str3277
 
 %if %lspp
 %patch100 -p1 -b .lspp
@@ -512,6 +514,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Tue Aug  4 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.13
+- Fixed duplex test pages (bug #514898, STR #3277).
 - Removed temporary snmp option from socket backend.
 
 * Wed Jul 29 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.12




More information about the scm-commits mailing list