Accepting request 1102882 from network
- Update to version 1.8.1. OBS-URL: https://build.opensuse.org/request/show/1102882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=61
This commit is contained in:
commit
8c462c2cda
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1201fc9add1a9b697dcf872c1871faae92ea4f3162051cce3c1e0d0843fc4d43
|
||||
size 3835799
|
3
gajim-1.8.1.tar.gz
Normal file
3
gajim-1.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12b87bb51e965fca6df3d3d189c81b55977c08b96fd7c572ab8e0ef999c95735
|
||||
size 3844796
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 23:17:29 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- 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 <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user