Hello community,

here is the log from the commit of package gloox for openSUSE:Factory checked 
in at 2017-02-07 11:59:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gloox (Old)
 and      /work/SRC/openSUSE:Factory/.gloox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gloox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gloox/gloox.changes      2017-01-24 
10:31:57.506673632 +0100
+++ /work/SRC/openSUSE:Factory/.gloox.new/gloox.changes 2017-02-07 
11:59:30.167306523 +0100
@@ -1,0 +2,28 @@
+Tue Jan 24 19:53:18 UTC 2017 - r...@fthiessen.de
+
+- Added configure flag to build with getaddrinfo
+  instead of deprecated gethostbyname.
+
+-------------------------------------------------------------------
+Tue Jan 24 14:39:58 UTC 2017 - r...@fthiessen.de
+
+- Update to 1.0.18
+  * Message: removed bogus hard-coded namespace to fix component use
+  * TLSOpenSSL: fixed wildcard certificate support
+  * Pubsub::Event: fixed potential NULL dereference
+  * ConnectionTCPServer: fixed listening on local socket
+  * Adhoc: fixed memory leak (thanks to Erik Horemans)
+  * ConnectionTLS: delete old connection in setConnectionImpl()
+    (thanks to Erik Horemans) and clarify this in the documentation
+  * Tag: Android compilation fix (thanks to Erik Horemans)
+  * ConnectionSOCKS5Proxy: improved compatibility
+    (thanks to Erik Horemans)
+  * util: Android compilation fix (thanks to Erik Horemans)
+  * Client, ClientBase: avoid ‘from’ attribute when doing
+    resource binding
+  * MUCRoom: allow empty message body if extension is present
+    (#264) (thanks to Tom Quackenbush)
+  * ConnectionBOSH: initialize ‘hold’ to 1 to improve compatibility
+  * ConnectionTCPServer: actually accept incoming connections
+
+-------------------------------------------------------------------

Old:
----
  gloox-1.0.16.tar.bz2

New:
----
  gloox-1.0.18.tar.bz2

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

Other differences:
------------------
++++++ gloox.spec ++++++
--- /var/tmp/diff_new_pack.r5pEu7/_old  2017-02-07 11:59:30.559250954 +0100
+++ /var/tmp/diff_new_pack.r5pEu7/_new  2017-02-07 11:59:30.563250387 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gloox
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define soname 14
+%define soname 15
 Name:           gloox
-Version:        1.0.16
+Version:        1.0.18
 Release:        0
 Summary:        High-level XMPP Library for C++
 License:        GPL-3.0
@@ -31,7 +31,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  iksemel-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnutls-devel
+BuildRequires:  libgnutls-devel >= 2.12
 BuildRequires:  libidn-devel
 BuildRequires:  libtool
 BuildRequires:  make
@@ -72,24 +72,14 @@
 
 %prep
 %setup -q -n gloox-%{version}
-%if 0%{?suse_version} == 1110
-for i in `find src/ -name Makefile.am`; do
-    sed -i 's;AM_CPPFLAGS = -pedantic -Wall -pipe;AM_CPPFLAGS = -pedantic 
-Wall -Wno-long-long -pipe;' $i
-done
-%endif
 
 %build
 export SUSE_ASNEEDED=0
-
-%if 0%{?suse_version} == 1110
-  autoreconf -fvi
-%endif
-
-%configure --enable-shared --disable-static
+%configure --enable-shared --disable-static --enable-getaddrinfo
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 
 rm -f "%{buildroot}%{_libdir}/libgloox".{a,la}
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.r5pEu7/_old  2017-02-07 11:59:30.595245851 +0100
+++ /var/tmp/diff_new_pack.r5pEu7/_new  2017-02-07 11:59:30.595245851 +0100
@@ -1 +1 @@
-libgloox14
+libgloox15

++++++ gloox-1.0.16.tar.bz2 -> gloox-1.0.18.tar.bz2 ++++++
++++ 5865 lines of diff (skipped)


Reply via email to