Fixed typo causing ";marker-supply-low-warning' state reason (bug #675151).
This commit is contained in:
parent
807384869f
commit
9debef7fc4
@ -24,7 +24,7 @@ diff -up hplip-3.10.9/prnt/hpijs/hpijs.cpp.hpijs-marker-supply hplip-3.10.9/prnt
|
||||
}
|
||||
|
||||
+ fprintf(stderr, "STATE: %cmarker-supply-low-warning\n",
|
||||
+ low_marker ? "+" : "-");
|
||||
+ low_marker ? '+' : '-');
|
||||
+
|
||||
#if 0
|
||||
BUG("device model=%s\n", pSS->pPC->PrinterModel());
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 3.10.9
|
||||
Release: 14%{?dist}
|
||||
Release: 15%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: System Environment/Daemons
|
||||
Conflicts: system-config-printer < 0.6.132
|
||||
@ -529,6 +529,10 @@ fi
|
||||
%postun libs -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Fri Feb 4 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-15
|
||||
- Fixed typo causing ";marker-supply-low-warning" state reason to be
|
||||
reported by hpijs (bug #675151).
|
||||
|
||||
* Mon Jan 17 2011 Tim Waugh <twaugh@redhat.com> - 3.10.9-14
|
||||
- Applied patch to fix CVE-2010-4267, remote stack overflow
|
||||
vulnerability (bug #670252).
|
||||
|
Loading…
Reference in New Issue
Block a user