SHA256
1
0
forked from pool/gajim
Dominique Leuenberger 2021-05-20 17:24:46 +00:00 committed by Git OBS Bridge
commit 9eae4c9ad5
4 changed files with 55 additions and 40 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd0d1653fb3f7f97207fecc3218d38915adb1d741bf95a7eef83605bd6b8ccbd
size 9416794

3
gajim-1.3.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70ea462b3f3c3b3c0b8d3129fae912d24062e77a8cce80781f69e8f43eda5fee
size 9538320

View File

@ -1,3 +1,43 @@
-------------------------------------------------------------------
Mon May 17 15:56:03 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.3.2
* New
* Setting for automatic history cleanup
* Chat-specific Group Chat Settings page
* Mark as Read button for message notifications
* Send Message button in chat windows
* Support for vCard4 (XEP-0292)
* Added a preview when pasting images from the clipboard
* Added setting to explicitly enable GSSAPI authentication
* Added account switch description (On/Off) for better
accessability
* Changes
* MessageInput: Removed custom placeholder (Type a message…')
* MessageInput: Added focus borders for better accessability
* Gajim will use direct messages in non-anonymous group chats
instead of PMs (this is configurable)
* Message styling: removed _underline_ style and added ~strikethrough~
style, making Gajim standard compliant
* Removed notification for contact sign in/out
* Removed Auto copy workaround for Ctrl+C usage in the chat window
* If Gajim fails to join a group chat, it now offers a Retry button
* Emoji button now opens GTKs native Emoji chooser
* Improved A/V codec selection
* Fixed some regressions with non-english keyboard layouts
* Fixed command for opening the Start Chat window
* A/V menu entries are now updated (enabled/disabled) correctly
when receiving the contacts capabilities
* Fixed GSSAPI support
* Some shortcuts now use Primary (Ctrl/Cmd) instead of Alt
* Fixed a bug where dropping selected text on a chat window
would fail
* Fixed Show status changes setting being ignored for group
chats
* Fixed a bug where removing a plugin would fail
* And much more: Have a look at the full changelog
-------------------------------------------------------------------
Fri Jan 8 08:08:08 UTC 2021 - olaf@aepfle.de

View File

@ -17,13 +17,13 @@
Name: gajim
Version: 1.2.2
Version: 1.3.2
Release: 0
Summary: XMPP client written in Python and Gtk3
License: GPL-3.0-only
Group: Productivity/Networking/Talk/Clients
URL: https://gajim.org/
Source: https://gajim.org/downloads/1.2/gajim-%{version}.tar.gz
Source: https://gajim.org/downloads/1.3/gajim-%{version}.tar.gz
BuildRequires: ca-certificates-mozilla
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel
@ -31,48 +31,33 @@ BuildRequires: hicolor-icon-theme
BuildRequires: p11-kit-devel
BuildRequires: pkgconfig
BuildRequires: python3 >= 3.7.0
BuildRequires: python3-nbxmpp >= 0.6.10
BuildRequires: python3-nbxmpp >= 2.0.1
BuildRequires: python3-precis-i18n >= 1.0.0
BuildRequires: python3-setuptools
BuildRequires: update-desktop-files
Requires: ca-certificates-mozilla
Requires: python3 >= 3.7.0
Requires: python3-css-parser
Requires: python3-docutils
Requires: python3-gobject-Gdk
Requires: python3-gobject-cairo
Requires: python3-nbxmpp >= 1.0.2
Requires: python3-keyring
Requires: python3-nbxmpp >= 2.0.1
Requires: python3-precis-i18n >= 1.0.0
Requires: python3-pyOpenSSL >= 16.2
Requires: python3-pycairo >= 1.16.0
Requires: python3-pycurl
Requires: python3-xml
Recommends: %{name}-lang
# gajim-remote
Recommends: python3-dbus-python
# WebP avatars.
Recommends: python3-Pillow
# OMEMO encryption
Recommends: gajim-plugin-omemo
Recommends: python3-axolotl
# End-to-end encryption.
Recommends: python3-pycrypto
#
Recommends: %{name}-lang
# zeroconf support.
Suggests: dbus-1-glib
# Idle module.
Suggests: libXss1
BuildArch: noarch
%if 0%{?suse_version} >= 1500
Requires: python3-Pillow
Requires: python3-dbus-python
Requires: python3-keyring
# GPG encryption.
Recommends: python3-python-gnupg
%else
Requires: dbus-1-python3
# WebP avatars.
Recommends: python3-Pillow
# GPG encryption.
Recommends: python3-gnupg
# Password storage.
Recommends: python3-keyring
%endif
%description
Gajim is a Jabber/XMPP client. It works with MATE and GNOME, but does
@ -121,16 +106,6 @@ ln -s %{_datadir}/%{name} %{buildroot}%{python3_sitelib}/%{name}/data
%fdupes %{buildroot}%{_prefix}/
%find_lang %{name}
%if 0%{?suse_version} < 1500
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files
%license COPYING
%{_bindir}/%{name}*