Accepting request 291415 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291415 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=114
This commit is contained in:
parent
a6b3862abd
commit
e766e58b2c
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi-glib2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi-mono
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -725,6 +725,7 @@ correct mDNS reflection across LAN segments.
|
|||||||
|
|
||||||
%package -n avahi-mono
|
%package -n avahi-mono
|
||||||
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
Summary: Mono Bindings for avahi, the D-BUS Service for Zeroconf and Bonjour
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Requires: gtk-sharp2
|
Requires: gtk-sharp2
|
||||||
Requires: libavahi-client3 >= %{version}
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Sat Apr 26 20:06:15 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package avahi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
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
|
# 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
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: dbus-1-python
|
BuildRequires: dbus-1-python
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -771,6 +773,7 @@ translation-update-upstream
|
|||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
|
%patch17 -p1
|
||||||
|
|
||||||
%if !%build_core
|
%if !%build_core
|
||||||
# Replace all .la references from local .la files to installed versions
|
# Replace all .la references from local .la files to installed versions
|
||||||
|
Loading…
Reference in New Issue
Block a user