From 9debef7fc487553c7ca492c55254acad523453eb Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 4 Feb 2011 13:41:42 +0000 Subject: [PATCH] Fixed typo causing ";marker-supply-low-warning' state reason (bug #675151). --- hplip-hpijs-marker-supply.patch | 2 +- hplip.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hplip-hpijs-marker-supply.patch b/hplip-hpijs-marker-supply.patch index c5fce9c..3ae7c16 100644 --- a/hplip-hpijs-marker-supply.patch +++ b/hplip-hpijs-marker-supply.patch @@ -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()); diff --git a/hplip.spec b/hplip.spec index 2e083c0..ce17130 100644 --- a/hplip.spec +++ b/hplip.spec @@ -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 - 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 - 3.10.9-14 - Applied patch to fix CVE-2010-4267, remote stack overflow vulnerability (bug #670252).