From 9b908c86d2204d1ba39fd662dc90407a54cce8a4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Aug 04 2009 12:32:18 +0000 Subject: - Fixed duplex test pages (bug #514898, STR #3277). --- diff --git a/cups-str3277.patch b/cups-str3277.patch new file mode 100644 index 0000000..62df214 --- /dev/null +++ b/cups-str3277.patch @@ -0,0 +1,12 @@ +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; diff --git a/cups.spec b/cups.spec index 4d1346c..8e1293c 100644 --- a/cups.spec +++ b/cups.spec @@ -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 1:1.4-0.rc1.13 +- Fixed duplex test pages (bug #514898, STR #3277). + * Wed Jul 29 2009 Tim Waugh 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).