- 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).
This commit is contained in:
parent
4db57d4fa2
commit
c36f5f1a78
11
cups.spec
11
cups.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.4
|
Version: 1.4
|
||||||
Release: 0.%{pre}.4%{?dist}
|
Release: 0.%{pre}.5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}-source.tar.bz2
|
Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}-source.tar.bz2
|
||||||
@ -49,6 +49,7 @@ Patch22: cups-build.patch
|
|||||||
Patch23: cups-str3077.patch
|
Patch23: cups-str3077.patch
|
||||||
Patch24: cups-str3078.patch
|
Patch24: cups-str3078.patch
|
||||||
Patch25: cups-str3059.patch
|
Patch25: cups-str3059.patch
|
||||||
|
Patch26: cups-avahi.patch
|
||||||
Patch100: cups-lspp.patch
|
Patch100: cups-lspp.patch
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Url: http://www.cups.org/
|
Url: http://www.cups.org/
|
||||||
@ -191,6 +192,7 @@ module.
|
|||||||
%patch23 -p1 -b .str3077
|
%patch23 -p1 -b .str3077
|
||||||
%patch24 -p1 -b .str3078
|
%patch24 -p1 -b .str3078
|
||||||
%patch25 -p1 -b .str3059
|
%patch25 -p1 -b .str3059
|
||||||
|
%patch26 -p1 -b .avahi
|
||||||
|
|
||||||
%if %lspp
|
%if %lspp
|
||||||
%patch100 -p1 -b .lspp
|
%patch100 -p1 -b .lspp
|
||||||
@ -457,10 +459,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/php/modules/*.so
|
%{_libdir}/php/modules/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 10 2009 Tim Waugh <twaugh@redhat.com>
|
* Thu Feb 12 2009 Tim Waugh <twaugh@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
|
- No longer require avahi-tools as the dnssd backend does not use the
|
||||||
command line tools any longer. (Work is still progressing on fixing
|
command line tools any longer.
|
||||||
the dnssd backend to work with the native avahi API.)
|
|
||||||
- Load MIME type rules correctly (bug #426089, STR #3059).
|
- Load MIME type rules correctly (bug #426089, STR #3059).
|
||||||
|
|
||||||
* Wed Jan 28 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.4
|
* Wed Jan 28 2009 Tim Waugh <twaugh@redhat.com> 1:1.4-0.b2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user