Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2026-02-19 14:21:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Thu Feb 19 14:21:00 2026 rev:73 rq:1333783 version:2.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2025-06-20 
16:54:31.932981839 +0200
+++ /work/SRC/openSUSE:Factory/.gajim.new.1977/gajim.changes    2026-02-19 
14:21:03.376933181 +0100
@@ -1,0 +2,62 @@
+Mon Feb 16 19:34:40 UTC 2026 - Alexei Sorokin <[email protected]>
+
+- Update to version 2.4.2:
+  * Support link previews (open graph).
+  * Allow drag and drop for previews (forwarding).
+  * Shortcuts: Make shortcut for correcting messages configurable.
+  * Shortcuts: Add shortcuts for "Paste as Quote" and
+    "Paste as Code Block".
+  * Shortcuts: Add shortcuts for text formatting actions.
+  * Shortcuts: Add new shortcut for focusing the message input.
+  * Contact name entry: Improve editing flow and fix layout issue.
+  * Group Chat Creation: Improve layout.
+  * Preferences: Rework archiving page for more clarity.
+  * HTTPUpload: Raise timeout.
+  * ChatStateIndicator: Align with message row elements.
+  * Main: Group share and invite buttons.
+  * Chat: Don't draw shadow at the top.
+  * Main: Make small design improvements.
+  * ManageRoster: Narrow down row format to prevent errors.
+  * ManageRoster: Catch errors when trying to import unsuitable
+    files.
+  * MessageRowActions: Always hide when switching contacts.
+  * ConversationView: Catch exception when computing row actions
+    update.
+  * Reload user styles after dark/light mode switch.
+  * Contact popover: Fix XMPP address icon.
+  * AboutDialog: Show correct installation.
+  * Contact details: Make avatar management buttons opaque.
+  * MessageInput: Fix case where emojis were missing from the emoji
+    chooser.
+  * AdHoc: Fix label wrapping of notes in rare cases.
+  * MessageInput: Don't highlight brackets.
+  * Reset unread count after closing chat with mouse middle button.
+  * OMEMO: React to group chat config change.
+  * ChatBanner: Fix voice request button layout.
+  * FileTransfer: Focus input after sending file.
+  * Chat: Fix showing reply if message contains previewable content.
+  * Dropdowns: Add item tooltip and make popover bigger.
+  * Compare version requirements correctly.
+  * Use spawn context for multiprocessing Manager.
+  * HTTPUpload: Fix file transfer only available after chat switch.
+  * VoiceMessageRecorderWidget: Don't fail on switching input
+    device.
+  * Fix reply-to JID for self-messages in direct chats (XEP-0461).
+  * Don't fail to start Gajim when not all Gst dependencies are
+    installed.
+  * Main: Correctly bind ESC key.
+- Update to version 2.4.3:
+  * ErrorReports: Add the Python version to reports.
+  * FileTransferManager: Catch errors when trying to get aesgcm URL
+    fragment.
+  * AccountWizard: Handle disconnect correctly.
+  * Fix showing feedback box for error reports.
+  * AddContact: Fix error making it unable to add new contact.
+
+-------------------------------------------------------------------
+Tue Dec 17 10:00:08 UTC 2025 - Alexei Sorokin <[email protected]>
+
+- Update to version 2.4.1:
+  * See https://dev.gajim.org/gajim/gajim/-/blob/2.4.1/ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  gajim-2.2.0.tar.gz

New:
----
  gajim-2.4.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.TEH6hI/_old  2026-02-19 14:21:04.708988510 +0100
+++ /var/tmp/diff_new_pack.TEH6hI/_new  2026-02-19 14:21:04.708988510 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gajim
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define __requires_exclude ^typelib\\(AppIndicator3\\).*$
+%define __requires_exclude ^typelib\\(AppIndicator3|GdkWin32\\).*$
 %if 0%{?suse_version} > 1500
 # Build only one time
 %define pythons %{primary_python}
@@ -25,13 +25,13 @@
 %{?sle15_python_module_pythons}
 %endif
 Name:           gajim
-Version:        2.2.0
+Version:        2.4.3
 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.2/gajim-%{version}.tar.gz
+Source:         https://gajim.org/downloads/2.4/gajim-%{version}.tar.gz
 BuildRequires:  %{python_module nbxmpp >= 6.2.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module precis-i18n >= 1.0.0}
@@ -49,26 +49,26 @@
 BuildRequires:  python3-base >= 3.11
 BuildRequires:  sqlite3 >= 3.35.0
 BuildRequires:  update-desktop-files
+#Requires:       %{python_flavor}-Pango >= 1.50.0
+Requires:       %{python_flavor}-Pillow >= 9.1.0
+Requires:       %{python_flavor}-SQLAlchemy >= 2.0.0
 Requires:       %{python_flavor}-cryptography >= 3.4.8
 Requires:       %{python_flavor}-css-parser
 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.2.0
-Requires:       %{python_flavor}-omemo-dr >= 1.0.0
-Requires:       %{python_flavor}-qrcode >= 7.3.1
-Requires:       python3-base >= 3.11
 #Requires:       %{python_flavor}-GLib >= 2.66.0
 #Requires:       %{python_flavor}-Gtk4 >= 4.14.0
 #Requires:       %{python_flavor}-GtkSourceView5
 Requires:       %{python_flavor}-keyring
+Requires:       %{python_flavor}-nbxmpp >= 7.0.0
+Requires:       %{python_flavor}-omemo-dr >= 1.2.0
 Requires:       %{python_flavor}-packaging
-#Requires:       %{python_flavor}-Pango >= 1.50.0
-Requires:       %{python_flavor}-Pillow >= 9.1.0
-Requires:       %{python_flavor}-SQLAlchemy >= 2.0.0
 Requires:       %{python_flavor}-precis-i18n
+Requires:       %{python_flavor}-qrcode >= 7.3.1
 Requires:       ca-certificates-mozilla
+Requires:       python3-base >= 3.11
 Requires:       sqlite3 >= 3.35.0
 Requires:       typelib(GtkSource) = 4
 Requires:       typelib(Soup) = 3.0

++++++ gajim-2.2.0.tar.gz -> gajim-2.4.3.tar.gz ++++++
++++ 295526 lines of diff (skipped)

Reply via email to