From e62d0d28097650e3fcfe71a4f9d1db369e0270a4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 28 Jul 2009 09:48:14 +0000 Subject: [PATCH] Added the patch. --- hplip-resolution-405400.patch | 12 ++++++++++++ hplip.spec | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 hplip-resolution-405400.patch diff --git a/hplip-resolution-405400.patch b/hplip-resolution-405400.patch new file mode 100644 index 0000000..ac1cd9e --- /dev/null +++ b/hplip-resolution-405400.patch @@ -0,0 +1,12 @@ +diff -up hplip-3.9.6b/prnt/drv/hpcups.drv.in.resolution-405400 hplip-3.9.6b/prnt/drv/hpcups.drv.in +--- hplip-3.9.6b/prnt/drv/hpcups.drv.in.resolution-405400 2009-06-25 21:01:45.000000000 +0100 ++++ hplip-3.9.6b/prnt/drv/hpcups.drv.in 2009-07-28 09:38:56.866872128 +0100 +@@ -1296,7 +1296,7 @@ Manufacturer "HP" + + // cupsCompression values map to QUALITY_MODE from global_types.h + Option "OutputMode/Print Quality" PickOne AnySetup 10.0 +- *Choice "Normal/Normal" "<>setpagedevice" ++ *Choice "Normal/Normal" "<>setpagedevice" + Choice "Draft/Draft" "<>setpagedevice" + Choice "Best/Best" "<>setpagedevice" + Choice "Photo/High-Resolution Photo" "<>setpagedevice" diff --git a/hplip.spec b/hplip.spec index 7bd4bfd..5239368 100644 --- a/hplip.spec +++ b/hplip.spec @@ -1,7 +1,7 @@ Summary: HP Linux Imaging and Printing Project Name: hplip Version: 3.9.6b -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and MIT Group: System Environment/Daemons Conflicts: system-config-printer < 0.6.132 @@ -348,7 +348,7 @@ fi exit 0 %changelog -* Tue Jul 28 2009 Tim Waugh 3.9.6b-3 +* Tue Jul 28 2009 Tim Waugh 3.9.6b-4 - Fixed ui-optional patch for qt4 code path (bug #500473). - Fixed HWResolution for 'Normal' output from the hpcups driver (laundpad bug #405400).