Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gajim for openSUSE:Factory checked in at 2024-09-20 17:12:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gajim (Old) and /work/SRC/openSUSE:Factory/.gajim.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gajim" Fri Sep 20 17:12:16 2024 rev:68 rq:1202059 version:1.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gajim/gajim.changes 2024-09-05 15:48:31.675410597 +0200 +++ /work/SRC/openSUSE:Factory/.gajim.new.29891/gajim.changes 2024-09-20 17:13:27.887363094 +0200 @@ -1,0 +2,51 @@ +Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin <sor.ale...@meowr.ru> + +- Update to version 1.9.4: + * Raise nbxmpp version to 5.0.4. + * Add setting to prevent synchronisation of group chats. + * XEP-0317 (Hats). + * Integrate providers.xmpp.net into account creation wizard. + * Search: Add user interface for message filters. + * Create a common directory for temporary files. + * Unify usage of "synchronise"/"synchronize" strings. + * Control: Improve query to load messages around a timestamp. + * Dataforms: Improve read only form presentation. + * Indicate modified contact name in info dialogues. + * StartChat: Show description, user count, and language in search + results. + * Add a Quit dialogue for setting window preference. + * Search: Add fade-in effect for results and make search icon + spin. + * Search: Indicate search state with placeholder. + * Message rows: Use transition for row highlight. + * Build: Move all configure/build/installation steps into single + script. + * ChatControl: Show typing indicator in a separate widget. + * Search: Use quotes to mark search filter content. + * Parse xmpp IRI correctly. + * Display error message correctly when missing dependencies. + * MUC: Display errors related to nickname change. + * DBus: Use correct app id. + * JingleFileTransfer: Fix message data argument. + * Dataforms: Fix completion of single list forms. + * Catch KeyringLocked error when trying to delete a password. + * Debug Console: Catch errors before trying to send stanzas. + * Menu: Fix "Mark as read" action not sending read marker. + * MessageRowActions: Enable scrolling while cursor rests on + action. + * GroupchatRoster: Fix loading roster while participants are + added/removed. + * StartChat: Only search s.j.n if there is a search string. + * GroupchatRoster: Fix filtering for participants with status + set. + * ChatListStack: Fix default workspace id when getting current + chat list. + * Fix wrapping lines for long words. + * MessageRowActions: Make actions more robust. + * Debug Console: Fix Ctrl+F hotkey. + * MessageInputTextView: Make background transparent. + * GroupChatRoster: Fix hover style scope to avoid hidden + scrollbar thumb. + * Search: Allow to search for same string again. + +------------------------------------------------------------------- Old: ---- gajim-1.9.3.tar.gz New: ---- gajim-1.9.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gajim.spec ++++++ --- /var/tmp/diff_new_pack.iWFEsQ/_old 2024-09-20 17:13:28.955407582 +0200 +++ /var/tmp/diff_new_pack.iWFEsQ/_new 2024-09-20 17:13:28.955407582 +0200 @@ -25,19 +25,20 @@ %{?sle15_python_module_pythons} %endif Name: gajim -Version: 1.9.3 +Version: 1.9.4 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.9/gajim-%{version}.tar.gz -BuildRequires: %{python_module nbxmpp >= 5.0.3} +BuildRequires: %{python_module nbxmpp >= 5.0.4} BuildRequires: %{python_module pip} BuildRequires: %{python_module precis-i18n >= 1.0.0} BuildRequires: %{python_module wheel} BuildRequires: ca-certificates-mozilla BuildRequires: fdupes +BuildRequires: gettext BuildRequires: gobject-introspection-devel BuildRequires: hicolor-icon-theme BuildRequires: libpcre1 @@ -92,11 +93,15 @@ %build %pyproject_wheel -python%{python_bin_suffix} ./pep517build/build_metadata.py -o dist/metadata +python%{python_bin_suffix} ./make.py build --dist unix +# FIXME: Build locales. +python%{python_bin_suffix} ./make.py build --dist win %install %pyproject_install -python%{python_bin_suffix} ./pep517build/install_metadata.py dist/metadata --prefix=%{buildroot}%{_prefix} +python%{python_bin_suffix} ./make.py install --dist unix --prefix=%{buildroot}%{_prefix} +# FIXME: Install locales. +cp -a %{name}/data/locale %{buildroot}%{python_sitelib}/%{name}/data/ mkdir -p %{buildroot}%{_datadir}/ mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/ ++++++ gajim-1.9.3.tar.gz -> gajim-1.9.4.tar.gz ++++++ ++++ 57304 lines of diff (skipped)