Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2015-12-03 13:27:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dante (Old)
 and      /work/SRC/openSUSE:Factory/.dante.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dante"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dante/dante.changes      2015-05-20 
23:45:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2015-12-03 
13:27:10.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 30 17:50:00 UTC 2015 - idon...@suse.com
+
+- Add dante-miniupnp14.patch to fix compilation with miniupnpc
+  API level 14.
+
+-------------------------------------------------------------------

New:
----
  dante-miniupnp14.patch

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

Other differences:
------------------
++++++ dante.spec ++++++
--- /var/tmp/diff_new_pack.UvI41N/_old  2015-12-03 13:27:11.000000000 +0100
+++ /var/tmp/diff_new_pack.UvI41N/_new  2015-12-03 13:27:11.000000000 +0100
@@ -33,6 +33,7 @@
 Patch4:         dante-1.4.0-glibc-2.17.patch
 Patch5:         dante-1.4.0-sendbuf_macro.patch
 Patch6:         dante-1.4.1-gcc5-fixes.patch
+Patch7:         dante-miniupnp14.patch
 BuildRequires:  autoconf >= 2.61
 BuildRequires:  automake
 BuildRequires:  bison
@@ -98,6 +99,7 @@
 %patch4
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 DANTELIBC=`find /%{_lib}/ -maxdepth 1 -iname "libc.so.*"`

++++++ dante-miniupnp14.patch ++++++
Index: dante-1.4.1/lib/upnp.c
===================================================================
--- dante-1.4.1.orig/lib/upnp.c
+++ dante-1.4.1/lib/upnp.c
@@ -156,6 +156,9 @@ socks_initupnp(gw, emsg, emsglen)
                            0
 #if HAVE_LIBMINIUPNP17
                           ,0,
+#if MINIUPNPC_API_VERSION >= 14 /* adds ttl */
+                          2,
+#endif
                           &rc
 #endif /* HAVE_LIBMINIUPNP17 */
                          );

Reply via email to