rpms/hplip/F-12 hplip-snmp-quirks.patch, NONE, 1.1 hplip.spec, 1.268, 1.269

Tim Waugh twaugh at fedoraproject.org
Wed Jun 9 15:50:36 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17040

Modified Files:
	hplip.spec 
Added Files:
	hplip-snmp-quirks.patch 
Log Message:
* Wed Jun  9 2010 Tim Waugh <twaugh at redhat.com> - 3.10.5-4
- Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (bug #581825).


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

--- NEW FILE hplip-snmp-quirks.patch ---
diff -up hplip-3.10.5/prnt/drv/hpcups.drv.in.snmp-quirks hplip-3.10.5/prnt/drv/hpcups.drv.in
--- hplip-3.10.5/prnt/drv/hpcups.drv.in.snmp-quirks	2010-06-09 16:14:58.240019141 +0100
+++ hplip-3.10.5/prnt/drv/hpcups.drv.in	2010-06-09 16:15:06.492145617 +0100
@@ -5261,6 +5261,8 @@ Manufacturer "HP"
       Attribute "NickName" "" "HP Officejet Pro 8500 a909g, $Version"
       Attribute "ShortNickName" "" "HP Officejet Pro 8500 a909g"
       Attribute "1284DeviceID" "" "MFG:HP;MDL:officejet pro 8500 a909g;DES:officejet pro 8500 a909g;"
+      // This device lies about its supplies capacity.
+      Attribute "cupsSNMPQuirks" "" "capacity"
       PCFileName "hp-officejet_pro_8500_a909g.ppd"
       Attribute "Product" "" "(HP Officejet Pro 8500 Wireless All-in-one Printer - a909g)"
     }


Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/F-12/hplip.spec,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -p -r1.268 -r1.269
--- hplip.spec	7 Jun 2010 16:10:27 -0000	1.268
+++ hplip.spec	9 Jun 2010 15:50:36 -0000	1.269
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 3.10.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+ and MIT
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -20,6 +20,7 @@ Patch3: hplip-ui-optional.patch
 Patch4: hplip-no-asm.patch
 Patch5: hplip-device-ids.patch
 Patch6: hplip-mucks-with-spooldir.patch
+Patch7: hplip-snmp-quirks.patch
 Patch8: hplip-retry-open.patch
 Patch10: hplip-discovery-method.patch
 Patch11: hplip-device-reconnected.patch
@@ -143,6 +144,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
 # directly (bug #552572).
 %patch6 -p1 -b .mucks-with-spooldir
 
+# Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (bug #581825).
+%patch7 -p1 -b .snmp-quirks
+
 # Retry when connecting to device fails (bug #532112).
 %patch8 -p1 -b .retry-open
 
@@ -404,6 +408,9 @@ fi
 %{_bindir}/hpcups-update-ppds &>/dev/null ||:
 
 %changelog
+* Wed Jun  9 2010 Tim Waugh <twaugh at redhat.com> - 3.10.5-4
+- Mark SNMP quirks in PPD for HP OfficeJet Pro 8500 (bug #581825).
+
 * Mon Jun 07 2010 Jiri Popelka <jpopelka at redhat.com> - 3.10.5-3
 - hplip-gui requires libsane-hpaio
 



More information about the scm-commits mailing list