rpms/hplip/devel hplip-media-empty.patch, NONE, 1.1 hplip.spec, 1.114, 1.115

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 4 17:18:44 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/hplip/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25042

Modified Files:
	hplip.spec 
Added Files:
	hplip-media-empty.patch 
Log Message:
* Wed Apr  4 2007 Tim Waugh <twaugh at redhat.com> 1.7.2-4
- Clear the media-empty-error printer state.


hplip-media-empty.patch:
 hp.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE hplip-media-empty.patch ---
--- hplip-1.7.2/backend/hp/hp.c.media-empty	2007-04-04 18:14:12.000000000 +0100
+++ hplip-1.7.2/backend/hp/hp.c	2007-04-04 18:15:01.000000000 +0100
@@ -410,7 +410,7 @@
    int len, vstatus, cnt;
    char buf[HPLIP_BUFFER_SIZE+HPLIP_HEADER_SIZE];
    HplipMsgAttributes ma;
-   int paperout=0, offline=0;
+   int paperout=1, offline=1;
 
    if (argc > 1)
    {


Index: hplip.spec
===================================================================
RCS file: /cvs/dist/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- hplip.spec	4 Apr 2007 13:49:40 -0000	1.114
+++ hplip.spec	4 Apr 2007 17:18:42 -0000	1.115
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 1.7.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL/MIT/BSD
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -21,6 +21,7 @@
 Patch6: hplip-ipv6.patch
 Patch7: hplip-marker-supply.patch
 Patch8: hplip-libsane.patch
+Patch9: hplip-media-empty.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
 
 Requires: desktop-file-utils >= 0.2.92
@@ -99,6 +100,9 @@
 # Link libsane-hpaio against libsane (bug #234813).
 %patch8 -p1 -b .libsane
 
+# Clear the media-empty-error printer state.
+%patch9 -p1 -b .media-empty
+
 autoconf # for patch4
 
 %build
@@ -247,6 +251,9 @@
 exit 0
 
 %changelog
+* Wed Apr  4 2007 Tim Waugh <twaugh at redhat.com> 1.7.2-4
+- Clear the media-empty-error printer state.
+
 * Wed Apr  4 2007 Tim Waugh <twaugh at redhat.com> 1.7.2-3
 - Fixed typo in marker-supply-low patch.
 




More information about the fedora-cvs-commits mailing list