forked from pool/gajim
- Update to version 1.4.2.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=94
This commit is contained in:
parent
8cffbc74ba
commit
444ad5e267
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:828e3107232bbb42dad90f0fc863c3136aeb8dd68d610ee73af375d1823e7d55
|
||||
size 7321296
|
3
gajim-1.4.2.tar.bz2
Normal file
3
gajim-1.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9f58a7043c69609c380c6a97d7a7b513dd5cff7fc81081200b1151eacf4a30d
|
||||
size 6657741
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 20:17:01 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.4.2:
|
||||
* SearchView: Add calendar for browsing history.
|
||||
* MUC: Enable history when creating rooms.
|
||||
* Preferences: Bind show_send_message_button to
|
||||
send_on_ctrl_enter.
|
||||
* MessageInputTextView: Limit chars when applying styles.
|
||||
* Accounts: Fix accessing disabled accounts.
|
||||
* MUC: Display moderated messages again.
|
||||
* MUC: Ignore gateway services for room creation.
|
||||
* Preferences: Hide non-functional xhtml setting.
|
||||
* Remove `Save conversation` setting.
|
||||
* Reset conversation view when switching chat.
|
||||
* Socks5: Catch specific exception.
|
||||
* Status: Restore last status correctly.
|
||||
* Jingle: Stop early if no transport is available.
|
||||
* Roster: Filter list on contact update.
|
||||
* Roster: Sort DND last.
|
||||
* Don't set read marker when receiving own carbons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 21 15:49:23 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -22,13 +22,13 @@
|
||||
%define py3pkg python310
|
||||
%define py3pkg_sitelib %{_prefix}/lib/python%{py3ver}/site-packages
|
||||
Name: gajim
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
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.4/gajim-%{version}.tar.gz
|
||||
Source: https://gajim.org/downloads/1.4/gajim-%{version}.tar.bz2
|
||||
BuildRequires: %{py3pkg}-nbxmpp >= 3.0
|
||||
BuildRequires: %{py3pkg}-precis-i18n >= 1.0.0
|
||||
BuildRequires: %{py3pkg}-setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user