- Update to version 1.8.0.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=141
This commit is contained in:
parent
9cede0c993
commit
abe2b05b10
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7ccb359f76c63ca57c9eec39f984c1346ce1e07fe333bb2558de1c1e5dcd318
|
||||
size 3753831
|
3
gajim-1.8.0.tar.gz
Normal file
3
gajim-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1201fc9add1a9b697dcf872c1871faae92ea4f3162051cce3c1e0d0843fc4d43
|
||||
size 3835799
|
@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 27 13:15:22 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.8.0:
|
||||
* XMLConsole: Add logging view.
|
||||
* JID sharing: Include verified OMEMO fingerprints.
|
||||
* Integrate OMEMO plugin.
|
||||
* Redesign Group Chat actions.
|
||||
* Audio preview: Support more mime types.
|
||||
* ChatBanner: Add share instructions.
|
||||
* ChatList: Clear row content when removing history.
|
||||
* XMLConsole: Always use dark theme.
|
||||
* AboutDialog: Show libsoup version.
|
||||
* GroupchatState: Show MAM synchronisation.
|
||||
* ChatList: Improve sorting.
|
||||
* Make contact details/settings available when offline.
|
||||
* ACE: Make descriptions selectable and copyable.
|
||||
* Notifications: Withdraw all when a corresponding chat is read.
|
||||
* ChatList: Show indicator if group chat is not connected.
|
||||
* ChatList: Show indicator when joining group chat.
|
||||
* StartChat: Don't filter for account labels.
|
||||
* ChatStack: Only respond to supported drag-n-drop types while
|
||||
dragging.
|
||||
* App menu: Add menu entry for privacy policy.
|
||||
* GroupchatRoster: Highlight own nick and sort it to the top.
|
||||
* CertificateDialog: Add additional infos and remove org unit
|
||||
field.
|
||||
* GroupchatDetails: Hide OMEMO page in public MUCs.
|
||||
* ChatBanner: Add QR code for sharing JIDs.
|
||||
* Windows: Package pixbuf loaders for avif and webp.
|
||||
* Remove "escape_key_closes" from ACE.
|
||||
* Enable spell checker by default.
|
||||
* OMEMO verification: Generate URIs with pedantically correct
|
||||
query.
|
||||
* Raise gajim when no cmdline options are provided.
|
||||
* QR codes: Avoid roundtrip to PNG in storage and back.
|
||||
* ProfileWindow: Don't fail when no vcard is set.
|
||||
* ContactInfo: Don’t fail when no vcard is set.
|
||||
* Message menu: Fix issue with chats not supplying correct ID.
|
||||
* Exceptions: Fix sending reports via sentry in conjunction with
|
||||
proxy settings.
|
||||
* ChatActionProcessor: De-duplicate emojis.
|
||||
* Fix encryption deadlock with changed MUC configurations.
|
||||
* UI: Update avatar on muc-disco-update.
|
||||
* AvatarSelector: Fix that images don't display after repeated
|
||||
loading.
|
||||
* SearchView: Don't change search context when switching chats.
|
||||
* SearchView: Remove overlay.
|
||||
* ChatActionProcessor: Allow to click items with mouse cursor.
|
||||
* MessageWidget: Don't return truncated text for message actions
|
||||
Fixes.
|
||||
* Idle: Use default xa implementation for XSS backend.
|
||||
* ConversationView: Fix loading messages going forward from
|
||||
specific point.
|
||||
* ACE: Handle invalid numeric values gracefully.
|
||||
* XMLConsole: Select first account by default.
|
||||
* Fix rendering of copied code blocks and quotes.
|
||||
* ContactInfo: Improve behavior for connection changes.
|
||||
* Escape JIDs for xmpp URIs everywhere.
|
||||
* Ask for confirmation when leaving a MUC while offline.
|
||||
* ContactInfo: Improve behaviour for connection changes.
|
||||
* Make manually changing the pinned chat sort order work again.
|
||||
* MessageActionsBox: Update send file button tooltip when
|
||||
switching chats.
|
||||
* GroupChatRoster: Make scrollbar the right-most widget.
|
||||
* GroupChatInviter: Don't filter by account name.
|
||||
* CertificateDialog: Display issued-to information correctly.
|
||||
* AccountWizard: Respect global proxy.
|
||||
- Obsolete gajim-plugin-omemo.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 10:01:07 UTC 2023 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
12
gajim.spec
12
gajim.spec
@ -25,14 +25,14 @@
|
||||
%define pythons python310
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.7.3
|
||||
Version: 1.8.0
|
||||
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.2}
|
||||
Source: https://gajim.org/downloads/1.8/gajim-%{version}.tar.gz
|
||||
BuildRequires: %{python_module nbxmpp >= 4.3.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module precis-i18n >= 1.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@ -47,14 +47,14 @@ BuildRequires: python-rpm-generators >= 20220912
|
||||
BuildRequires: python-rpm-macros >= 20220912
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: %{python3_dist gssapi}
|
||||
Requires: %{python3_dist omemo-dr}
|
||||
Requires: %{python3_dist qrcode}
|
||||
Requires: %{python_flavor}-gobject-Gdk
|
||||
Requires: %{python_flavor}-gobject-cairo
|
||||
Requires: ca-certificates-mozilla
|
||||
Requires: typelib(GtkSource) = 4
|
||||
Requires: typelib(Soup) = 3.0
|
||||
# OMEMO encryption
|
||||
Recommends: %{python3_dist axolotl}
|
||||
Recommends: gajim-plugin-omemo
|
||||
Obsoletes: gajim-plugin-omemo <= 2.9.0
|
||||
BuildArch: noarch
|
||||
%{?python_enable_dependency_generator}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user