rpms/cups/devel cups-str3277.patch,NONE,1.1 cups.spec,1.491,1.492

Tim Waugh twaugh at fedoraproject.org
Tue Aug 4 12:32:18 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11140

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/devel/cups.spec,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -p -r1.491 -r1.492
--- cups.spec	29 Jul 2009 13:48:33 -0000	1.491
+++ cups.spec	4 Aug 2009 12:32:18 -0000	1.492
@@ -10,7 +10,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4
-Release: 0.%{pre}.12%{?dist}
+Release: 0.%{pre}.13%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}%{?svn}-source.tar.bz2
@@ -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
@@ -511,6 +513,9 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %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).
+
 * Wed Jul 29 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.rc1.12
 - Fixed Avahi support in the dnssd backend (bug #513888).
 - Fixed incorrect arguments to sigaction() in dnssd backend (STR #3272).




More information about the scm-commits mailing list