- Update to version 1.3.3.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=86
This commit is contained in:
parent
4ff861a629
commit
b1c4bd1873
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70ea462b3f3c3b3c0b8d3129fae912d24062e77a8cce80781f69e8f43eda5fee
|
||||
size 9538320
|
3
gajim-1.3.3.tar.gz
Normal file
3
gajim-1.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c
|
||||
size 9886175
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 18 18:15:48 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.3.3:
|
||||
* Profile: Add NOTE entry.
|
||||
* Port AdHocCommand window to new Assistant.
|
||||
* Update API JID for search.jabber.network integration.
|
||||
* Provider list: Remove blabber.im.
|
||||
* Depend on nbxmpp>=2.0.4 (CVE-2021-41055).
|
||||
* HTTPUpload: Raise FileError if path is not accessible.
|
||||
* Fix spell checking.
|
||||
* Check for gstreamer GTK plugin for AV support.
|
||||
* Jingle: Fix UnboundLocalError for transports variable.
|
||||
* Fix test_gui_interface testsuite.
|
||||
* Reload CSS after switching dark/light theme.
|
||||
* Dead key improvements.
|
||||
* Fix starting History Manager in standalone mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 26 08:49:57 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
19
gajim.spec
19
gajim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gajim
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gajim
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 0
|
||||
Summary: XMPP client written in Python and Gtk3
|
||||
License: GPL-3.0-only
|
||||
@ -31,7 +31,7 @@ BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python3 >= 3.7.0
|
||||
BuildRequires: python3-nbxmpp >= 2.0.1
|
||||
BuildRequires: python3-nbxmpp >= 2.0.4
|
||||
BuildRequires: python3-precis-i18n >= 1.0.0
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: update-desktop-files
|
||||
@ -46,13 +46,13 @@ Requires: python3-precis-i18n >= 1.0.0
|
||||
Requires: python3-pyOpenSSL >= 16.2
|
||||
Requires: python3-pycairo >= 1.16.0
|
||||
Requires: typelib(Soup) = 2.4
|
||||
# gajim-remote
|
||||
Recommends: python3-dbus-python
|
||||
# WebP avatars.
|
||||
Recommends: python3-Pillow
|
||||
# OMEMO encryption
|
||||
Recommends: gajim-plugin-omemo
|
||||
Recommends: python3-axolotl
|
||||
# WebP avatars.
|
||||
Recommends: python3-Pillow
|
||||
# gajim-remote
|
||||
Recommends: python3-dbus-python
|
||||
# zeroconf support.
|
||||
Suggests: dbus-1-glib
|
||||
BuildArch: noarch
|
||||
@ -83,12 +83,9 @@ Features:
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
|
||||
|
||||
# FIXME: Some leftover.
|
||||
rm gajim/data/plugins/plugin_installer/config_dialog.ui~
|
||||
|
||||
%build
|
||||
python3 setup.py build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user