Hello community, here is the log from the commit of package libqxmpp for openSUSE:Factory checked in at 2019-11-18 20:09:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqxmpp (Old) and /work/SRC/openSUSE:Factory/.libqxmpp.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqxmpp" Mon Nov 18 20:09:16 2019 rev:14 rq:749185 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libqxmpp/libqxmpp.changes 2019-05-07 23:19:14.928954828 +0200 +++ /work/SRC/openSUSE:Factory/.libqxmpp.new.26869/libqxmpp.changes 2019-11-18 20:09:38.249615052 +0100 @@ -1,0 +2,22 @@ +Mon Nov 18 05:20:47 UTC 2019 - Dmitriy Perlow <[email protected]> + +- Update to 1.1.0. Changes since 1.0.0: + * Add support for SCRAM-SHA-1 and SCRAM-SHA-256; + * Order SASL mechanisms to prefer the most secure; + * Add XEP-0334, -0363, -0367, -0369 (partially), -0380, -0382; + * Do not accept receipts from other resources of the used account; + * cmake: Set minimum version before creating project() and bump to 3.3; + * Deprecate QXmppClient extension getters; + * Refactor data form media element, deprecate `QXmppDataForm::Media; + * Replace deprecated `qSort()` by `std::sort()`; + * Do not use deprecated `QSslSocket::setCaCertificates()`; + * Modernize code by using `nullptr`, `override`, etc.; + * Move attributes into private d-pointer for future ABI compatibility; + * Use raw literals, range based loops and `auto`; + * Fix potential SEGFAULT on connection error; + * Fix `SO_VERSION` to 1: ABI has changed since last minor release; + * Add CMake option for internal tests (`BUILD_INTERNAL_TESTS`). +- Disable tests needing a network connection += qxmppuploadrequestmanager. +- Fixed shlib-policy-name-error libqxmpp2 (sover bump up to 2). + +------------------------------------------------------------------- Old: ---- libqxmpp-1.0.0.tar.gz New: ---- libqxmpp-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqxmpp.spec ++++++ --- /var/tmp/diff_new_pack.fM5AgI/_old 2019-11-18 20:09:39.085614626 +0100 +++ /var/tmp/diff_new_pack.fM5AgI/_new 2019-11-18 20:09:39.085614626 +0100 @@ -1,7 +1,7 @@ # # spec file for package libqxmpp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # 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 sover 0 +%define sover 2 Name: libqxmpp -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Qt XMPP Library License: LGPL-2.1-or-later @@ -26,7 +26,7 @@ URL: https://github.com/qxmpp-project/qxmpp/ Source0: https://github.com/qxmpp-project/qxmpp/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf -BuildRequires: cmake +BuildRequires: cmake >= 3.3 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: pkgconfig @@ -77,6 +77,7 @@ sed -i 's,add_simple_test(qxmppcallmanager),#add_simple_test(qxmppcallmanager),' tests/CMakeLists.txt sed -i 's,add_simple_test(qxmppiceconnection),#add_simple_test(qxmppiceconnection),' tests/CMakeLists.txt sed -i 's,add_subdirectory(qxmpptransfermanager),#add_subdirectory(qxmpptransfermanager),' tests/CMakeLists.txt +sed -i 's,add_subdirectory(qxmppuploadrequestmanager),#add_subdirectory(qxmppuploadrequestmanager),' tests/CMakeLists.txt %build %cmake \ ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.fM5AgI/_old 2019-11-18 20:09:39.105614616 +0100 +++ /var/tmp/diff_new_pack.fM5AgI/_new 2019-11-18 20:09:39.105614616 +0100 @@ -1 +1 @@ -libqxmpp0 \ No newline at end of file +libqxmpp2 ++++++ libqxmpp-1.0.0.tar.gz -> libqxmpp-1.1.0.tar.gz ++++++ ++++ 10853 lines of diff (skipped)
