SHA256
1
0
forked from pool/libQuotient

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
This commit is contained in:
Dead Mozay 2024-04-24 09:05:47 +00:00 committed by Git OBS Bridge
parent 81b1807434
commit f9ad276f32
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e5539fe9616c9f63985b0aabfab1858f1626e3d71a14709eeedd85af0471c7c
size 730435

3
libQuotient-0.8.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12ff2fa8b80a934b9dd88fa3416a4b88e94bc0e18a8df0dcebfc90614dd2f5c9
size 744095

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Apr 24 08:40:39 UTC 2024 - Christopher Hock <christopher.hock@suse.com>
- 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 <bwiedemann@suse.com>

View File

@ -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)