Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 96f3ea83da | |||
|
|
53148b4e79 | ||
| 67985ffacd | |||
|
|
60a5c0ffc1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63b35061856edcd1dbc203fecd8730429f6d51103552d62aa6ef6f0f4bbfd6fb
|
||||
size 777778
|
||||
3
libQuotient-0.9.5.tar.gz
Normal file
3
libQuotient-0.9.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24366dd59aca7b991756e45c3c8823c43fc6a8fdb161ea6dcce5b666c6300766
|
||||
size 780007
|
||||
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 20 13:12:10 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.9.5
|
||||
* Fixed verification sessions getting stuck in some cases
|
||||
* Pass more information about network errors when mxc: requests
|
||||
fail
|
||||
* Massively improve E2EE performance when many devices are
|
||||
registered on an account
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 06:45:43 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.9.4
|
||||
* Support room version 12
|
||||
* A few tweaks and fixes that previously landed in dev are now
|
||||
backported to 0.9
|
||||
* Add a signal when a new thread is created
|
||||
* Fix building with Qt 6.10 and newer
|
||||
* Unify and fix Qt Keychain jobs handling internally
|
||||
* Use a smaller number for syncs without timeouts to stop
|
||||
confusing internal API
|
||||
* Fix a crash in the readmarker code
|
||||
* Use a standardised .part extension for in-progress downloads
|
||||
* Improved performance in E2EE code, especially for accounts
|
||||
with many devices
|
||||
* Fix downloading to a temporary file
|
||||
* Fix caching rooms with / in ids
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 20:22:52 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package libQuotient
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,17 +23,16 @@
|
||||
%define lib_suffix Qt6
|
||||
%define qt6_version 6.4
|
||||
%else
|
||||
ExclusiveArch: do_not_build
|
||||
ExclusiveArch: do_not_build
|
||||
%endif
|
||||
%define soversion 0_9
|
||||
%define sonum 0.9
|
||||
%define rname libQuotient
|
||||
Name: libQuotient%{?pkg_suffix}
|
||||
Version: 0.9.3
|
||||
Version: 0.9.5
|
||||
Release: 0
|
||||
Summary: Library for Qt Matrix Clients
|
||||
License: LGPL-2.1-only
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://github.com/quotient-im/libQuotient
|
||||
Source0: https://github.com/quotient-im/%{rname}/archive/%{version}/%{rname}-%{version}.tar.gz
|
||||
BuildRequires: cmake >= 3.26
|
||||
@@ -61,7 +60,6 @@ Quaternion.
|
||||
|
||||
%package -n libQuotient%{?qt6:%{lib_suffix}-}%{soversion}
|
||||
Summary: Library for Qt Matrix Clients
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libQuotient%{?qt6:%{lib_suffix}-}%{soversion}
|
||||
Library for Qt-based Matrix chat clients. It is required by
|
||||
@@ -69,13 +67,12 @@ Quaternion.
|
||||
|
||||
%package -n libQuotient%{?pkg_suffix}-devel
|
||||
Summary: Development files for libQuotient
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libQuotient%{?qt6:%{lib_suffix}-}%{soversion} = %{version}
|
||||
%if 0%{?qt6}
|
||||
Requires: cmake(Qt6Gui) >= %{qt6_version}
|
||||
Requires: cmake(Qt6Keychain)
|
||||
Requires: cmake(Qt6Network) >= %{qt6_version}
|
||||
Requires: cmake(Qt6Sql) >= %{qt6_version}
|
||||
Requires: cmake(Qt6Keychain)
|
||||
%endif
|
||||
Requires: cmake(Olm)
|
||||
Requires: pkgconfig(openssl)
|
||||
|
||||
Reference in New Issue
Block a user