Hello community,

here is the log from the commit of package gloox for openSUSE:Leap:15.2 checked 
in at 2020-03-31 07:23:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/gloox (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.gloox.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gloox"

Tue Mar 31 07:23:28 2020 rev:13 rq:789551 version:1.0.23

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/gloox/gloox.changes    2020-01-15 
15:04:07.897863512 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.gloox.new.3160/gloox.changes  2020-03-31 
07:23:29.678427321 +0200
@@ -1,0 +2,12 @@
+Fri Mar 27 15:02:53 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- 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.jyofHh/_old  2020-03-31 07:23:30.066427489 +0200
+++ /var/tmp/diff_new_pack.jyofHh/_new  2020-03-31 07:23:30.070427491 +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