From 450899f5dbf8e92d4a456c8067c2ac31e23764388460c572ed4438fabc9679f4 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 29 Dec 2022 12:09:41 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/libQuotient revision 11 OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/libQuotient?expand=0&rev=edd2176b495943294e58870cbe68321b --- libQuotient-0.6.11.tar.gz | 3 +++ libQuotient-0.7.0.tar.gz | 3 --- libQuotient.changes | 40 --------------------------------------- libQuotient.spec | 19 ++++++++----------- 4 files changed, 11 insertions(+), 54 deletions(-) create mode 100644 libQuotient-0.6.11.tar.gz delete mode 100644 libQuotient-0.7.0.tar.gz diff --git a/libQuotient-0.6.11.tar.gz b/libQuotient-0.6.11.tar.gz new file mode 100644 index 0000000..1f45f31 --- /dev/null +++ b/libQuotient-0.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12b15d1296e630477d5e8f4d32c821dc724b3c5b99d15d383417ba7d88f03c46 +size 562144 diff --git a/libQuotient-0.7.0.tar.gz b/libQuotient-0.7.0.tar.gz deleted file mode 100644 index d3347c4..0000000 --- a/libQuotient-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e46a9889c2ce86b780f04b0b831896179af6621177f805c1a650a980e041525 -size 667312 diff --git a/libQuotient.changes b/libQuotient.changes index ab90957..40b2597 100644 --- a/libQuotient.changes +++ b/libQuotient.changes @@ -1,43 +1,3 @@ -------------------------------------------------------------------- -Wed Dec 21 04:58:08 UTC 2022 - Dead Mozay - -- Update to version 0.7.0: - * E2EE is the biggest part of this release, - + The following parts of E2EE are known to work: - - foundations additional contributions and refactoring. - - Olm/Megolm signalling with our parties/devices. - - managing device and one-time keys. - - sending and receiving (monstrous new encrypted messages. - - encrypting/decrypting attachment. - - retrieval and decryption of historical messages keys - for which are already in the database. - - device verification. - + What is not there yet: - - historical Megolm sessions are not requested from other - devices/parties, so you will see quite a few undecryptable - messages in rooms with past communication - this might be - fixed (if possible without breaking the API) in further - 0.7.x releases. - - secure server-side storage (SSSS) is not supported at - all for now, and will likely require API breakage so - will come in 0.8. - - soft logout is not supported; this is also a subject of 0.8. - + Because there's no soft logout the database for a given account - is completely reset upon a successful login attempt. This may - come as a very unpleasant surprise if you don't keep your - login session between client restarts; but this is a necessary - trade-off for the current feature set (see #546 for the - discussion). Together with the rest of the above not-there-yet - list, this means that you MUST NOT use E2EE with - libQuotient-backed clients as your only device(s) on - the account - there's quite a risk of losing encrypted - conversations if anything happens to the database libQuotient - keeps key material in, or if you lose your session and have - to log in again. Did I mention the whole E2EE functionality - is still in beta? Client authors are strongly recommended - to show big scary warnings against E2EE for now. - * Read markers -> read receipts + fully read markers. - ------------------------------------------------------------------- Thu Oct 7 08:37:12 UTC 2021 - Dead Mozay diff --git a/libQuotient.spec b/libQuotient.spec index ff90c3a..b1ced35 100644 --- a/libQuotient.spec +++ b/libQuotient.spec @@ -1,7 +1,7 @@ # # spec file for package libQuotient # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define soversion 0_7 -%define sonum 0.7 +%define soversion 0_6 +%define sonum 0.6 %bcond_with e2ee Name: libQuotient -Version: 0.7.0 +Version: 0.6.11 Release: 0 Summary: Library for Qt Matrix Clients License: LGPL-2.1-only @@ -30,13 +30,10 @@ Source0: https://github.com/quotient-im/%{name}/archive/%{version}/%{name BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: cmake(Qt5Concurrent) -BuildRequires: cmake(Qt5Core) >= 5.9 -BuildRequires: cmake(Qt5DBus) -BuildRequires: cmake(Qt5Gui) -BuildRequires: cmake(Qt5Keychain) -BuildRequires: cmake(Qt5Multimedia) -BuildRequires: cmake(Qt5Network) +BuildRequires: pkgconfig(Qt5Core) >= 5.9 +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Multimedia) +BuildRequires: pkgconfig(Qt5Network) %if %{with e2ee} BuildRequires: cmake(Olm) %endif