OBS User unknown 2007-01-21 10:54:44 +00:00 committed by Git OBS Bridge
parent 5677551cf6
commit 81eb482327
5 changed files with 35 additions and 13 deletions

View File

@ -1,6 +1,6 @@
--- avahi-0.6.11.orig/avahi-core/netlink.c 2006-10-09 11:52:13.000000000 -0400
+++ avahi-0.6.11/avahi-core/netlink.c 2006-10-09 11:56:30.000000000 -0400
@@ -61,9 +61,12 @@ int avahi_netlink_work(AvahiNetlink *nl,
--- avahi-0.6.14/avahi-core/netlink.c
+++ avahi-0.6.14/avahi-core/netlink.c
@@ -61,7 +61,10 @@
}
p = (struct nlmsghdr *) nl->buffer;
@ -12,4 +12,3 @@
assert(nl->callback);
for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) {

View File

@ -1,6 +1,5 @@
diff -urN avahi-daemon/dbus-protocol.c avahi-daemon/dbus-protocol.c
--- avahi-daemon/dbus-protocol.c 2006-08-31 20:31:46.000000000 +0200
+++ avahi-daemon/dbus-protocol.c 2006-11-12 15:49:15.000000000 +0100
--- avahi-daemon/dbus-protocol.c
+++ avahi-daemon/dbus-protocol.c
@@ -1067,10 +1067,10 @@
if (dbus_bus_request_name(
server->bus,

View File

@ -1,6 +1,16 @@
--- avahi-sharp.pc.in
+++ avahi-sharp.pc.in
@@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=@prefix@
-libdir=@libdir@
+libdir=@prefix@/lib
Name: avahi-sharp
Description: Mono bindings for the Avahi mDNS/DNS-SD stack
--- avahi-sharp/Makefile.am
+++ avahi-sharp/Makefile.am
@@ -72,10 +72,10 @@
@@ -75,10 +75,10 @@
endif
install-data-hook: $(ASSEMBLY)
@ -15,7 +25,7 @@
endif
--- avahi-sharp/Makefile.in
+++ avahi-sharp/Makefile.in
@@ -582,10 +582,10 @@
@@ -599,10 +599,10 @@
@HAVE_DBUS_TRUE@@HAVE_MONODOC_TRUE@@HAVE_MONO_TRUE@ $(MDASSEMBLER) --out avahi-sharp-docs --ecma $(srcdir)/en
@HAVE_DBUS_TRUE@@HAVE_MONO_TRUE@install-data-hook: $(ASSEMBLY)

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 20 18:40:18 CET 2007 - aj@suse.de
- Fix avahi-sharp.pc file to use correct gcac location.
- Add obsoletes and provides for mDNSResponder.
-------------------------------------------------------------------
Thu Dec 14 10:53:09 CET 2006 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package avahi (Version 0.6.14)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -18,7 +18,7 @@ BuildRequires: libqt4-devel python-gtk-devel
BuildRequires: python-gtk qt-devel
%endif
Version: 0.6.14
Release: 36
Release: 47
URL: http://www.avahi.org/
Group: System/Daemons
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
@ -30,6 +30,8 @@ Patch2: avahi-dbus-request-name-flags-fix-thoenig-02.patch
Requires: dbus-1 python python-gdbm python-gtk
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: mDNSResponder
Obsoletes: mDNSResponder <= 107.5
%package glib
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
@ -60,13 +62,15 @@ Provides: libdns_sd.so()(64bit)
Provides: libdns_sd.so
%endif
Group: System/Daemons
Conflicts: mDNSResponder-lib
Provides: mDNSResponder-lib
Obsoletes: mDNSResponder-lib <= 107.5
%package compat-mDNSResponder-devel
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version} %{name}-compat-mDNSResponder = %{version}
Autoreqprov: on
Group: System/Daemons
Conflicts: mDNSResponder-devel
Provides: mDNSResponder-devel
Obsoletes: mDNSResponder-devel <= 107.5
%package compat-howl
Summary: D-BUS Service for Zeroconf/Bonjour
Requires: %{name} = %{version}
@ -345,6 +349,7 @@ autoconf
--sysconfdir=/etc\
--localstatedir="%{_localstatedir}"\
--libdir=/usr/%{_lib}\
--libexecdir=/usr/lib \
--mandir=%{_mandir}\
--enable-qt3\
--enable-qt4\
@ -498,6 +503,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/avahi-qt4.pc
%changelog -n avahi
* Sat Jan 20 2007 - aj@suse.de
- Fix avahi-sharp.pc file to use correct gcac location.
- Add obsoletes and provides for mDNSResponder.
* Thu Dec 14 2006 - sbrabec@suse.cz
- Created init script symlinks in /usr/sbin (#228203).
* Sun Nov 12 2006 - thoenig@suse.de