- 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
|
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.margins 2009-08-26 09:58:47.957555770 +0100
|
--- 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-26 11:39:43.443555856 +0100
|
+++ hplip-3.9.8/prnt/drv/hpcups.drv.in 2009-08-28 09:35:30.095904252 +0100
|
||||||
@@ -115,6 +115,8 @@ Filter "application/vnd.cups-raster 0 hp
|
@@ -111,6 +111,8 @@ Throughput 1
|
||||||
// Manufacturer - PPD spec has "HP" registered for "Hewlett-Packard"...
|
Filter "application/vnd.cups-raster 0 hpcups"
|
||||||
Manufacturer "HP"
|
//Filter "application/vnd.cups-command 0 commandtohpijs"
|
||||||
|
|
||||||
+Attribute "RequiresPageRegion" "All" "True"
|
+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
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.9.8
|
Version: 3.9.8
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Conflicts: system-config-printer < 0.6.132
|
Conflicts: system-config-printer < 0.6.132
|
||||||
@ -341,6 +341,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 3.9.8-12
|
||||||
- rebuilt with new openssl
|
- rebuilt with new openssl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user