diff --git a/gajim-1.7.0-fix-status-switching.patch b/gajim-1.7.0-fix-status-switching.patch deleted file mode 100644 index 16714e6..0000000 --- a/gajim-1.7.0-fix-status-switching.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/gajim/common/application.py -+++ b/gajim/common/application.py -@@ -50,7 +50,6 @@ - from gajim.common.events import GajimUpdateAvailable - from gajim.common.events import SignedIn - from gajim.common.helpers import from_one_line --from gajim.common.helpers import get_global_show - from gajim.common.helpers import get_random_string - from gajim.common.settings import LegacyConfig - from gajim.common.settings import Settings -@@ -427,8 +426,6 @@ def change_status(self, - account: Optional[str] = None - ) -> None: - -- status = get_global_show() -- - if account is not None: - self._change_status(account, status) - return diff --git a/gajim-1.7.0.tar.gz b/gajim-1.7.0.tar.gz deleted file mode 100644 index 5a8e815..0000000 --- a/gajim-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a74c014051278265372441efba019519caed4f813811add32cb16da6a25a481 -size 3739596 diff --git a/gajim-1.7.1.tar.gz b/gajim-1.7.1.tar.gz new file mode 100644 index 0000000..e1fbdb3 --- /dev/null +++ b/gajim-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6 +size 3742504 diff --git a/gajim.changes b/gajim.changes index eb2a1a4..bd0c65e 100644 --- a/gajim.changes +++ b/gajim.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 8 23:30:42 UTC 2023 - Alexei Sorokin + +- Update to version 1.7.1: + * Raise nbxmpp version to 4.2.0. + * Improve KeepassXC Integration. + * MUC: Enable archiving when creating MUCs on ejabberd. + * Apply SASLprep to passwords. + * Make switching status work again. +- Drop gajim-1.7.0-fix-status-switching.patch: fixed upstream. + ------------------------------------------------------------------- Fri Feb 4 14:57:12 UTC 2023 - Alexei Sorokin diff --git a/gajim.spec b/gajim.spec index e15df88..486210c 100644 --- a/gajim.spec +++ b/gajim.spec @@ -25,16 +25,14 @@ %define pythons python310 %endif Name: gajim -Version: 1.7.0 +Version: 1.7.1 Release: 0 -Summary: XMPP client written in Python and Gtk +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.7/gajim-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gajim-1.7.0-fix-status-switching.patch philipp@hoerist.com -- Make switching status work again (commit 3c2c6448). -Patch0: gajim-1.7.0-fix-status-switching.patch -BuildRequires: %{python_module nbxmpp >= 4.0.1} +BuildRequires: %{python_module nbxmpp >= 4.2.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module precis-i18n >= 1.0.0} BuildRequires: %{python_module wheel} @@ -86,7 +84,7 @@ Features: %lang_package %prep -%autosetup -p1 +%autosetup sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in sed -i '1{/\/usr\/bin\/*/d;}' gajim/gajim_remote.py