- Disable back-channel data in the usb backend (STR #1705, bug #192034).

This commit is contained in:
Tim Waugh 2006-05-18 17:17:51 +00:00
parent ca908fd438
commit 6a78ca7e7e

View File

@ -36,6 +36,7 @@ Patch24: cups-maxlogsize.patch
Patch32: cups-pid.patch
Patch41: cups-relro.patch
Patch42: cups-str1670.patch
Patch43: cups-str1705.patch
Epoch: 1
Url: http://www.cups.org/
BuildRoot: %{_tmppath}/%{name}-root
@ -122,6 +123,7 @@ lpd emulation.
%patch32 -p1 -b .pid
%patch41 -p1 -b .relro
%patch42 -p1 -b .str1670
%patch43 -p1 -b .str1705
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
aclocal -I config-scripts
autoconf
@ -377,6 +379,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu May 18 2006 Tim Waugh <twaugh@redhat.com>
- Disable back-channel data in the usb backend (STR #1705, bug #192034).
- Fix for 'browsing stops on reload', STR #1670 (bug #191217).
* Wed May 16 2006 Tim Waugh <twaugh@redhat.com>