- Added finddest patch for better scaling (bug #164232).

This commit is contained in:
Tim Waugh 2005-09-28 15:20:06 +00:00
parent 53db0048e7
commit 432a463f40

View File

@ -6,7 +6,7 @@
Summary: Common Unix Printing System
Name: cups
Version: 1.1.23
Release: 17
Release: 18
License: GPL
Group: System Environment/Daemons
Source: ftp://ftp.easysw.com/pub/cups/test/cups-%{version}-source.tar.bz2
@ -49,7 +49,7 @@ Patch30: cups-session-printing.patch
Patch32: cups-pid.patch
Patch33: cups-CAN-2004-0888.patch
Patch34: cups-CAN-2005-2097.patch
Patch35: cups-strcasecmp.patch
Patch35: cups-finddest.patch
Patch36: cups-dbus.patch
Epoch: 1
Url: http://www.cups.org/
@ -144,7 +144,7 @@ lpd emulation.
%patch32 -p1 -b .pid
%patch33 -p1 -b .CAN-2004-0888
%patch34 -p1 -b .CAN-2005-2097
%patch35 -p1 -b .strcasecmp
%patch35 -p1 -b .finddest
%if %use_dbus
%patch36 -p1 -b .dbus
%endif
@ -411,8 +411,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/cups/daemon/cups-lpd
%changelog
* Wed Sep 28 2005 Tim Waugh <twaugh@redhat.com>
- Added strcasecmp patch for better scaling (bug #164232).
* Wed Sep 28 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-18
- Added finddest patch for better scaling (bug #164232).
* Fri Sep 2 2005 Tim Waugh <twaugh@redhat.com> 1:1.1.23-17
- Fixed CAN-2005-2097 (bug #164510).