From d000a4675523d7b5cdd72442a4bf8341db32995e26cfb5b83e54cb6a81ddc05e Mon Sep 17 00:00:00 2001
From: Christophe Marin <christophe+obs@krop.fr>
Date: Sun, 19 May 2024 09:15:46 +0000
Subject: [PATCH] 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
---
 libqxmpp-1.6.0.tar.gz |  3 ---
 libqxmpp-1.6.1.tar.gz |  3 +++
 libqxmpp.changes      | 13 +++++++++++++
 libqxmpp.spec         |  3 ++-
 4 files changed, 18 insertions(+), 4 deletions(-)
 delete mode 100644 libqxmpp-1.6.0.tar.gz
 create mode 100644 libqxmpp-1.6.1.tar.gz

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 <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>
 
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