Accepting request 1237170 from network:messaging:matrix
OBS-URL: https://build.opensuse.org/request/show/1237170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libQuotient?expand=0&rev=19
This commit is contained in:
commit
a3d47f9869
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a1fd19c9f6e4d93c60fbec5ab4ca84961781e6d00105a4437ecd14aaea36bc9
|
||||
size 772882
|
3
libQuotient-0.9.2.tar.gz
Normal file
3
libQuotient-0.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dc75f1e4e23c8aac445a0e31d354adf97af456e29d27c032d4d467d4664ca06
|
||||
size 777025
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 12:04:07 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.9.2
|
||||
* Replaced remaining QScopedPointer occurrences with
|
||||
std::unique_ptr; introduce DeleteLater and QObjectHolder for
|
||||
better integration of std::unique_ptr and QObject-based types
|
||||
* New range facilities: findIndex() and rangeTo(), to cover for
|
||||
the missing std::ranges::to() on macOS
|
||||
* Fixes to some Quotest tests getting stuck in limbo
|
||||
* findIndirect() algorithm was found unnecessary, as
|
||||
std::ranges::find() covers its use case
|
||||
* Only signal pending event as merged once the real one is in
|
||||
the timeline
|
||||
* ThreadView to track threads in a room
|
||||
* AccountSettings: fix working with MXIDs that have forward-
|
||||
and backslashes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 14:19:50 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -29,7 +29,7 @@ ExclusiveArch: do_not_build
|
||||
%define sonum 0.9
|
||||
%define rname libQuotient
|
||||
Name: libQuotient%{?pkg_suffix}
|
||||
Version: 0.9.1
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: Library for Qt Matrix Clients
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user