rpms/hplip/F-11 hplip-resolution-405400.patch, NONE, 1.1 hplip.spec, 1.208, 1.209

Tim Waugh twaugh at fedoraproject.org
Tue Jul 28 08:59:55 UTC 2009


Author: twaugh

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

Modified Files:
	hplip.spec 
Added Files:
	hplip-resolution-405400.patch 
Log Message:
* Tue Jul 28 2009 Tim Waugh <twaugh at redhat.com> 3.9.6b-3
- Fixed HWResolution for 'Normal' output from the hpcups driver
  (laundpad bug #405400).


hplip-resolution-405400.patch:
 hpcups.drv.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE hplip-resolution-405400.patch ---
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"


Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-11/hplip.spec,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -p -r1.208 -r1.209
--- hplip.spec	27 Jul 2009 18:24:06 -0000	1.208
+++ hplip.spec	28 Jul 2009 08:59:54 -0000	1.209
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.9.6b
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -24,6 +24,7 @@ Patch8: hplip-libsane.patch
 Patch12: hplip-no-root-config.patch
 Patch13: hplip-ui-optional.patch
 Patch14: hplip-disc-media.patch
+Patch15: hplip-resolution-405400.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(pre): /sbin/service
@@ -136,6 +137,10 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
 # Set disc media for disc page sizes (bug #495672).
 %patch14 -p1 -b .disc-media
 
+# Fixed HWResolution for 'Normal' output from the hpcups driver
+# (laundpad bug #405400).
+%patch15 -p1 -b .resolution-405400
+
 %build
 %configure --disable-foomatic-xml-install --disable-cups-install \
 	--enable-scan-build --enable-gui-build --enable-fax-build \
@@ -343,6 +348,10 @@ fi
 exit 0
 
 %changelog
+* Tue Jul 28 2009 Tim Waugh <twaugh at redhat.com> 3.9.6b-3
+- Fixed HWResolution for 'Normal' output from the hpcups driver
+  (laundpad bug #405400).
+
 * Mon Jul 27 2009 Tim Waugh <twaugh at redhat.com> 3.9.6b-2
 - 3.9.6b.
 




More information about the fedora-extras-commits mailing list