Accepting request 1175106 from 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/1175106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqxmpp?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-05-20 16:15:18 +00:00 committed by Git OBS Bridge
commit b4f0e2fbac
4 changed files with 17 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> Thu Feb 8 10:22:03 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -32,7 +32,7 @@ ExclusiveArch: do_not_build
%endif %endif
%define sover 4 %define sover 4
Name: libqxmpp%{?pkg_suffix} Name: libqxmpp%{?pkg_suffix}
Version: 1.6.0 Version: 1.6.1
Release: 0 Release: 0
Summary: Qt XMPP Library Summary: Qt XMPP Library
License: LGPL-2.1-or-later License: LGPL-2.1-or-later