Hello community,

here is the log from the commit of package avahi for openSUSE:Factory checked 
in at 2015-03-30 19:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avahi (Old)
 and      /work/SRC/openSUSE:Factory/.avahi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avahi"

Changes:
--------
avahi-mono.changes: same change
avahi-qt4.changes: same change
--- /work/SRC/openSUSE:Factory/avahi/avahi.changes      2014-05-05 
21:14:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.avahi.new/avahi.changes 2015-03-30 
19:12:00.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Jan 22 15:51:33 UTC 2015 - dims...@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).
+
+-------------------------------------------------------------------

New:
----
  avahi-outdated-URL.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ avahi-glib2.spec ++++++
--- /var/tmp/diff_new_pack.gHxpOY/_old  2015-03-30 19:12:02.000000000 +0200
+++ /var/tmp/diff_new_pack.gHxpOY/_new  2015-03-30 19:12:02.000000000 +0200
@@ -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

++++++ avahi-mono.spec ++++++
--- /var/tmp/diff_new_pack.gHxpOY/_old  2015-03-30 19:12:02.000000000 +0200
+++ /var/tmp/diff_new_pack.gHxpOY/_new  2015-03-30 19:12:02.000000000 +0200
@@ -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 @@
 
 %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}

++++++ avahi-qt4.spec ++++++
--- /var/tmp/diff_new_pack.gHxpOY/_old  2015-03-30 19:12:02.000000000 +0200
+++ /var/tmp/diff_new_pack.gHxpOY/_new  2015-03-30 19:12:02.000000000 +0200
@@ -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

++++++ avahi.spec ++++++
--- /var/tmp/diff_new_pack.gHxpOY/_old  2015-03-30 19:12:02.000000000 +0200
+++ /var/tmp/diff_new_pack.gHxpOY/_new  2015-03-30 19:12:02.000000000 +0200
@@ -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 @@
 Patch15:        avahi-move-everything-to-run.patch
 # PATCH-FIX-OPENSUSE avahi-reserve-space-for-record-data-when-size-e.patch 
bnc#835984 j...@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 dims...@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 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 
 %if !%build_core
 # Replace all .la references from local .la files to installed versions

++++++ avahi-outdated-URL.patch ++++++
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>");
 }

Reply via email to