- Raise IPP_MAX_VALUES to 100 (bug #164232).
- Made FindDest better behaved in some instances (bug #164232). - Back-ported BrowseInterval fix from 1.1.23 (bug #164232). - Rate limit SendBrowseList() calls (bug #164232).
This commit is contained in:
parent
432a463f40
commit
ff33a67fff
21
cups.spec
21
cups.spec
@ -49,8 +49,11 @@ Patch30: cups-session-printing.patch
|
|||||||
Patch32: cups-pid.patch
|
Patch32: cups-pid.patch
|
||||||
Patch33: cups-CAN-2004-0888.patch
|
Patch33: cups-CAN-2004-0888.patch
|
||||||
Patch34: cups-CAN-2005-2097.patch
|
Patch34: cups-CAN-2005-2097.patch
|
||||||
Patch35: cups-finddest.patch
|
Patch35: cups-rate-limit-SendBrowseList.patch
|
||||||
Patch36: cups-dbus.patch
|
Patch36: cups-BrowseInterval-fix.patch
|
||||||
|
Patch37: cups-finddest.patch
|
||||||
|
Patch38: cups-IPP_MAX_VALUES.patch
|
||||||
|
Patch39: cups-dbus.patch
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -144,9 +147,12 @@ lpd emulation.
|
|||||||
%patch32 -p1 -b .pid
|
%patch32 -p1 -b .pid
|
||||||
%patch33 -p1 -b .CAN-2004-0888
|
%patch33 -p1 -b .CAN-2004-0888
|
||||||
%patch34 -p1 -b .CAN-2005-2097
|
%patch34 -p1 -b .CAN-2005-2097
|
||||||
%patch35 -p1 -b .finddest
|
%patch35 -p1 -b .rate-limit-SendBrowseList
|
||||||
|
%patch36 -p1 -b .BrowseInterval-fix
|
||||||
|
%patch37 -p1 -b .finddest
|
||||||
|
%patch38 -p1 -b .BrowseInterval-fix
|
||||||
%if %use_dbus
|
%if %use_dbus
|
||||||
%patch36 -p1 -b .dbus
|
%patch39 -p1 -b .dbus
|
||||||
%endif
|
%endif
|
||||||
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
|
perl -pi -e 's,^#(Printcap\s+/etc/printcap),$1,' conf/cupsd.conf.in
|
||||||
aclocal -I config-scripts
|
aclocal -I config-scripts
|
||||||
@ -411,8 +417,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/cups/daemon/cups-lpd
|
%{_libdir}/cups/daemon/cups-lpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 28 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-18
|
* Thu Sep 29 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-18
|
||||||
- Added finddest patch for better scaling (bug #164232).
|
- Raise IPP_MAX_VALUES to 100 (bug #164232).
|
||||||
|
- Made FindDest better behaved in some instances (bug #164232).
|
||||||
|
- Back-ported BrowseInterval fix from 1.1.23 (bug #164232).
|
||||||
|
- Rate limit SendBrowseList() calls (bug #164232).
|
||||||
|
|
||||||
* Fri Sep 2 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-17
|
* Fri Sep 2 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-17
|
||||||
- Fixed CAN-2005-2097 (bug #164510).
|
- Fixed CAN-2005-2097 (bug #164510).
|
||||||
|
Loading…
Reference in New Issue
Block a user