Added the patch.

This commit is contained in:
Tim Waugh 2009-07-28 09:48:14 +00:00
parent 64f6bd85ab
commit e62d0d2809
2 changed files with 14 additions and 2 deletions

View File

@ -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" "<</cupsCompression 0/HWResolution[300 300]>>setpagedevice"
+ *Choice "Normal/Normal" "<</cupsCompression 0/HWResolution[600 600]>>setpagedevice"
Choice "Draft/Draft" "<</cupsCompression 1/HWResolution[300 300]>>setpagedevice"
Choice "Best/Best" "<</cupsCompression 2/HWResolution[600 600]>>setpagedevice"
Choice "Photo/High-Resolution Photo" "<</cupsCompression 3/HWResolution[1200 1200]>>setpagedevice"

View File

@ -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 <twaugh@redhat.com> 3.9.6b-3
* Tue Jul 28 2009 Tim Waugh <twaugh@redhat.com> 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).