From d6bef42d2a63ec77fac0d2848f269d41ede4d53f Mon Sep 17 00:00:00 2001
From: XRevan86 <>
Date: Jun 20 2025 15:04:58 +0000
Subject: Update gajim to version 2.2.0 / rev 72 via SR 1286806
https://build.opensuse.org/request/show/1286806
by user XRevan86 + anag_factory
---
diff --git a/.files b/.files
index b2e70be..97c27af 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index e1ea3bc..3ef9289 100644
--- a/.rev
+++ b/.rev
@@ -619,4 +619,12 @@
1271853
+
+ 8b1ec99ec9d0037df6235b68a1b548ea
+ 2.2.0
+
+ anag_factory
+
+ 1286806
+
diff --git a/gajim-2.1.1.tar.gz b/gajim-2.1.1.tar.gz
deleted file mode 120000
index b61538b..0000000
--- a/gajim-2.1.1.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeidlfakpec2ze366hnqjtbld672xm6xwdmkpbiihwvmqlegakhrrmi
\ No newline at end of file
diff --git a/gajim-2.2.0.tar.gz b/gajim-2.2.0.tar.gz
new file mode 120000
index 0000000..4af5a33
--- /dev/null
+++ b/gajim-2.2.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeigrg4vhkbf45fy7sojzc3hdhmpgwa4bhp6wfzx6wrvlhqldo7t45u
\ No newline at end of file
diff --git a/gajim.changes b/gajim.changes
index 4d7c7dd..0a839e3 100644
--- a/gajim.changes
+++ b/gajim.changes
@@ -1,4 +1,37 @@
-------------------------------------------------------------------
+Fri Jun 13 19:46:18 UTC 2025 - Benoît Monin
+
+- update to version 2.2.0:
+ * New
+ + Add MUC blocking (#10178)
+ + Add retractions XEP-0424
+ + Add XEP-0486 (#12273)
+ * Improvements
+ + Group chat details: Add label clarifying public information
+ + Groupchat details: Add sidebar row header for administration
+ + Account sidebar: Indicate connectivity issues (#12262)
+ + Reactions: Consider reations on all revisions of a message
+ + Moderate/Retract all revisions of a message
+ + Improve handling of retraction/moderation for corrections
+ * Change
+ + Raise nbxmpp version
+ * Bug Fixes
+ + StartChat: On disco error show always an error text
+ + DisplayMarkers: Send displayed only if contact is subscribed
+ + Search: Fix searching for the same text after switching
+ contacts (#12297)
+ + Preview: Fix error dialog for missing write access (#12294)
+ + HistoryExport: Don’t fail when exporting messages from the
+ room itself
+ + VCardGrid: Fix wrapping long strings in labels
+ + Chat: Don’t fail in some cases to show correction/error
+ tooltip
+ + Clipboard: Guard for errors and show error dialog
+ + GroupChat: Do not move chat text when participant menu opens
+ + MUC: Fix failed join after reconnect
+- increase required version of nbxmpp to 6.2.0
+
+-------------------------------------------------------------------
Sat Apr 19 19:25:39 UTC 2025 - Sebastian Wagner
- update to version 2.1.1:
diff --git a/gajim.spec b/gajim.spec
index e4c1a01..acc9209 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -25,14 +25,14 @@
%{?sle15_python_module_pythons}
%endif
Name: gajim
-Version: 2.1.1
+Version: 2.2.0
Release: 0
Summary: XMPP client written in Python and GTK
License: GPL-3.0-only
Group: Productivity/Networking/Talk/Clients
URL: https://gajim.org/
-Source: https://gajim.org/downloads/2.1/gajim-%{version}.tar.gz
-BuildRequires: %{python_module nbxmpp >= 5.0.4}
+Source: https://gajim.org/downloads/2.2/gajim-%{version}.tar.gz
+BuildRequires: %{python_module nbxmpp >= 6.2.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module precis-i18n >= 1.0.0}
BuildRequires: %{python_module wheel}
@@ -55,7 +55,7 @@ Requires: %{python_flavor}-emoji >= 2.6.0
Requires: %{python_flavor}-gobject-Gdk
Requires: %{python_flavor}-gobject-cairo >= 1.16.0
Requires: %{python_flavor}-gssapi
-Requires: %{python_flavor}-nbxmpp >= 6.1.1
+Requires: %{python_flavor}-nbxmpp >= 6.2.0
Requires: %{python_flavor}-omemo-dr >= 1.0.0
Requires: %{python_flavor}-qrcode >= 7.3.1
Requires: python3-base >= 3.11