diff --git a/libqxmpp-1.6.0.tar.gz b/libqxmpp-1.6.0.tar.gz deleted file mode 100644 index 77bd7fe..0000000 --- a/libqxmpp-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af19b8644ff92f3b38d3e75b89ce4632501c102f17f32b09d7dcde0b27e1c16e -size 645985 diff --git a/libqxmpp-1.6.1.tar.gz b/libqxmpp-1.6.1.tar.gz new file mode 100644 index 0000000..5ea4049 --- /dev/null +++ b/libqxmpp-1.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85de632a8cc59e694cc1c29c4861aac9170210fefb39e9d259ff2199af41a86 +size 646295 diff --git a/libqxmpp.changes b/libqxmpp.changes index af70445..a05dbc6 100644 --- a/libqxmpp.changes +++ b/libqxmpp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun May 19 08:56:14 UTC 2024 - Michael Vetter + +- 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 + element and the stream ID was not parsed in the + element. + ------------------------------------------------------------------- Thu Feb 8 10:22:03 UTC 2024 - Christophe Marin diff --git a/libqxmpp.spec b/libqxmpp.spec index 113a727..2fc876f 100644 --- a/libqxmpp.spec +++ b/libqxmpp.spec @@ -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