- Update to version 1.7.3.

OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=139
This commit is contained in:
Alexei Sorokin 2023-04-05 12:01:34 +00:00 committed by Git OBS Bridge
parent da7c1a87b1
commit 9cede0c993
4 changed files with 21 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 5 10:01:07 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.7.3:
* Allow muting chat notifications.
* Make `gemini` URIs clickable.
* Workspace menu: Always show Mark as read action.
* Audio Preview: Set correct pos when clicking into visualiser.
* Audio Preview: Add delay before pausing on EOS.
* Flatpak: Fix drag and drop.
* GroupChatDetails: Adapt to changed icons.
* Message input: Fix height for single line messages.
* Update message merged state after deleting a message.
* ChatActionProcessor: Fix inserting emojis by click.
* Account preferences: Adapt to changed icons.
-------------------------------------------------------------------
Sun Mar 12 20:08:25 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>

View File

@ -25,14 +25,14 @@
%define pythons python310
%endif
Name: gajim
Version: 1.7.2
Version: 1.7.3
Release: 0
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
BuildRequires: %{python_module nbxmpp >= 4.2.0}
BuildRequires: %{python_module nbxmpp >= 4.2.2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module precis-i18n >= 1.0.0}
BuildRequires: %{python_module wheel}