Accepting request 1175105 from home:jubalh:branches:network

- Update to 1.6.1:
  * Fix handling of XMPP redirects (introduced in aaa6497)
  * Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData
  * Fix OMEMO decryption of group chat messages (#617)
  * Fix stream resumption
    This has been an issue since the initial implementation of
    stream mangement. The xmlns was missing in the <resume/>
    element and the stream ID was not parsed in the <enabled/>
    element.

OBS-URL: https://build.opensuse.org/request/show/1175105
OBS-URL: https://build.opensuse.org/package/show/network/libqxmpp?expand=0&rev=45
This commit is contained in:
Christophe Marin 2024-05-19 09:15:46 +00:00 committed by Git OBS Bridge
parent 08cdc33813
commit d000a46755
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af19b8644ff92f3b38d3e75b89ce4632501c102f17f32b09d7dcde0b27e1c16e
size 645985

3
libqxmpp-1.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e85de632a8cc59e694cc1c29c4861aac9170210fefb39e9d259ff2199af41a86
size 646295

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun May 19 08:56:14 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Update to 1.6.1:
* Fix handling of XMPP redirects (introduced in aaa6497)
* Fix compilation with Qt 6 + C++17 (not C++20) in OmemoData
* Fix OMEMO decryption of group chat messages (#617)
* Fix stream resumption
This has been an issue since the initial implementation of
stream mangement. The xmlns was missing in the <resume/>
element and the stream ID was not parsed in the <enabled/>
element.
-------------------------------------------------------------------
Thu Feb 8 10:22:03 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -32,7 +32,7 @@ ExclusiveArch: do_not_build
%endif
%define sover 4
Name: libqxmpp%{?pkg_suffix}
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: Qt XMPP Library
License: LGPL-2.1-or-later
@ -113,6 +113,7 @@ will try to determine the needed QXmpp variant based on which Qt version was
already found by CMake.
# No need to build it twice
%package -n libqxmpp-doc
Summary: Qxmpp library documentation
Group: Documentation/HTML