Accepting request 1202059 from network
- Update to version 1.9.4. OBS-URL: https://build.opensuse.org/request/show/1202059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=68
This commit is contained in:
commit
175039e616
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
|
||||
size 3803265
|
3
gajim-1.9.4.tar.gz
Normal file
3
gajim-1.9.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:649cf4ac65d096097ced9d5189521ae86554ba390370a1ffe9fdd175947f956c
|
||||
size 3849798
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.9.4:
|
||||
* Raise nbxmpp version to 5.0.4.
|
||||
* Add setting to prevent synchronisation of group chats.
|
||||
* XEP-0317 (Hats).
|
||||
* Integrate providers.xmpp.net into account creation wizard.
|
||||
* Search: Add user interface for message filters.
|
||||
* Create a common directory for temporary files.
|
||||
* Unify usage of "synchronise"/"synchronize" strings.
|
||||
* Control: Improve query to load messages around a timestamp.
|
||||
* Dataforms: Improve read only form presentation.
|
||||
* Indicate modified contact name in info dialogues.
|
||||
* StartChat: Show description, user count, and language in search
|
||||
results.
|
||||
* Add a Quit dialogue for setting window preference.
|
||||
* Search: Add fade-in effect for results and make search icon
|
||||
spin.
|
||||
* Search: Indicate search state with placeholder.
|
||||
* Message rows: Use transition for row highlight.
|
||||
* Build: Move all configure/build/installation steps into single
|
||||
script.
|
||||
* ChatControl: Show typing indicator in a separate widget.
|
||||
* Search: Use quotes to mark search filter content.
|
||||
* Parse xmpp IRI correctly.
|
||||
* Display error message correctly when missing dependencies.
|
||||
* MUC: Display errors related to nickname change.
|
||||
* DBus: Use correct app id.
|
||||
* JingleFileTransfer: Fix message data argument.
|
||||
* Dataforms: Fix completion of single list forms.
|
||||
* Catch KeyringLocked error when trying to delete a password.
|
||||
* Debug Console: Catch errors before trying to send stanzas.
|
||||
* Menu: Fix "Mark as read" action not sending read marker.
|
||||
* MessageRowActions: Enable scrolling while cursor rests on
|
||||
action.
|
||||
* GroupchatRoster: Fix loading roster while participants are
|
||||
added/removed.
|
||||
* StartChat: Only search s.j.n if there is a search string.
|
||||
* GroupchatRoster: Fix filtering for participants with status
|
||||
set.
|
||||
* ChatListStack: Fix default workspace id when getting current
|
||||
chat list.
|
||||
* Fix wrapping lines for long words.
|
||||
* MessageRowActions: Make actions more robust.
|
||||
* Debug Console: Fix Ctrl+F hotkey.
|
||||
* MessageInputTextView: Make background transparent.
|
||||
* GroupChatRoster: Fix hover style scope to avoid hidden
|
||||
scrollbar thumb.
|
||||
* Search: Allow to search for same string again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 31 15:12:38 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
13
gajim.spec
13
gajim.spec
@ -25,19 +25,20 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.9.3
|
||||
Version: 1.9.4
|
||||
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.9/gajim-%{version}.tar.gz
|
||||
BuildRequires: %{python_module nbxmpp >= 5.0.3}
|
||||
BuildRequires: %{python_module nbxmpp >= 5.0.4}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module precis-i18n >= 1.0.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: ca-certificates-mozilla
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libpcre1
|
||||
@ -92,11 +93,15 @@ sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
python%{python_bin_suffix} ./pep517build/build_metadata.py -o dist/metadata
|
||||
python%{python_bin_suffix} ./make.py build --dist unix
|
||||
# FIXME: Build locales.
|
||||
python%{python_bin_suffix} ./make.py build --dist win
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
python%{python_bin_suffix} ./pep517build/install_metadata.py dist/metadata --prefix=%{buildroot}%{_prefix}
|
||||
python%{python_bin_suffix} ./make.py install --dist unix --prefix=%{buildroot}%{_prefix}
|
||||
# FIXME: Install locales.
|
||||
cp -a %{name}/data/locale %{buildroot}%{python_sitelib}/%{name}/data/
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/
|
||||
mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/
|
||||
|
Loading…
Reference in New Issue
Block a user