From 4bd0a393423793202dc79b54455b9f66ce52ca6a Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 23 Nov 2006 13:59:16 +0000 Subject: [PATCH] - Report out-of-paper and offline conditions in CUPS backend (bug #216477). - Resolves: rhbz#216477 --- hplip.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hplip.spec b/hplip.spec index d349507..6a358a7 100644 --- a/hplip.spec +++ b/hplip.spec @@ -22,6 +22,7 @@ Patch6: hplip-libm.patch Patch7: hplip-loop.patch Patch8: hplip-ipv6.patch Patch9: hplip-sane-debug.patch +Patch10: hplip-out-of-paper.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: desktop-file-utils >= 0.2.92 @@ -97,6 +98,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} # Allow debugging of the SANE backend. %patch9 -p1 -b .sane-debug +# Report out-of-paper and offline conditions in CUPS backend (bug #216477). +%patch10 -p1 -b .out-of-paper + autoconf # for patch4 %build @@ -197,6 +201,9 @@ fi exit 0 %changelog +* Thu Nov 23 2006 Tim Waugh +- Report out-of-paper and offline conditions in CUPS backend (bug #216477). + * Wed Nov 1 2006 Tim Waugh 1.6.10-5 - Fixed debugging patch.