From 910c75d9a60c38c3fb92d57fbaec22db0d50b769 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 4 Apr 2007 10:41:09 +0000 Subject: [PATCH] - Fixed typo in marker-supply-low patch. --- hplip-marker-supply.patch | 2 +- hplip.spec | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hplip-marker-supply.patch b/hplip-marker-supply.patch index 4430630..bb4426b 100644 --- a/hplip-marker-supply.patch +++ b/hplip-marker-supply.patch @@ -25,7 +25,7 @@ + case WARN_LOW_INK_MULTIPLE_PENS: + bug("STATE: +marker-supply-low-warning\n"); + default: -+ bug("STATE: -marker-supply-low-warning"); ++ bug("STATE: -marker-supply-low-warning\n"); + } + } diff --git a/hplip.spec b/hplip.spec index bbccf2d..e271bc1 100644 --- a/hplip.spec +++ b/hplip.spec @@ -247,6 +247,9 @@ fi exit 0 %changelog +* Wed Apr 4 2007 Tim Waugh +- Fixed typo in marker-supply-low patch. + * Wed Apr 4 2007 Tim Waugh 1.7.2-2 - Split out a gui sub-package (bug #193661). - Build requires sane-backends-devel (bug #234813).