- Update to version 1.9.0.
OBS-URL: https://build.opensuse.org/package/show/network/gajim?expand=0&rev=153
This commit is contained in:
parent
349168cc2b
commit
ace4d64e25
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58fced87b1ce01b3d5269bcdf33499246533b01b4008d9701eb1e10cf94e49c5
|
||||
size 3710470
|
3
gajim-1.9.0.tar.gz
Normal file
3
gajim-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a244b419afad01be3aaa9e860463e2ecc205ba7be4bd9932ef04a5425eb0b32
|
||||
size 3784840
|
@ -1,3 +1,87 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 18:29:10 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.9.0:
|
||||
* Raise minimum nbxmpp version to 5.0.0.
|
||||
* Add Voice Messages.
|
||||
* Support XEP-0425 0.3.0.
|
||||
* Add XEP-0444: Message Reactions.
|
||||
* Add support for XEP-0461: Message Replies.
|
||||
* Display emoji-only messages with a larger font.
|
||||
* Feedback on affiliation change failures.
|
||||
* Hide/show main menu bar.
|
||||
* Add option to remove group chat avatar.
|
||||
* Plugins: Add extension point for adding chat commands.
|
||||
* Use default encryption setting for group chats.
|
||||
* MessageInputTextView: Change to GtkSource.View and refactor
|
||||
buffer handling.
|
||||
* StartChat: Show roster groups.
|
||||
* StartChat: Show last seen.
|
||||
* StartChat: Show contact tooltip on avatar.
|
||||
* StartChat: Show status message.
|
||||
* Menus: Rename "Modify Accounts" to "Manage Accounts".
|
||||
* AdHocCommands: Display note type icon.
|
||||
* Preferences: Relax preconditions for audio settings.
|
||||
* SearchView: Show only time_format in result rows.
|
||||
* AudioPreview: Use symbolic icon.
|
||||
* MessageRow: Pop up chat row menu to the top.
|
||||
* Add transport icons to MUC avatars.
|
||||
* ConversationView: Add MessageRowActions.
|
||||
* XML Console: Add jump to end button.
|
||||
* Dismiss invitation notification when MUC is joined.
|
||||
* MessageActionsBox: Show connection state and correction hint.
|
||||
* ChatCommands: Handle /me command.
|
||||
* Notifications: Make avatars available on more platforms.
|
||||
* Notify of new members in private MUCs.
|
||||
* Change "Topic" to "Subject" in group chat details.
|
||||
* GroupChat: Improve default room config.
|
||||
* ChatPage: Show workspace settings button on hover and move
|
||||
filter button next to search bar.
|
||||
* ChatBanner: Use better tooltip for chat details button.
|
||||
* StartChat: Improve label layout.
|
||||
* Rename XML Console to Debug Console.
|
||||
* MessageLabel: Prevent potential segfault.
|
||||
* Preview: Catch permissions related exceptions when trying to
|
||||
save as.
|
||||
* Jingle: Fix IBB fallback.
|
||||
* Application: Reactived feature actions after sm resume.
|
||||
* AccountWizard: Fix layout for SecurityWarning heading
|
||||
* Store message drafts when switching workspaces (#11824)
|
||||
* Cursors: Attempt to fix getting default cursor on Wayland
|
||||
* ChatControl: Don't fail when trying to jump to deleted message
|
||||
* VCardAvatars: Don’t fail when there is no disco info available
|
||||
* ServerInfo: Don't fail if there is no certificate (#11822)
|
||||
* Prevent message row merging if message receipt status differ
|
||||
* Icons: Convert feather/lucide icons to paths in order to fix
|
||||
rendering issues.
|
||||
* Replies: Fix icon color contrast in dark mode.
|
||||
* ConversationView: Allow consecutive highlights for the same
|
||||
row.
|
||||
* MessageRow: Check for message direction when trying to merge rows.
|
||||
* Keyring: Catch more exceptions for delete_password.
|
||||
* ServiceDiscoveryWindow: Catch RuntimeError when starting
|
||||
without connection.
|
||||
* MessageInput: Fix Hangul last-letter bug.
|
||||
* Utils: Catch exceptions when trying to load surfaces and icons.
|
||||
* HTTPFileTransfer: Improve error fallbacks.
|
||||
* ComponentSearch: Convert all items to str when copying result
|
||||
row.
|
||||
* Catch errors when trying to store pasted image.
|
||||
* Advertise message styling support.
|
||||
* Preview: Set downloading state early to avoid having multiple
|
||||
downloads simultaneously.
|
||||
* ChatActionProcessor: Fix text buffer interaction.
|
||||
* ChatBanner: Disable selecting name_label.
|
||||
* AdHoc: Send adhoc command to resource if there is one.
|
||||
* Settings: Include all default settings as fallback.
|
||||
* DBus: Don’t fail if no file descriptor list is returned.
|
||||
* Require a space after /me.
|
||||
* Don’t fail to start on sentry_sdk import error.
|
||||
* OMEMO: Process events only once per account.
|
||||
* MessageInput: Don’t shift focs when pressing SHIFT.
|
||||
* Shortcuts: Fix focus issues with Ctrl+ shortcuts.
|
||||
* Servers: Remove defunct servers from server list.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 11:25:39 UTC 2024 - Max Lin <mlin@suse.com>
|
||||
|
||||
|
16
gajim.spec
16
gajim.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gajim
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -25,14 +25,14 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.8.4
|
||||
Version: 1.9.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.8/gajim-%{version}.tar.gz
|
||||
BuildRequires: %{python_module nbxmpp >= 4.5.3}
|
||||
Source: https://gajim.org/downloads/1.9/gajim-%{version}.tar.gz
|
||||
BuildRequires: %{python_module nbxmpp >= 5.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module precis-i18n >= 1.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
@ -45,13 +45,15 @@ BuildRequires: p11-kit-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-rpm-generators >= 20220912
|
||||
BuildRequires: python-rpm-macros >= 20220912
|
||||
BuildRequires: sqlite3 >= 3.35.0
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: %{python_flavor}-gobject-Gdk
|
||||
Requires: %{python_flavor}-gobject-cairo
|
||||
Requires: %{python_flavor}-gssapi
|
||||
Requires: %{python_flavor}-omemo-dr
|
||||
Requires: %{python_flavor}-qrcode
|
||||
Requires: %{python_flavor}-gobject-Gdk
|
||||
Requires: %{python_flavor}-gobject-cairo
|
||||
Requires: ca-certificates-mozilla
|
||||
Requires: sqlite3 >= 3.35.0
|
||||
Requires: typelib(GtkSource) = 4
|
||||
Requires: typelib(Soup) = 3.0
|
||||
Obsoletes: gajim-plugin-omemo <= 2.9.0
|
||||
@ -121,7 +123,7 @@ mkdir %{buildroot}%{_datadir}/%{name}/plugins/
|
||||
%{_datadir}/applications/*%{name}*.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*%{name}*.*
|
||||
%dir %{_datadir}/metainfo/
|
||||
%{_datadir}/metainfo/*%{name}*.appdata.xml
|
||||
%{_datadir}/metainfo/*%{name}*.metainfo.xml
|
||||
%{_mandir}/man?/%{name}*%{?ext_man}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user