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-06-05 18:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Mon Jun  5 18:06:12 2023 rev:60 rq:1089317 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2023-04-05 
21:36:05.302716854 +0200
+++ /work/SRC/openSUSE:Factory/.gajim.new.15902/gajim.changes   2023-06-05 
18:06:13.326997035 +0200
@@ -1,0 +2,70 @@
+Sat May 27 13:15:22 UTC 2023 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.8.0:
+  * XMLConsole: Add logging view.
+  * JID sharing: Include verified OMEMO fingerprints.
+  * Integrate OMEMO plugin.
+  * Redesign Group Chat actions.
+  * Audio preview: Support more mime types.
+  * ChatBanner: Add share instructions.
+  * ChatList: Clear row content when removing history.
+  * XMLConsole: Always use dark theme.
+  * AboutDialog: Show libsoup version.
+  * GroupchatState: Show MAM synchronisation.
+  * ChatList: Improve sorting.
+  * Make contact details/settings available when offline.
+  * ACE: Make descriptions selectable and copyable.
+  * Notifications: Withdraw all when a corresponding chat is read.
+  * ChatList: Show indicator if group chat is not connected.
+  * ChatList: Show indicator when joining group chat.
+  * StartChat: Don't filter for account labels.
+  * ChatStack: Only respond to supported drag-n-drop types while
+    dragging.
+  * App menu: Add menu entry for privacy policy.
+  * GroupchatRoster: Highlight own nick and sort it to the top.
+  * CertificateDialog: Add additional infos and remove org unit
+    field.
+  * GroupchatDetails: Hide OMEMO page in public MUCs.
+  * ChatBanner: Add QR code for sharing JIDs.
+  * Windows: Package pixbuf loaders for avif and webp.
+  * Remove "escape_key_closes" from ACE.
+  * Enable spell checker by default.
+  * OMEMO verification: Generate URIs with pedantically correct
+    query.
+  * Raise gajim when no cmdline options are provided.
+  * QR codes: Avoid roundtrip to PNG in storage and back.
+  * ProfileWindow: Don't fail when no vcard is set.
+  * ContactInfo: Don’t fail when no vcard is set.
+  * Message menu: Fix issue with chats not supplying correct ID.
+  * Exceptions: Fix sending reports via sentry in conjunction with
+    proxy settings.
+  * ChatActionProcessor: De-duplicate emojis.
+  * Fix encryption deadlock with changed MUC configurations.
+  * UI: Update avatar on muc-disco-update.
+  * AvatarSelector: Fix that images don't display after repeated
+    loading.
+  * SearchView: Don't change search context when switching chats.
+  * SearchView: Remove overlay.
+  * ChatActionProcessor: Allow to click items with mouse cursor.
+  * MessageWidget: Don't return truncated text for message actions
+    Fixes.
+  * Idle: Use default xa implementation for XSS backend.
+  * ConversationView: Fix loading messages going forward from
+    specific point.
+  * ACE: Handle invalid numeric values gracefully.
+  * XMLConsole: Select first account by default.
+  * Fix rendering of copied code blocks and quotes.
+  * ContactInfo: Improve behavior for connection changes.
+  * Escape JIDs for xmpp URIs everywhere.
+  * Ask for confirmation when leaving a MUC while offline.
+  * ContactInfo: Improve behaviour for connection changes.
+  * Make manually changing the pinned chat sort order work again.
+  * MessageActionsBox: Update send file button tooltip when
+    switching chats.
+  * GroupChatRoster: Make scrollbar the right-most widget.
+  * GroupChatInviter: Don't filter by account name.
+  * CertificateDialog: Display issued-to information correctly.
+  * AccountWizard: Respect global proxy.
+- Obsolete gajim-plugin-omemo.
+
+-------------------------------------------------------------------

Old:
----
  gajim-1.7.3.tar.gz

New:
----
  gajim-1.8.0.tar.gz

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

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.G3cC7z/_old  2023-06-05 18:06:14.811005798 +0200
+++ /var/tmp/diff_new_pack.G3cC7z/_new  2023-06-05 18:06:14.827005894 +0200
@@ -25,14 +25,14 @@
 %define pythons python310
 %endif
 Name:           gajim
-Version:        1.7.3
+Version:        1.8.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/1.7/gajim-%{version}.tar.gz
-BuildRequires:  %{python_module nbxmpp >= 4.2.2}
+Source:         https://gajim.org/downloads/1.8/gajim-%{version}.tar.gz
+BuildRequires:  %{python_module nbxmpp >= 4.3.0}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module precis-i18n >= 1.0.0}
 BuildRequires:  %{python_module wheel}
@@ -47,14 +47,14 @@
 BuildRequires:  python-rpm-macros >= 20220912
 BuildRequires:  update-desktop-files
 Requires:       %{python3_dist gssapi}
+Requires:       %{python3_dist omemo-dr}
+Requires:       %{python3_dist qrcode}
 Requires:       %{python_flavor}-gobject-Gdk
 Requires:       %{python_flavor}-gobject-cairo
 Requires:       ca-certificates-mozilla
 Requires:       typelib(GtkSource) = 4
 Requires:       typelib(Soup) = 3.0
-# OMEMO encryption
-Recommends:     %{python3_dist axolotl}
-Recommends:     gajim-plugin-omemo
+Obsoletes:      gajim-plugin-omemo <= 2.9.0
 BuildArch:      noarch
 %{?python_enable_dependency_generator}
 

++++++ gajim-1.7.3.tar.gz -> gajim-1.8.0.tar.gz ++++++
++++ 39380 lines of diff (skipped)

Reply via email to