Accepting request 1204974 from network
- Update to version 1.9.5. OBS-URL: https://build.opensuse.org/request/show/1204974 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gajim?expand=0&rev=69
This commit is contained in:
commit
929f8a9122
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:649cf4ac65d096097ced9d5189521ae86554ba390370a1ffe9fdd175947f956c
|
||||
size 3849798
|
3
gajim-1.9.5.tar.gz
Normal file
3
gajim-1.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
|
||||
size 4723544
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 08:56:39 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
- Update to version 1.9.5:
|
||||
* DebugConsole: Show "Log" when opening the dialogue.
|
||||
* DebugConsole: Improve search for XML logs.
|
||||
* Datafroms: Display text-multi fields without scrolled window.
|
||||
* Inform user when referenced message cannot be found.
|
||||
* Move chat state indicator above message input.
|
||||
* Preview: Update preview object while updating progress.
|
||||
* Dataforms: Don’t try to calculate label size.
|
||||
* Groupchat: Wrap long nicknames in subject row.
|
||||
* StartChat: Fix global search results missing the name in some
|
||||
cases.
|
||||
* Build: Build translations for all distributions again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 22:51:18 UTC 2024 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
10
gajim.spec
10
gajim.spec
@ -25,7 +25,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.9.4
|
||||
Version: 1.9.5
|
||||
Release: 0
|
||||
Summary: XMPP client written in Python and GTK
|
||||
License: GPL-3.0-only
|
||||
@ -92,16 +92,12 @@ Features:
|
||||
sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
python%{python_bin_suffix} ./make.py build --dist unix
|
||||
# FIXME: Build locales.
|
||||
python%{python_bin_suffix} ./make.py build --dist win
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
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/
|
||||
%pyproject_install
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/
|
||||
mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/
|
||||
|
Loading…
Reference in New Issue
Block a user