From f9ad276f32d5c74c9fd23b22427e97762f6328ded9efd80685891e2fb240f2ed Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Wed, 24 Apr 2024 09:05:47 +0000 Subject: [PATCH] Accepting request 1169998 from home:chock:branches:openSUSE:Factory - Add qt6-sql-sqlite to BuildRequires to allow Qt6 build to pass - Update to 0.8.2 * Historical encrypted messages can now be decrypted with old megolm keys retrieved from SSSS (gh#quotient-im/libQuotient#687) * The User library API is getting prepared to be split into that for room members (RoomMember) and user profiles (stays in User for now) in 0.9, is deprecating mos of User methods that accept Room for the member context (gh#quotient-im/libQuotient#685) * Along the same lines: functions to (un)ignore users by userid rather than User* are introduced; the old signatures are deprecated now and will be removed in 0.9 (gh#quotient-im/libQuotient#718) * More efficient (less cache-wasting) avatar retrieval (gh#quotient-im/libQuotient#711) * Property for querying conection's account_data (gh#quotient-im/libQuotient#719) * Fix brain-split when checking the event types on some Linux distributions (gh#quotient-im/libQuotient#726) (gh#quotient-im/libQuotient#692) * A new event class for m.room.server_acl (gh#quotient-im/libQuotient#729) * The library supports defaulting direct chats to E2EE now (gh#quotient-im/libQuotient#730) OBS-URL: https://build.opensuse.org/request/show/1169998 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=30 --- libQuotient-0.8.1.2.tar.gz | 3 --- libQuotient-0.8.2.tar.gz | 3 +++ libQuotient.changes | 30 ++++++++++++++++++++++++++++++ libQuotient.spec | 3 ++- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 libQuotient-0.8.1.2.tar.gz create mode 100644 libQuotient-0.8.2.tar.gz diff --git a/libQuotient-0.8.1.2.tar.gz b/libQuotient-0.8.1.2.tar.gz deleted file mode 100644 index 5cae6ec..0000000 --- a/libQuotient-0.8.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c -size 730435 diff --git a/libQuotient-0.8.2.tar.gz b/libQuotient-0.8.2.tar.gz new file mode 100644 index 0000000..1124f2a --- /dev/null +++ b/libQuotient-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9 +size 744095 diff --git a/libQuotient.changes b/libQuotient.changes index e556ee6..aaf266e 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Apr 24 08:40:39 UTC 2024 - Christopher Hock + +- Add qt6-sql-sqlite to BuildRequires to allow Qt6 build to pass +- Update to 0.8.2 + * Historical encrypted messages can now be decrypted with old + megolm keys retrieved from SSSS + (gh#quotient-im/libQuotient#687) + * The User library API is getting prepared to be split into + that for room members (RoomMember) and user profiles + (stays in User for now) in 0.9, is deprecating mos of User + methods that accept Room for the member context + (gh#quotient-im/libQuotient#685) + * Along the same lines: functions to (un)ignore users by userid + rather than User* are introduced; the old signatures are + deprecated now and will be removed in 0.9 + (gh#quotient-im/libQuotient#718) + * More efficient (less cache-wasting) avatar retrieval + (gh#quotient-im/libQuotient#711) + * Property for querying conection's account_data + (gh#quotient-im/libQuotient#719) + * Fix brain-split when checking the event types on some Linux + distributions + (gh#quotient-im/libQuotient#726) + (gh#quotient-im/libQuotient#692) + * A new event class for m.room.server_acl + (gh#quotient-im/libQuotient#729) + * The library supports defaulting direct chats to E2EE now + (gh#quotient-im/libQuotient#730) + ------------------------------------------------------------------- Wed Mar 13 21:01:31 UTC 2024 - Bernhard Wiedemann diff --git a/libQuotient.spec b/libQuotient.spec index bb069c2..6fbb092 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -27,7 +27,7 @@ %define rname libQuotient %bcond_without e2ee Name: libQuotient%{?pkg_suffix} -Version: 0.8.1.2 +Version: 0.8.2 Release: 0 Summary: Library for Qt Matrix Clients License: LGPL-2.1-only @@ -42,6 +42,7 @@ BuildRequires: gcc12-c++ %endif BuildRequires: pkgconfig %if 0%{?qt6} +BuildRequires: qt6-sql-sqlite BuildRequires: cmake(Qt6Concurrent) BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Gui)