rpms/cups/devel cups.spec,1.458,1.459

Tim Waugh twaugh at fedoraproject.org
Thu Feb 12 13:39:20 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21859

Modified Files:
	cups.spec 
Log Message:
* Thu Feb 12 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.b2.5
- Beginnings of avahi support.  The dnssd backend should now work, but
  the scheduler will not yet advertise DNS-SD services.
- No longer require avahi-tools as the dnssd backend does not use the
  command line tools any longer.
- Load MIME type rules correctly (bug #426089, STR #3059).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -r1.458 -r1.459
--- cups.spec	10 Feb 2009 14:54:33 -0000	1.458
+++ cups.spec	12 Feb 2009 13:38:50 -0000	1.459
@@ -7,7 +7,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4
-Release: 0.%{pre}.4%{?dist}
+Release: 0.%{pre}.5%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}-source.tar.bz2
@@ -49,6 +49,7 @@
 Patch23: cups-str3077.patch
 Patch24: cups-str3078.patch
 Patch25: cups-str3059.patch
+Patch26: cups-avahi.patch
 Patch100: cups-lspp.patch
 Epoch: 1
 Url: http://www.cups.org/
@@ -191,6 +192,7 @@
 %patch23 -p1 -b .str3077
 %patch24 -p1 -b .str3078
 %patch25 -p1 -b .str3059
+%patch26 -p1 -b .avahi
 
 %if %lspp
 %patch100 -p1 -b .lspp
@@ -457,10 +459,11 @@
 %{_libdir}/php/modules/*.so
 
 %changelog
-* Tue Feb 10 2009 Tim Waugh <twaugh at redhat.com>
+* Thu Feb 12 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.b2.5
+- Beginnings of avahi support.  The dnssd backend should now work, but
+  the scheduler will not yet advertise DNS-SD services.
 - No longer require avahi-tools as the dnssd backend does not use the
-  command line tools any longer. (Work is still progressing on fixing
-  the dnssd backend to work with the native avahi API.)
+  command line tools any longer.
 - Load MIME type rules correctly (bug #426089, STR #3059).
 
 * Wed Jan 28 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.b2.4




More information about the fedora-extras-commits mailing list