- Report out-of-paper and offline conditions in CUPS backend (bug #216477).

- Resolves: rhbz#216477
This commit is contained in:
Tim Waugh 2006-11-23 13:59:16 +00:00
parent 67fff0fb46
commit 4bd0a39342

View File

@ -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 <twaugh@redhat.com>
- Report out-of-paper and offline conditions in CUPS backend (bug #216477).
* Wed Nov 1 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-5
- Fixed debugging patch.