- Fixed RequiresPageRegion patch (bug #518756).
This commit is contained in:
parent
4497020f77
commit
4d08c011e5
@ -1,12 +1,12 @@
|
||||
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"
|
||||
diff -up hplip-3.9.8/prnt/drv/hpcups.drv.in.requirespageregion hplip-3.9.8/prnt/drv/hpcups.drv.in
|
||||
--- hplip-3.9.8/prnt/drv/hpcups.drv.in.requirespageregion 2009-08-28 08:59:11.086208461 +0100
|
||||
+++ hplip-3.9.8/prnt/drv/hpcups.drv.in 2009-08-28 09:35:30.095904252 +0100
|
||||
@@ -111,6 +111,8 @@ Throughput 1
|
||||
Filter "application/vnd.cups-raster 0 hpcups"
|
||||
//Filter "application/vnd.cups-command 0 commandtohpijs"
|
||||
|
||||
+Attribute "RequiresPageRegion" "All" "True"
|
||||
+
|
||||
///////// DJ9xx
|
||||
{
|
||||
|
||||
// Manufacturer - PPD spec has "HP" registered for "Hewlett-Packard"...
|
||||
Manufacturer "HP"
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.9.8
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -341,6 +341,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Fri Aug 28 2009 Tim Waugh <twaugh@redhat.com> 3.9.8-13
|
||||
- Fixed RequiresPageRegion patch (bug #518756).
|
||||
|
||||
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 3.9.8-12
|
||||
- rebuilt with new openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user