From 1f818be1b6d2668fd6811b937a112391d53e9aa542c2c2afd61fe6a6bee15339 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 8 Aug 2023 01:19:52 +0000 Subject: [PATCH 1/2] - Update to version 1.8.1. OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=143 --- gajim-1.8.0.tar.gz | 3 --- gajim-1.8.1.tar.gz | 3 +++ gajim.changes | 38 ++++++++++++++++++++++++++++++++++++++ gajim.spec | 2 +- 4 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 gajim-1.8.0.tar.gz create mode 100644 gajim-1.8.1.tar.gz diff --git a/gajim-1.8.0.tar.gz b/gajim-1.8.0.tar.gz deleted file mode 100644 index 513227c..0000000 --- a/gajim-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1201fc9add1a9b697dcf872c1871faae92ea4f3162051cce3c1e0d0843fc4d43 -size 3835799 diff --git a/gajim-1.8.1.tar.gz b/gajim-1.8.1.tar.gz new file mode 100644 index 0000000..f29b5d5 --- /dev/null +++ b/gajim-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b87bb51e965fca6df3d3d189c81b55977c08b96fd7c572ab8e0ef999c95735 +size 3844796 diff --git a/gajim.changes b/gajim.changes index 22cc431..39e6ab9 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Aug 7 23:17:29 UTC 2023 - Alexei Sorokin + +- Update to version 1.8.1: + * Add setting for default encryption. + * XMLConsole: Enable browsing sent stanzas in message input. + * Sort cprofile output after total time. + * Moderation: Handle unknown moderator JID. + * Preview: Always show preview widget. + * Preview: Add loading placeholder. + * Account page: Show our XMPP address. + * Idle: Raise poll interval. + * Search: Don't fail while closing if no chat has been loaded + before. + * Dataform: Correctly serialise multi list fields. + * Profile: Respect avatar/nickname privacy setting on + consecutive changes. + * Don’t forget ignored TLS errors from previous connects. + * App menu: Add missing mnemonic for Accounts menu. + * Gateway: Fix roster method call. + * Contacts: Fix supports_{audio,video} property. + * AvatarSelector: Fix crash on reset. + * CertificateBox: Catch exception if cert does not offer + extension. + * CreateGroupchatWindow: Improve handling of MUC service + availability. + * Preview: Show error if file saving directory is not available. + * SecurityLabels: Display labels for messages received with MAM. + * DataForm: Handle destroy correctly. + * ChatListRow: Always update group chat name. + * Fix showing MAM synch errors and show error text. + * OMEMOTrustManager: React correctly to connection changes. + * Fix interaction of GroupchatRoster and SearchView. + * Init plugin translation module later. + * GroupchatManage: Improve checks for joined state. + * Search: Restore group chat participants list to previous state + when closing search. + ------------------------------------------------------------------- Sat May 27 13:15:22 UTC 2023 - Alexei Sorokin diff --git a/gajim.spec b/gajim.spec index 24cb6b6..0bb286d 100644 --- a/gajim.spec +++ b/gajim.spec @@ -25,7 +25,7 @@ %define pythons python310 %endif Name: gajim -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: XMPP client written in Python and GTK License: GPL-3.0-only From 57917aea832c4805eab77cf61ae09243d6edec069a7cac346dc06ff19270bf01 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Tue, 8 Aug 2023 11:34:04 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=144 --- gajim.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gajim.spec b/gajim.spec index 0bb286d..5a862b0 100644 --- a/gajim.spec +++ b/gajim.spec @@ -86,7 +86,6 @@ Features: %prep %autosetup sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in -sed -i '1{/\/usr\/bin\/*/d;}' gajim/gajim_remote.py %build %pyproject_wheel