Accepting request 1063918 from network
- Update to version 1.7.1. OBS-URL: https://build.opensuse.org/request/show/1063918 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=57
This commit is contained in:
commit
ded1285748
@ -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
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a74c014051278265372441efba019519caed4f813811add32cb16da6a25a481
|
||||
size 3739596
|
3
gajim-1.7.1.tar.gz
Normal file
3
gajim-1.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9a26a353549189fe65e0bc130cf98cbc42bd7105e72ac2041cb4a7f9d7543c6
|
||||
size 3742504
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 23:30:42 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- 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 <sor.alexei@meowr.ru>
|
||||
|
||||
|
10
gajim.spec
10
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user