diff --git a/gajim-1.3.2.tar.gz b/gajim-1.3.2.tar.gz deleted file mode 100644 index dab87f9..0000000 --- a/gajim-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70ea462b3f3c3b3c0b8d3129fae912d24062e77a8cce80781f69e8f43eda5fee -size 9538320 diff --git a/gajim-1.3.3.tar.gz b/gajim-1.3.3.tar.gz new file mode 100644 index 0000000..3650b4a --- /dev/null +++ b/gajim-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbcbe6aaf36c238e0ca7503034ed0870a5b059a96e9a4f973409ecdeec4678c +size 9886175 diff --git a/gajim.changes b/gajim.changes index 6f39b4b..270b340 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Dec 18 18:15:48 UTC 2021 - Alexei Sorokin + +- 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 diff --git a/gajim.spec b/gajim.spec index 4a5f8a0..6c76db2 100644 --- a/gajim.spec +++ b/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