Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
gajim-1.9.3.tar.gz
Normal file
3
gajim-1.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f15b2503a01bec70a6b6a203eb165ccb0b6abee513323270223a941da453f83
|
||||
size 3803265
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fdf4db0eb16a7ebc679c2360f145f64e0abcff0f16913c45f92c8eb8d87563c
|
||||
size 4723544
|
@ -1,70 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@ -25,20 +25,19 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
Name: gajim
|
||||
Version: 1.9.5
|
||||
Version: 1.9.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.9/gajim-%{version}.tar.gz
|
||||
BuildRequires: %{python_module nbxmpp >= 5.0.4}
|
||||
BuildRequires: %{python_module nbxmpp >= 5.0.3}
|
||||
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,12 +91,12 @@ Features:
|
||||
sed -i '/^Keywords/d' data/org.gajim.Gajim.desktop.in
|
||||
|
||||
%build
|
||||
python%{python_bin_suffix} ./make.py build --dist unix
|
||||
%pyproject_wheel
|
||||
python%{python_bin_suffix} ./pep517build/build_metadata.py -o dist/metadata
|
||||
|
||||
%install
|
||||
python%{python_bin_suffix} ./make.py install --dist unix --prefix=%{buildroot}%{_prefix}
|
||||
%pyproject_install
|
||||
python%{python_bin_suffix} ./pep517build/install_metadata.py dist/metadata --prefix=%{buildroot}%{_prefix}
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/
|
||||
mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/
|
||||
|
Loading…
Reference in New Issue
Block a user