Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2023-01-16 17:58:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Mon Jan 16 17:58:56 2023 rev:55 rq:1058554 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2022-12-04 
14:58:36.564358427 +0100
+++ /work/SRC/openSUSE:Factory/.gajim.new.32243/gajim.changes   2023-01-16 
18:01:27.735677840 +0100
@@ -1,0 +2,62 @@
+Sat Jan 14 17:11:58 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.6.1:
+  * Raise required nbxmpp version to 4.0.1.
+  * AdHocCommands: Refresh commands list after completing command.
+  * Limit message length and add FullMessageWindow.
+  * ChatList: Improve timedelta function.
+  * CreateGroupchatWindow: Add Advanced switch and always show
+    address entry.
+  * UX: Make more text labels selectable/enable can-focus for
+    copying.
+  * AccountPage: Add menu item to deny all subscription requests.
+  * Account menu: Add Execute Command… entry for convenience.
+  * AccountPage: Make all account menu items available.
+  * AccountPage: Add menu entry for adding contacts.
+  * Notifications: Fix rare case where Gajim displays notifications
+    for our own messages.
+  * ServiceDiscoveryWindow: Fix jumping when resizing window.
+  * Don't fail in mark_as_unread if there are no messages.
+  * Profile: Fix setting avatar.
+  * ChatStack DnD: Add workaround for mis-fired drag-motion signal.
+  * AudioPreview: Make visualisation fully RTL compatible again and
+    ensure graph is always drawn.
+  * Preview: Handle exceptions while decrypting.
+  * Audio Visualizer: Port deprecated methods.
+  * AudioPreview: Always format progress time as LTR.
+  * AppPage: Differentiate between updates (Gajim/Plugins).
+  * GroupChat: Display reason when group chat is destroyed.
+
+-------------------------------------------------------------------
+Sat Jan  7 10:32:56 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.6.0:
+  * Raise required nbxmpp version to 4.0.0.
+  * Depend on Python 3.10.
+  * Port to libsoup3.
+  * Allow sending files by copy-pasting them from file managers.
+  * Preview: Add audio preview controls and visualisation.
+  * Resurrect URI-specific context menus.
+  * Highlight the file when opening containing directory.
+  * BaseAvatarChooserDialog: Allow all image types.
+  * Timestamps: Use date/time format preference in more places.
+  * AppPage: Show date for last update check.
+  * Add dedicated context menu for non-specific URI types.
+  * Restore ability to manually disambiguate JID-like addresses.
+  * Use the unified Start/Join Chat flow for "?join" links.
+  * CertificateBox: Format serial number in hex.
+  * MessageActionsBox: Restore emoji button behaviour.
+  * Settings: Add migration for global MUC search api endpoint.
+  * AccountWizard: Remove subscriptions after successful login.
+  * Audio Preview: Fix visuals on EOS while seeking.
+  * Audio Preview: Don't let seekbar handle jump to end on EOS when
+    user is seeking.
+  * Commands: Attempt to parse only if message can have a command.
+  * Notifications: Use correct nickname for /me messages.
+  * AvatarSelector: Set default crop scale to 1.0.
+  * Menus: Don’t use GLib variant text format parsing.
+  * Remember last folder correctly after sending file.
+  * Preview: Don't treat multi-line message body as previewable
+    URL.
+
+-------------------------------------------------------------------

Old:
----
  gajim-1.5.4.tar.gz

New:
----
  gajim-1.6.1.tar.gz

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

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.cHk1aM/_old  2023-01-16 18:01:28.391681520 +0100
+++ /var/tmp/diff_new_pack.cHk1aM/_new  2023-01-16 18:01:28.395681543 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gajim
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,36 +16,26 @@
 #
 
 
-#
-# Gajim uses libsoup2 while GUPnP, libsoup3. And that makes the app 
unlunchable.
-# This is a temporary fix until upstream addresses it.
-#
-# FIXME: Once the issue https://dev.gajim.org/gajim/gajim/-/issues/11183
-#        is properly addressed, exclude only AppIndicator3.
-#
-%define __requires_exclude ^typelib\\((GUPnPIgd|AppIndicator3)\\).*$
-#
-# It was: __requires_exclude ^typelib\\(AppIndicator3\\)
-
+%define __requires_exclude ^typelib\\(AppIndicator3\\).*$
 %if 0%{?suse_version} > 1500
 %define py3ver 3
 %define py3pkg python3
 %define py3pkg_sitelib %{python3_sitelib}
 %else
-# Requires at least python 3.9
+# Requires at least python 3.10
 %define py3ver 3.10
 %define py3pkg python310
 %define py3pkg_sitelib %{_prefix}/lib/python%{py3ver}/site-packages
 %endif
 Name:           gajim
-Version:        1.5.4
+Version:        1.6.1
 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/1.5/gajim-%{version}.tar.gz
-BuildRequires:  %{py3pkg}-nbxmpp >= 3.2.4
+Source:         https://gajim.org/downloads/1.6/gajim-%{version}.tar.gz
+BuildRequires:  %{py3pkg}-nbxmpp >= 4.0.1
 BuildRequires:  %{py3pkg}-precis-i18n >= 1.0.0
 BuildRequires:  %{py3pkg}-setuptools
 BuildRequires:  ca-certificates-mozilla
@@ -64,12 +54,12 @@
 Requires:       %{py3pkg}-gobject-cairo
 Requires:       %{py3pkg}-gssapi
 Requires:       %{py3pkg}-keyring
-Requires:       %{py3pkg}-nbxmpp >= 3.2.5
+Requires:       %{py3pkg}-nbxmpp >= 4.0.1
 Requires:       %{py3pkg}-precis-i18n >= 1.0.0
 Requires:       %{py3pkg}-pycairo >= 1.16.0
 Requires:       ca-certificates-mozilla
 Requires:       typelib(GtkSource) = 4
-Requires:       typelib(Soup) = 2.4
+Requires:       typelib(Soup) = 3.0
 # gajim-remote
 Recommends:     %{py3pkg}-dbus-python
 # OMEMO encryption

++++++ gajim-1.5.4.tar.gz -> gajim-1.6.1.tar.gz ++++++
++++ 103861 lines of diff (skipped)

Reply via email to