Hello community,

here is the log from the commit of package gloox for openSUSE:Factory checked 
in at 2020-03-29 14:28:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gloox (Old)
 and      /work/SRC/openSUSE:Factory/.gloox.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gloox"

Sun Mar 29 14:28:10 2020 rev:5 rq:789395 version:1.0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/gloox/gloox.changes      2018-08-27 
13:48:57.436517807 +0200
+++ /work/SRC/openSUSE:Factory/.gloox.new.3160/gloox.changes    2020-03-29 
14:28:16.582176684 +0200
@@ -1,0 +2,12 @@
+Fri Mar 27 15:02:53 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 1.0.23:
+  * fixed a memory leak in dns.cpp
+  * fixed session management/stream resumption
+  * ClientBase: fix honorThreadID
+  * TLSGnuTLS: disabled TLS 1.3 for now, as there are
+    connection issues with it
+  Check the ChangeLog file for other changes.
+- Drop gloox-fix_TLSGnuTLS_test.patch. Merged upstream.
+
+-------------------------------------------------------------------

Old:
----
  gloox-1.0.21.tar.bz2
  gloox-fix_TLSGnuTLS_test.patch

New:
----
  gloox-1.0.23.tar.bz2

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

Other differences:
------------------
++++++ gloox.spec ++++++
--- /var/tmp/diff_new_pack.QYgD8r/_old  2020-03-29 14:28:17.054176925 +0200
+++ /var/tmp/diff_new_pack.QYgD8r/_new  2020-03-29 14:28:17.054176925 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gloox
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define soname 17
 Name:           gloox
-Version:        1.0.21
+Version:        1.0.23
 Release:        0
 Summary:        High-level XMPP Library for C++
 License:        GPL-3.0-only
@@ -26,7 +26,6 @@
 URL:            http://camaya.net/gloox
 Source:         http://camaya.net/download/gloox-%{version}.tar.bz2
 Source200:      baselibs.conf
-Patch0:         gloox-fix_TLSGnuTLS_test.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -71,12 +70,11 @@
 
 %prep
 %setup -q -n gloox-%{version}
-%patch0 -p1
 
 %build
 export SUSE_ASNEEDED=0
 %configure --enable-shared --disable-static --enable-getaddrinfo
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -87,7 +85,7 @@
 test -e "$h" && ln -s -f "$h" COPYING
 
 %check
-make %{?_smp_mflags} test
+%make_build test
 
 %post   -n lib%{name}%{soname} -p /sbin/ldconfig
 %postun -n lib%{name}%{soname} -p /sbin/ldconfig

++++++ gloox-1.0.21.tar.bz2 -> gloox-1.0.23.tar.bz2 ++++++
++++ 16107 lines of diff (skipped)


Reply via email to