forked from pool/gajim
Accepting request 1198778 from network
- Update to version 1.9.3. OBS-URL: https://build.opensuse.org/request/show/1198778 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=67
This commit is contained in:
commit
6b94cf6db3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56f5f31a8f062ed90027f6553a960e6e825e46a6640db643bbd0cc8da1ea5aeb
|
||||
size 3787718
|
3
gajim-1.9.3.tar.gz
Normal file
3
gajim-1.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
|
||||
size 3803265
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 31 15:12:38 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.9.3:
|
||||
* DebugConsole: Dynamically add stanza presets and add XEP-0092
|
||||
query.
|
||||
* Make Chatlist and Groupchat Roster style consistent.
|
||||
* Send read marker when receiving a message in a chat that has
|
||||
the focus.
|
||||
* AccountWizard: Avoid crash on destroy by moving attribute
|
||||
declaration to top.
|
||||
* MessageRowActions: Fix issue with row hover in conjunction with
|
||||
switching chats.
|
||||
* Messages: Treat type=normal messages as chat messages.
|
||||
* SearchView: Fix search when changing scope for the same search
|
||||
string.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 19:07:12 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.9.2:
|
||||
* Optionally unregister from group chats on close.
|
||||
* Make HTTP links clickable in room descriptions.
|
||||
* Show participant avatar in MUC notifications.
|
||||
* ChatCommands: Improve styling and add hint for double slash
|
||||
usage.
|
||||
* Proxies: Add option to ignore system proxies.
|
||||
* MessageRowActons: Hide quick reactions on narrow screens.
|
||||
* MessageRowActions: Adjust floating offset for merged messages.
|
||||
* AboutDialog: Add package information.
|
||||
* Dataforms: Improv display of simple forms.
|
||||
* Remove gajim-url theme parameter.
|
||||
* MessageRowActions: Fix memory leak.
|
||||
* OMEMO: Don’t delete signed pre keys before catchup.
|
||||
* SearchView: Prevent burst of db queries when holding enter.
|
||||
* ChatListRow: Indicate received file for encrypted messages.
|
||||
* Fix nickname completion in group chats.
|
||||
* RosterItemExchange: Display optional message in the chat.
|
||||
* GroupchatRoster: Fix menu not pointing to cursor.
|
||||
* SynchronizeAccounts: Fix dialogue for starting with unavailable
|
||||
account.
|
||||
* MessageRowActions: Fix widget margin in RTL mode.
|
||||
* Remove unnecessary space between quotes.
|
||||
* MessageRowActions: Make on_hover method more robust.
|
||||
* Corrections: Load correct message.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 07:11:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -25,14 +25,14 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.9.1
|
||||
Version: 1.9.3
|
||||
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.1}
|
||||
BuildRequires: %{python_module nbxmpp >= 5.0.3}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module precis-i18n >= 1.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
|
Loading…
Reference in New Issue
Block a user