forked from pool/gajim
- Update to version 1.5.2.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=117
This commit is contained in:
parent
9622f6e584
commit
36a19f231d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16346b02cc28135cae0e8478d94de9a73bc4bc537a2bf541750d30f7dc173ed3
|
||||
size 7184335
|
3
gajim-1.5.2.tar.gz
Normal file
3
gajim-1.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:917a46686a7d3967436b5ab7871ee7ac3d5978a1f908a9538196f2b8d674e7ff
|
||||
size 7187355
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 16:00:32 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.5.2:
|
||||
* PEPConfig: Add PEP item view.
|
||||
* Add shortcut to restore chats after closing.
|
||||
* ServerInfo: Add TLS version and cipher suite.
|
||||
* XMLConsole: Apply account filter to all visible stanzas.
|
||||
* MessageRow: Set text direction for RTL text.
|
||||
* AvatarSelector: Add border to mark drag and drop zone.
|
||||
* Drag and drop: Highlight target areas.
|
||||
* GroupChatNickCompletion: Simplify suggestions.
|
||||
* MUC: Add participant menu to avatar.
|
||||
* StartChat: Add timeout when requesting MUC disco info.
|
||||
* StartChat: Pass message body from XMPP URI.
|
||||
* Windows: Ellipsise body text in notifications.
|
||||
* Emojis: Improve shortcode usability.
|
||||
* Avatars: Use PangoCairo for generate_avatar.
|
||||
* Emojis: Extract codepoints for all emoji variants.
|
||||
* Raise nbxmpp version to 3.2.4.
|
||||
* Show account colour bar only when multiple accounts are active.
|
||||
* Remove queue_resize leftover from MessageTextView.
|
||||
* SearchView: Update calendar only if widget is visible.
|
||||
* SearchView: Speed up clearing of search results.
|
||||
* Styling: Parse emojis for Darwin only.
|
||||
* Control: Load events before messages.
|
||||
* Fix disabling accounts while reconnecting.
|
||||
* Use custom icon for "Send Message" action.
|
||||
* MessageActionsBox: Don’t fail if no contact is set while
|
||||
updating file actions.
|
||||
* Scroll to end after sending message.
|
||||
* Update chat actions when account state changes.
|
||||
* StatusIcon: Reset unread state correctly when using Flatpak.
|
||||
* Notifications: Show correct message sender for MUC
|
||||
notifications.
|
||||
* Discovery: Don’t allow to join top level components.
|
||||
* ChatList: Show context menu in correct position.
|
||||
* Styling: Allow dots in local part of email addresses.
|
||||
* ChatList: Set message_id correctly.
|
||||
* Notifications: React to incoming group chat messages.
|
||||
* When removing a chat, clear view only if it's currently loaded.
|
||||
* AccountPage: Disable Ad-Hoc Commands button when offline.
|
||||
* CreateGroupchatWindow: Fix Create button state when switching
|
||||
MUC type.
|
||||
* React correctly to UserAvatar updates.
|
||||
* GajimRemote: Remove not needed shebang.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 14:46:54 UTC 2022 - Fritz Reichwald <reichwald@b1-systems.de>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
%define py3pkg_sitelib %{_prefix}/lib/python%{py3ver}/site-packages
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.5.1
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Summary: XMPP client written in Python and Gtk
|
||||
License: GPL-3.0-only
|
||||
@ -46,7 +46,7 @@ Group: Productivity/Networking/Talk/Clients
|
||||
URL: https://gajim.org/
|
||||
Source: https://gajim.org/downloads/1.5/gajim-%{version}.tar.gz
|
||||
Patch0: 0001-remove-upnp.patch
|
||||
BuildRequires: %{py3pkg}-nbxmpp >= 3.0
|
||||
BuildRequires: %{py3pkg}-nbxmpp >= 3.2.4
|
||||
BuildRequires: %{py3pkg}-precis-i18n >= 1.0.0
|
||||
BuildRequires: %{py3pkg}-setuptools
|
||||
BuildRequires: ca-certificates-mozilla
|
||||
|
Loading…
Reference in New Issue
Block a user