From 45081a8b7872eddd9a5c51ea8de25e19b83712a2 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 17 2006 11:56:14 +0000 Subject: - Include 'Autodetected' tag for better integration with autodetection tools. --- diff --git a/cups.spec b/cups.spec index fa949df..8a80b87 100644 --- a/cups.spec +++ b/cups.spec @@ -6,7 +6,7 @@ Summary: Common Unix Printing System Name: cups Version: 1.1.23 -Release: 29 +Release: 30 License: GPL Group: System Environment/Daemons Source: ftp://ftp.easysw.com/pub/cups/test/cups-%{version}-source.tar.bz2 @@ -43,6 +43,7 @@ Patch19: cups-gcc34.patch Patch20: cups-gcc4.patch Patch21: cups-slow.patch Patch22: cups-dest-cache-v2.patch +Patch23: cups-autodetected-tag.patch Patch24: cups-maxlogsize.patch Patch25: cups-enabledisable.patch Patch28: cups-no-propagate-ipp-port.patch @@ -150,6 +151,7 @@ lpd emulation. %patch20 -p1 -b .gcc4 %patch21 -p1 -b .slow %patch22 -p1 -b .dest-cache-v2 +%patch23 -p1 -b .autodetected-tag %patch24 -p1 -b .maxlogsize %patch25 -p1 -b .enabledisable %patch28 -p1 -b .no-propagate-ipp-port @@ -431,6 +433,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/cups/daemon/cups-lpd %changelog +* Tue Jan 17 2006 Tim Waugh 1:1.1.23-30 +- Include 'Autodetected' tag for better integration with autodetection tools. + * Tue Jan 10 2006 Tim Waugh 1:1.1.23-29 - Apply dest-cache-v2 patch (bug #175847).