From ddc73d2f271eb51dc18bc20be232ac6116a64435 Mon Sep 17 00:00:00 2001 From: XRevan86 <> Date: Sep 20 2024 17:27:19 +0000 Subject: Update gajim to version 1.9.4 / rev 68 via SR 1202059 https://build.opensuse.org/request/show/1202059 by user XRevan86 + anag+factory - Update to version 1.9.4. --- diff --git a/.files b/.files index 768f6a0..bfa44dd 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index fcd9e54..cc52d2a 100644 --- a/.rev +++ b/.rev @@ -587,4 +587,12 @@ <comment>- Update to version 1.9.3.</comment> <requestid>1198778</requestid> </revision> + <revision rev="68" vrev="1"> + <srcmd5>242977b1c0e954edd38e91b3c6174ea7</srcmd5> + <version>1.9.4</version> + <time>1726845136</time> + <user>anag+factory</user> + <comment>- Update to version 1.9.4.</comment> + <requestid>1202059</requestid> + </revision> </revisionlist> diff --git a/gajim-1.9.3.tar.gz b/gajim-1.9.3.tar.gz deleted file mode 120000 index 200c040..0000000 --- a/gajim-1.9.3.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifrm7kxl7cw6zxjjyyhribbttu6ollcfg3xqex45weld5hxfj6m7e \ No newline at end of file diff --git a/gajim-1.9.4.tar.gz b/gajim-1.9.4.tar.gz new file mode 120000 index 0000000..fc72be1 --- /dev/null +++ b/gajim-1.9.4.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeibk5anyne4pgskp7bxid4hsgtu7nxlj55qxy6wo6v67xr7ixwh3cm \ No newline at end of file diff --git a/gajim.changes b/gajim.changes index c80b719..3a5f828 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,4 +1,55 @@ ------------------------------------------------------------------- +Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin <sor.alexei@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. + +------------------------------------------------------------------- Sun Aug 31 15:12:38 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru> - Update to version 1.9.3: diff --git a/gajim.spec b/gajim.spec index 659e0f3..c6ddad4 100644 --- a/gajim.spec +++ b/gajim.spec @@ -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 @@ sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in %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}}/