Accepting request 291898 from GNOME:Factory
Push GNOME:Factory - without pcheck OBS-URL: https://build.opensuse.org/request/show/291898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=110
This commit is contained in:
commit
00ec269731
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package avahi-glib2
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package avahi-mono
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -725,6 +725,7 @@ correct mDNS reflection across LAN segments.
|
||||
|
||||
%package -n avahi-mono
|
||||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/Mono
|
||||
Requires: gtk-sharp2
|
||||
Requires: libavahi-client3 >= %{version}
|
||||
|
19
avahi-outdated-URL.patch
Normal file
19
avahi-outdated-URL.patch
Normal file
@ -0,0 +1,19 @@
|
||||
Index: avahi-0.6.31/avahi-compat-libdns_sd/warn.c
|
||||
===================================================================
|
||||
--- avahi-0.6.31.orig/avahi-compat-libdns_sd/warn.c
|
||||
+++ avahi-0.6.31/avahi-compat-libdns_sd/warn.c
|
||||
@@ -113,12 +113,12 @@ void avahi_warn_linkage(void) {
|
||||
if (!w && !getenv("AVAHI_COMPAT_NOWARN")) {
|
||||
avahi_warn("The program '%s' uses the "COMPAT_LAYER" compatibility layer of Avahi.", avahi_exe_name());
|
||||
avahi_warn("Please fix your application to use the native API of Avahi!");
|
||||
- avahi_warn("For more information see <http://0pointer.de/avahi-compat?s="CGI_SUBSYSTEM"&e=%s>", avahi_exe_name());
|
||||
+ avahi_warn("For more information see <http://0pointer.de/blog/projects/avahi-compat.html>");
|
||||
}
|
||||
}
|
||||
|
||||
void avahi_warn_unsupported(const char *function) {
|
||||
avahi_warn("The program '%s' called '%s()' which is not supported (or only supported partially) in the "COMPAT_LAYER" compatibility layer of Avahi.", avahi_exe_name(), function);
|
||||
avahi_warn("Please fix your application to use the native API of Avahi!");
|
||||
- avahi_warn("For more information see <http://0pointer.de/avahi-compat?s="CGI_SUBSYSTEM"&e=%s&f=%s>", avahi_exe_name(), function);
|
||||
+ avahi_warn("For more information see <http://0pointer.de/blog/projects/avahi-compat.html>");
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package avahi-qt4
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 22 15:51:33 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Add avahi-outdated-URL.patch: Do not redirect users to
|
||||
<http://0pointer.de/avahi-compat?s=libdns_sd&e=ntpd>, which no
|
||||
longer exists, but bring them to the more generic blog entry
|
||||
http://0pointer.de/blog/projects/avahi-compat.html (boo#914298).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 26 20:06:15 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package avahi
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -94,6 +94,8 @@ Patch14: avahi-enable-ipv6.patch
|
||||
Patch15: avahi-move-everything-to-run.patch
|
||||
# PATCH-FIX-OPENSUSE avahi-reserve-space-for-record-data-when-size-e.patch bnc#835984 jlee@suse.com -- avahi-core: reserve space for record data when size estimate
|
||||
Patch16: avahi-reserve-space-for-record-data-when-size-e.patch
|
||||
# PATCH-FIX-UPSTREAM avahi-outdated-URL.patch boo#914298 dimstar@opensuse.org -- Replace reference to no longer existing address with a more generic explanation URL
|
||||
Patch17: avahi-outdated-URL.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: dbus-1-python
|
||||
BuildRequires: fdupes
|
||||
@ -771,6 +773,7 @@ translation-update-upstream
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
|
||||
%if !%build_core
|
||||
# Replace all .la references from local .la files to installed versions
|
||||
|
Loading…
Reference in New Issue
Block a user