rpms/hplip/F-11 hplip-requirespageregion.patch, NONE, 1.1 hplip.spec, 1.226, 1.227

Tim Waugh twaugh at fedoraproject.org
Wed Aug 26 10:58:49 UTC 2009


Author: twaugh

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

Modified Files:
	hplip.spec 
Added Files:
	hplip-requirespageregion.patch 
Log Message:
* Wed Aug 26 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-10
- Set RequiresPageRegion in hpcups PPDs (bug #518756).


hplip-requirespageregion.patch:
 hpcups.drv.in |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE hplip-requirespageregion.patch ---
diff -up hplip-3.9.8/prnt/drv/hpcups.drv.in.margins hplip-3.9.8/prnt/drv/hpcups.drv.in
--- hplip-3.9.8/prnt/drv/hpcups.drv.in.margins	2009-08-26 09:58:47.957555770 +0100
+++ hplip-3.9.8/prnt/drv/hpcups.drv.in	2009-08-26 11:39:43.443555856 +0100
@@ -115,6 +115,8 @@ Filter "application/vnd.cups-raster 0 hp
 // Manufacturer - PPD spec has "HP" registered for "Hewlett-Packard"...
 Manufacturer "HP"
 
+Attribute "RequiresPageRegion" "All" "True"
+
 ///////// DJ9xx
 {
 


Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-11/hplip.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -p -r1.226 -r1.227
--- hplip.spec	25 Aug 2009 15:55:41 -0000	1.226
+++ hplip.spec	26 Aug 2009 10:58:49 -0000	1.227
@@ -22,6 +22,7 @@ Patch5: hplip-clear-previous-state-reaso
 Patch6: hplip-state-reasons-newline.patch
 Patch7: hplip-parenths.patch
 Patch8: hplip-non-scripts.patch
+Patch9: hplip-requirespageregion.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(pre): /sbin/service
@@ -134,6 +135,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
 # Don't install base/*.py with executable bit set.
 %patch8 -p1 -b .non-scripts
 
+# Set RequiresPageRegion in hpcups PPDs (bug #518756).
+%patch9 -p1 -b .requirespageregion
+
 %build
 %configure \
 	--enable-scan-build --enable-gui-build --enable-fax-build \
@@ -345,7 +349,8 @@ fi
 exit 0
 
 %changelog
-* Tue Aug 25 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-10
+* Wed Aug 26 2009 Tim Waugh <twaugh at redhat.com> 3.9.8-10
+- Set RequiresPageRegion in hpcups PPDs (bug #518756).
 - Removed never-used definition of BREAKPOINT in scan/sane/common.h
   in hope of fixing the build.
 




More information about the fedora-extras-commits mailing list