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-04-21 12:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Tue Apr 21 12:44:04 2026 rev:75 rq:1348325 version:2.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2026-02-27 
17:13:39.993457309 +0100
+++ /work/SRC/openSUSE:Factory/.gajim.new.11940/gajim.changes   2026-04-21 
12:46:28.034522250 +0200
@@ -1,0 +2,65 @@
+Mon Apr 20 20:26:42 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.4.6:
+  * Show hint if it's night for your contact (#12666)
+  * Activity list: Add menu for marking items as read
+  * Activity list: Mark reaction notifications as read when
+    opening chat
+  * Activity list: Mark reaction notifications as read if chat is
+    active
+  * Timezone update: Make it easier to disable updates
+  * Use Adwaita colors for group chat subject and call box
+  * File transfers: Sanitize RTL codepoints from file names
+  * Voice messages: Reduce bitrate for Opus encoded voice
+    messages
+  * Link preview: Make close button circular
+  * Group chat details: Add sidebar group for Personal Settings
+    (#12502)
+  * Files: Ask for confirmation before opening executable files
+    (#10699)
+  * Activity feed: Make subject brighter
+  * Chat list: Make close button circular
+  * Raise nbxmpp to 7.2.0
+  * Mentions: Mark messages with an @-sign and an indicator
+  * Require cryptography >= 43.0.0
+  * Replace GSound by Gtk.MediaFile
+  * Chat: Ellipsize nicknames
+  * View: Fix jumping to older messages
+  * AccountWizard: Don't fail when signing up for new account
+    (#12694)
+  * Group chat state: Fix label alignment
+  * Icons: Replace custom 'send message' icon with Lucide icon
+    (#12680)
+  * Link preview: Hide overflow to honor rounded corners
+  * Link preview: Remove line breaks and strip whitespace
+  * Activity feed: Show account indicator only if there are
+    multiple accounts enabled
+  * Activity feed: Hide workspace settings button
+  * Show notifications for reactions
+  * Bring back Entity Time (XEP-0202) support
+  * App: Add automatic timezone update
+  * GroupChat: Show offline members in the contact list
+  * GroupChat: Automatically rejoin groupchat when kicked due to
+    an error
+  * Unread counter: Improve contrast
+  * Preferences: Don't fail when showing the auto not available
+    page
+  * GroupchatRoster: Don't fail when trying to open chat with
+    offline member
+  * MacOS: Fix copy/paste when clipboard contains text/uri-list
+  * Windows: Show Gajim icon in header bar
+  * Chat list filter: Fix group filter for PMs (#12674)
+  * Workspaces: Check if workspace exists before saving (#12673)
+  * Image preview: Guard for exceptions while determining
+    size/type (#12672)
+  * HistoryExport: Sanitize filenames
+  * MacOS: Fix clicking folder open button does nothing
+  * GroupChat: Fix problem with duplicated messages
+  * FileChooser: Match files always case-insensitive
+  * GroupChat: Make removing nickname reservation work (#12193)
+  * App: Don't print errors when checking for version
+  * Preview: Don't display preview if a site has no title
+  * Preview: Trigger only https urls with a specific length
+  * MacOS: Fix showing image previews (#12645)
+
+-------------------------------------------------------------------

Old:
----
  gajim-2.4.4.tar.gz

New:
----
  gajim-2.4.6.tar.gz

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

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.Zwe4Bb/_old  2026-04-21 12:46:28.794553777 +0200
+++ /var/tmp/diff_new_pack.Zwe4Bb/_new  2026-04-21 12:46:28.798553943 +0200
@@ -25,16 +25,18 @@
 %{?sle15_python_module_pythons}
 %endif
 Name:           gajim
-Version:        2.4.4
+Version:        2.4.6
 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.4/gajim-%{version}.tar.gz
-BuildRequires:  %{python_module nbxmpp >= 7.1.0}
+BuildRequires:  %{python_module httpx}
+BuildRequires:  %{python_module nbxmpp >= 7.2.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module precis-i18n >= 1.0.0}
+BuildRequires:  %{python_module truststore}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  ca-certificates-mozilla
 BuildRequires:  fdupes
@@ -52,21 +54,20 @@
 #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}-cryptography >= 43.0.0
 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}-GLib >= 2.66.0
-#Requires:       %{python_flavor}-Gtk4 >= 4.14.0
-#Requires:       %{python_flavor}-GtkSourceView5
+Requires:       %{python_flavor}-httpx
 Requires:       %{python_flavor}-keyring
-Requires:       %{python_flavor}-nbxmpp >= 7.1.0
+Requires:       %{python_flavor}-nbxmpp >= 7.2.0
 Requires:       %{python_flavor}-omemo-dr >= 1.2.0
 Requires:       %{python_flavor}-packaging
 Requires:       %{python_flavor}-precis-i18n
 Requires:       %{python_flavor}-qrcode >= 7.3.1
+Requires:       %{python_flavor}-truststore
 Requires:       ca-certificates-mozilla
 Requires:       python3-base >= 3.11
 Requires:       sqlite3 >= 3.35.0

++++++ gajim-2.4.4.tar.gz -> gajim-2.4.6.tar.gz ++++++
++++ 29286 lines of diff (skipped)

Reply via email to