- Report out-of-paper and offline conditions in CUPS backend (bug #216477).
- Resolves: rhbz#216477
This commit is contained in:
parent
67fff0fb46
commit
4bd0a39342
@ -22,6 +22,7 @@ Patch6: hplip-libm.patch
|
|||||||
Patch7: hplip-loop.patch
|
Patch7: hplip-loop.patch
|
||||||
Patch8: hplip-ipv6.patch
|
Patch8: hplip-ipv6.patch
|
||||||
Patch9: hplip-sane-debug.patch
|
Patch9: hplip-sane-debug.patch
|
||||||
|
Patch10: hplip-out-of-paper.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
|
|
||||||
Requires: desktop-file-utils >= 0.2.92
|
Requires: desktop-file-utils >= 0.2.92
|
||||||
@ -97,6 +98,9 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
# Allow debugging of the SANE backend.
|
# Allow debugging of the SANE backend.
|
||||||
%patch9 -p1 -b .sane-debug
|
%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
|
autoconf # for patch4
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -197,6 +201,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 1 2006 Tim Waugh <twaugh@redhat.com> 1.6.10-5
|
||||||
- Fixed debugging patch.
|
- Fixed debugging patch.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user