forked from pool/gajim
- Update to version 1.4.4.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=103
This commit is contained in:
parent
2571e1e178
commit
73b75b07bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb8fbce7a9a44d4b2e5eecfc9ad6232d130caf7ed29d834a3148b7c7af49db58
|
||||
size 7169627
|
3
gajim-1.4.4.tar.gz
Normal file
3
gajim-1.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9de5cf85ba6eabd49b36739d981577c166a868d57255df1cd1351d85d119a99
|
||||
size 7165363
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 18 09:14:11 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.4.4:
|
||||
* Add support for inputing emoji short codes.
|
||||
* Add freedesktop colorscheme preference support.
|
||||
* Add new CLI command --show.
|
||||
* Add new CLI command --cprofile.
|
||||
* Preferences: Add `Action on Close Button` setting.
|
||||
* Preferences: Add `Show in Taskbar` setting.
|
||||
* Preferences: Add D-Bus Interface setting.
|
||||
* Rewrite gajim-remote.
|
||||
* Logind: Listen to system shutdown and quit Gajim gracefully.
|
||||
* CreateGroupchatWindow: Enable emoji completion for description.
|
||||
* CreateGroupchatWindow: Produce valid addresses from name.
|
||||
* Gateways: Use avatar if published.
|
||||
* History: Add Keep History "Until Gajim is Closed" option.
|
||||
* MUC: Base invitation type on MUC type and affiliation.
|
||||
* Rework DBus Remote Interface.
|
||||
* StatusMessageSelector: Enable emoji completion.
|
||||
* Group chats: Ask for confirmation before leaving.
|
||||
* Preview: Improve layout and display errors.
|
||||
* #10828 Limit message size for styling.
|
||||
* Remove remote AdHocCommands feature.
|
||||
* Remove ask for status settings.
|
||||
* Chat banner: Show phone image if last message came from a
|
||||
phone.
|
||||
* Flatpak: Determine notification backend caps with dbus.
|
||||
* Groupchat: Prevent automatic roster revealer toggling on join.
|
||||
* Make plugins_repository_enabled available via ACE.
|
||||
* MucJoinLeft: Align timestamp correctly.
|
||||
* NotificationManager: Make displaying an invitation more robust.
|
||||
* StatusIcon: Reliably raise/hide window.
|
||||
* Groupchat: Don't steal active msg textbox focus.
|
||||
* Groupchat: Load GroupChatState widget early.
|
||||
* DBus: Unify presence signals.
|
||||
* JingleAudio: Check if webrtcdsp is available.
|
||||
* Groupchat: Show correct icon when toggling roster revealer.
|
||||
* WorkspaceDialog: Show correct settings for workspace if there
|
||||
is only one.
|
||||
* Status messages: Check for correct setting.
|
||||
* MessageInputTextView: Don’t remove tags for spell checking.
|
||||
* Workspaces: Fix image scaling.
|
||||
* AvatarSelector: Add fail-safes for loading images.
|
||||
* Limit max quote recursion.
|
||||
* Make drag & drop more reliable.
|
||||
* Preview: Don’t fail on invalid IPV6 urls.
|
||||
* Remote: Don’t fail on list_contacts.
|
||||
* Preview: Catch PIL errors while generating preview.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 6 15:38:25 UTC 2022 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
|
11
gajim.spec
11
gajim.spec
@ -17,12 +17,18 @@
|
||||
|
||||
|
||||
%global __requires_exclude ^typelib\\(AppIndicator3\\)
|
||||
%if 0%{?suse_version} > 1500
|
||||
%define py3ver 3
|
||||
%define py3pkg python3
|
||||
%define py3pkg_sitelib %{python3_sitelib}
|
||||
%else
|
||||
# Requires at least python 3.9
|
||||
%define py3ver 3.10
|
||||
%define py3pkg python310
|
||||
%define py3pkg_sitelib %{_prefix}/lib/python%{py3ver}/site-packages
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.4.3
|
||||
Version: 1.4.4
|
||||
Release: 0
|
||||
Summary: XMPP client written in Python and Gtk
|
||||
License: GPL-3.0-only
|
||||
@ -39,6 +45,7 @@ BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: %{py3pkg}-Pillow
|
||||
Requires: %{py3pkg}-base
|
||||
Requires: %{py3pkg}-css-parser
|
||||
Requires: %{py3pkg}-gobject-Gdk
|
||||
@ -51,8 +58,6 @@ Requires: %{py3pkg}-pycairo >= 1.16.0
|
||||
Requires: ca-certificates-mozilla
|
||||
Requires: typelib(GtkSource) = 4
|
||||
Requires: typelib(Soup) = 2.4
|
||||
# WebP avatars.
|
||||
Recommends: %{py3pkg}-Pillow
|
||||
# gajim-remote
|
||||
Recommends: %{py3pkg}-dbus-python
|
||||
# OMEMO encryption
|
||||
|
Loading…
Reference in New Issue
Block a user