Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libQuotient-qt6-devel-0.8.1.2-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: libQuotient-qt6-devel Distribution: openSUSE:Factory:zSystems
Version: 0.8.1.2 Vendor: openSUSE
Release: 1.1 Build date: Fri Sep 15 02:34:19 2023
Group: Development/Libraries/C and C++ Build host: s390zl2a
Size: 744450 Source RPM: libQuotient-qt6-0.8.1.2-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/quotient-im/libQuotient
Summary: Development files for libQuotient
The libQuotient devel package contains libraries and header files for
developing applications that use libQuotient.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Wed Sep 13 2023 ecsos <ecsos@opensuse.org>
  - Update to 0.8.1.2
    * It turned out that version 0.8.1 is not entirely ABI compatible
      with 0.8.0 as it should. This release is made solely to fix it;
      there are no other changes.
* Mon Sep 11 2023 Enrico Belleri <kilgore.trout@idesmi.eu>
  - Add Qt5DBus as build requirement
    * fixes Leap 15.5 build
* Sat Aug 19 2023 Christophe Marin <christophe@krop.fr>
  - Update to 0.8.1.1
    * Got rid of deprecated RoomPinnedEvent name
      (gh#quotient-im/libQuotient#680)
    * Fixed session verification (gh#quotient-im/libQuotient#682)
    * Constified Room::userIdsAtEvent()
      (gh#quotient-im/libQuotient#686)
    * Enhanced logging around key verification
      (gh#quotient-im/libQuotient#690)
    * Made it possible to use the key backup client-server API
      in the backend (gh#quotient-im/libQuotient#693)
    * Constrained the e-mail logic in linkifyUrl() so that it
      doesn't trigger in the middle of another URL
      (gh#quotient-im/libQuotient#698)
* Wed Aug 09 2023 Christophe Marin <christophe@krop.fr>
  - Update to 0.8.0. Check
    https://github.com/quotient-im/libQuotient/releases for older
    changes list.
    * Fixed AccountRegistry::invokeLogin() to still add Connection
      objects after successfully connecting them to the homeserver
      (gh#quotient-im/libQuotient#675)
    * pinned events actually follow the specification (and
      therefore, interoperable) (gh#quotient-im/libQuotient#677)
  - Add a Qt6 flavor. Needed by the KDE CI
  - Enable E2EE by default. This will be required by neochat soon.
* Wed Dec 21 2022 Dead Mozay <dead_mozay@opensuse.org>
  - 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 07 2021 Dead Mozay <dead_mozay@opensuse.org>
  - Update to version 0.6.11:
    * Just after 0.6.10 was out another nasty bug has been discovered,
      preventing from proper usage of URLs with an unescaped double-hash (##),
      which may come when a matrix.to URL is generated for a bridged IRC channel
      (and it even got a very nice number #512). Aside from this fix,
      quotest will not return with success code 0 any more if it failed to
      even start testing for some reason (#496).
* Sun Oct 03 2021 Dead Mozay <dead-mozay@opensuse.org>
  - Update to versiosn 0.6.10:
    * Yet another maintenance release of the stable branch, fixing an
      issue (#510) with invites not showing up in some cases
      (especially on less active/smaller accounts).
* Sun Sep 12 2021 Dead Mozay <dead-mozay@opensuse.org>
  - Update to version 0.6.9:
    * Here's one more stable branch release of libQuotient,
      fixing a rare assertion failure due to uninitialised
      read marker when new events arrive and all history
      is already loaded.
* Tue Aug 24 2021 Dead Mozay <dead_mozay@opensuse.org>
  - Update to version 0.6.8:
    * Retain the current room member avatar when renaming the user
      for the room.
    * When displaying the room, notification/highlight counters are
      no more reset. This never really worked, with the notification
      and highlight counts jumping to zero and then back to the
      original value if the timeline hasn't been completely read;
      now that read receipts are correctly sent, the counters
      can be left to the homeserver to update
      (while E2EE is not around).
    * Fix the missing percent encoding in User::fetchProfile(),
      leading to problems around historical userids that still
      have slashes.
    * CS API files have been regenerated from the new matrix-doc
      after revamping the layout and tooling; the library API didn't
      change, but doc-comments are now in Markdown rather than
      ReStructured Text.
    * Update GTAD configuration to version 0.8 of the tool.
    * Fix potential linking errors around quotient_common.h.
* Sun Jul 18 2021 Fabian Vogt <fabian@ritter-vogt.de>
  - Updae to version 0.6.7:
    * One more maintenance release at the stable branch, fixing
      gh#quotient-im/libQuotient#471 that affects NeoChat - thanks
      to @ognarb for pinpointing and suggesting a fix to it.
  - Mention soversion in %files
  - Simplify %files
  - Use full tarball name
  - Don't install quotest and ndk-modules/Android.mk
* Thu Mar 18 2021 Dead Mozay <dead_mozay@opensuse.org>
  - Update to version 0.6.6:
    * Another update on the stable branch, to address #456
      (possible crash on some malformed user ids).
* Wed Feb 24 2021 Dead Mozay <dead_mozay@opensuse.org>
  - Update to version 0.6.5:
    * Fix rich replies handling.
    * Support abbreviated aka Reddit-style type specifiers in
      Matrix URIs (e.g., matrix:r/quotient:matrix.org)
* Sat Jan 16 2021 Luca Beltrame <lbeltrame@kde.org>
  - Actually disable e2ee
* Fri Jan 15 2021 Dead Mozay <dead_mozay@opensuse.org>
  - Update to version 0.6.4:
    * Several fixes around homeserver resolution.
* Sun Jan 03 2021 Luca Beltrame <lbeltrame@kde.org>
  - Add a build conditional for E2EE and disable it by default, as
    applications using libQuotient with E2EE enabled have
    stability issues and memory leaks
  - Run spec-cleaner
* Tue Dec 29 2020 Dead Mozay <dead-mozay@opensuse.org>
  - Update to version 0.6.3:
    * (#412 with an additional fix in e7c9ca9) Take profile data from
      the previous user state for users who already left
    * (693241d) Fix defunct network requests stalling the request queue
    * (e81117f, 6e8be18) Minor performance improvements on loading
      rooms and accounts involving many users (0.7 will have more work
      on handling that)
    * (2340f3d) Power level events are properly redacted now locally
    * (ff2cb9f) Work around lack of native Qt support for request
      bodies in DELETE requests
    * (97b0bec) Fix a few cases of insufficient escaping in
      Quotient::Uri (thanks to nephele for reporting)
    * (#421) Fix incorrect processing when a network request
      (especially for .well-known) returns 404 with non-empty body
      that is not JSON (which is quite usual when a .well-known
      record is missing)
    * (66972c8) Room tags that start with . (fullstop) are no more
      considered correct and will get u. in front of them.
    * Many thanks for all the help in testing and contributing!
* Sat Oct 24 2020 dead-mozay@opensuse.org
  - Update to version 0.6.2:
    * More stringent serverpart checks in user ids.
    * Uri::toUrl() now returns an actually working matrix.to link.
    * The biggest change in this release is a rewrite of the code
      maintaining user profiles (generic and per-room).
      The new code is simpler, faster and occupies less memory -
      a hat-trick of optimisation. The improvement is most noticeable
      when opening bigger rooms with many users (such as Matrix HQ).
    * Trying to set displayname or avatar URL to an empty value with
      Synapse homeservers led to an obscure error;
      now it works as it should.
    * Another noticeable change is that the library should be more
      robust against gateway/CDN/proxy errors that sometimes bring
      unexpected responses (e.g. an HTML payload when JSON is expected).
    * Quotest: added a test for changing the user display name
    * User::bridged() and User::rawName() has long been useless,
      as Matrix stopped using bridge postfixes - they are deprecated now.
    * Smaller optimisations, cleanup and documentation updates, as usual.
* Fri Jul 24 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 0.6.0 stable
* Tue Jun 09 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 0.6-beta1
    * actually build against the packaged libQtOml instead of the
      intree version
* Sat Feb 22 2020 dead_mozay@opensuse.org
  - Update to version 0.6.0:
    * Fix build on big-endian systems
    * Use parsed RoomPowerLevelsEvent in room upgrading
    * Add powerLevelForState()
    * Mark methods as const.

Files

/usr/include/Quotient
/usr/include/Quotient/accountregistry.h
/usr/include/Quotient/application-service
/usr/include/Quotient/application-service/definitions
/usr/include/Quotient/application-service/definitions/location.h
/usr/include/Quotient/application-service/definitions/protocol.h
/usr/include/Quotient/application-service/definitions/user.h
/usr/include/Quotient/avatar.h
/usr/include/Quotient/connection.h
/usr/include/Quotient/connection_p.h
/usr/include/Quotient/connectiondata.h
/usr/include/Quotient/connectionencryptiondata_p.h
/usr/include/Quotient/converters.h
/usr/include/Quotient/csapi
/usr/include/Quotient/csapi/account-data.h
/usr/include/Quotient/csapi/admin.h
/usr/include/Quotient/csapi/administrative_contact.h
/usr/include/Quotient/csapi/appservice_room_directory.h
/usr/include/Quotient/csapi/banning.h
/usr/include/Quotient/csapi/capabilities.h
/usr/include/Quotient/csapi/content-repo.h
/usr/include/Quotient/csapi/create_room.h
/usr/include/Quotient/csapi/cross_signing.h
/usr/include/Quotient/csapi/definitions
/usr/include/Quotient/csapi/definitions/auth_data.h
/usr/include/Quotient/csapi/definitions/client_device.h
/usr/include/Quotient/csapi/definitions/cross_signing_key.h
/usr/include/Quotient/csapi/definitions/device_keys.h
/usr/include/Quotient/csapi/definitions/event_filter.h
/usr/include/Quotient/csapi/definitions/key_backup_data.h
/usr/include/Quotient/csapi/definitions/openid_token.h
/usr/include/Quotient/csapi/definitions/public_rooms_response.h
/usr/include/Quotient/csapi/definitions/push_condition.h
/usr/include/Quotient/csapi/definitions/push_rule.h
/usr/include/Quotient/csapi/definitions/push_ruleset.h
/usr/include/Quotient/csapi/definitions/request_email_validation.h
/usr/include/Quotient/csapi/definitions/request_msisdn_validation.h
/usr/include/Quotient/csapi/definitions/request_token_response.h
/usr/include/Quotient/csapi/definitions/room_event_filter.h
/usr/include/Quotient/csapi/definitions/room_key_backup.h
/usr/include/Quotient/csapi/definitions/sync_filter.h
/usr/include/Quotient/csapi/definitions/third_party_signed.h
/usr/include/Quotient/csapi/definitions/user_identifier.h
/usr/include/Quotient/csapi/definitions/wellknown
/usr/include/Quotient/csapi/definitions/wellknown/full.h
/usr/include/Quotient/csapi/definitions/wellknown/homeserver.h
/usr/include/Quotient/csapi/definitions/wellknown/identity_server.h
/usr/include/Quotient/csapi/device_management.h
/usr/include/Quotient/csapi/directory.h
/usr/include/Quotient/csapi/event_context.h
/usr/include/Quotient/csapi/filter.h
/usr/include/Quotient/csapi/inviting.h
/usr/include/Quotient/csapi/joining.h
/usr/include/Quotient/csapi/key_backup.h
/usr/include/Quotient/csapi/keys.h
/usr/include/Quotient/csapi/kicking.h
/usr/include/Quotient/csapi/knocking.h
/usr/include/Quotient/csapi/leaving.h
/usr/include/Quotient/csapi/list_joined_rooms.h
/usr/include/Quotient/csapi/list_public_rooms.h
/usr/include/Quotient/csapi/login.h
/usr/include/Quotient/csapi/login_token.h
/usr/include/Quotient/csapi/logout.h
/usr/include/Quotient/csapi/message_pagination.h
/usr/include/Quotient/csapi/notifications.h
/usr/include/Quotient/csapi/openid.h
/usr/include/Quotient/csapi/peeking_events.h
/usr/include/Quotient/csapi/presence.h
/usr/include/Quotient/csapi/profile.h
/usr/include/Quotient/csapi/pusher.h
/usr/include/Quotient/csapi/pushrules.h
/usr/include/Quotient/csapi/read_markers.h
/usr/include/Quotient/csapi/receipts.h
/usr/include/Quotient/csapi/redaction.h
/usr/include/Quotient/csapi/refresh.h
/usr/include/Quotient/csapi/registration.h
/usr/include/Quotient/csapi/registration_tokens.h
/usr/include/Quotient/csapi/relations.h
/usr/include/Quotient/csapi/report_content.h
/usr/include/Quotient/csapi/room_event_by_timestamp.h
/usr/include/Quotient/csapi/room_send.h
/usr/include/Quotient/csapi/room_state.h
/usr/include/Quotient/csapi/room_upgrades.h
/usr/include/Quotient/csapi/rooms.h
/usr/include/Quotient/csapi/search.h
/usr/include/Quotient/csapi/space_hierarchy.h
/usr/include/Quotient/csapi/sso_login_redirect.h
/usr/include/Quotient/csapi/tags.h
/usr/include/Quotient/csapi/third_party_lookup.h
/usr/include/Quotient/csapi/third_party_membership.h
/usr/include/Quotient/csapi/threads_list.h
/usr/include/Quotient/csapi/to_device.h
/usr/include/Quotient/csapi/typing.h
/usr/include/Quotient/csapi/users.h
/usr/include/Quotient/csapi/versions.h
/usr/include/Quotient/csapi/voip.h
/usr/include/Quotient/csapi/wellknown.h
/usr/include/Quotient/csapi/whoami.h
/usr/include/Quotient/database.h
/usr/include/Quotient/e2ee
/usr/include/Quotient/e2ee/e2ee_common.h
/usr/include/Quotient/e2ee/qolmaccount.h
/usr/include/Quotient/e2ee/qolminboundsession.h
/usr/include/Quotient/e2ee/qolmmessage.h
/usr/include/Quotient/e2ee/qolmoutboundsession.h
/usr/include/Quotient/e2ee/qolmsession.h
/usr/include/Quotient/e2ee/qolmutility.h
/usr/include/Quotient/eventitem.h
/usr/include/Quotient/events
/usr/include/Quotient/events/accountdataevents.h
/usr/include/Quotient/events/callevents.h
/usr/include/Quotient/events/directchatevent.h
/usr/include/Quotient/events/encryptedevent.h
/usr/include/Quotient/events/encryptionevent.h
/usr/include/Quotient/events/event.h
/usr/include/Quotient/events/eventcontent.h
/usr/include/Quotient/events/eventloader.h
/usr/include/Quotient/events/eventrelation.h
/usr/include/Quotient/events/filesourceinfo.h
/usr/include/Quotient/events/keyverificationevent.h
/usr/include/Quotient/events/reactionevent.h
/usr/include/Quotient/events/receiptevent.h
/usr/include/Quotient/events/redactionevent.h
/usr/include/Quotient/events/roomavatarevent.h
/usr/include/Quotient/events/roomcanonicalaliasevent.h
/usr/include/Quotient/events/roomcreateevent.h
/usr/include/Quotient/events/roomevent.h
/usr/include/Quotient/events/roomkeyevent.h
/usr/include/Quotient/events/roommemberevent.h
/usr/include/Quotient/events/roommessageevent.h
/usr/include/Quotient/events/roompowerlevelsevent.h
/usr/include/Quotient/events/roomtombstoneevent.h
/usr/include/Quotient/events/simplestateevents.h
/usr/include/Quotient/events/single_key_value.h
/usr/include/Quotient/events/stateevent.h
/usr/include/Quotient/events/stickerevent.h
/usr/include/Quotient/events/typingevent.h
/usr/include/Quotient/eventstats.h
/usr/include/Quotient/expected.h
/usr/include/Quotient/function_traits.h
/usr/include/Quotient/identity
/usr/include/Quotient/identity/definitions
/usr/include/Quotient/identity/definitions/request_email_validation.h
/usr/include/Quotient/identity/definitions/request_msisdn_validation.h
/usr/include/Quotient/jobs
/usr/include/Quotient/jobs/basejob.h
/usr/include/Quotient/jobs/downloadfilejob.h
/usr/include/Quotient/jobs/mediathumbnailjob.h
/usr/include/Quotient/jobs/requestdata.h
/usr/include/Quotient/jobs/syncjob.h
/usr/include/Quotient/keyverificationsession.h
/usr/include/Quotient/logging_categories_p.h
/usr/include/Quotient/mxcreply.h
/usr/include/Quotient/networkaccessmanager.h
/usr/include/Quotient/networksettings.h
/usr/include/Quotient/omittable.h
/usr/include/Quotient/qt_connection_util.h
/usr/include/Quotient/quotient_common.h
/usr/include/Quotient/quotient_export.h
/usr/include/Quotient/room.h
/usr/include/Quotient/roomstateview.h
/usr/include/Quotient/settings.h
/usr/include/Quotient/ssosession.h
/usr/include/Quotient/syncdata.h
/usr/include/Quotient/uri.h
/usr/include/Quotient/uriresolver.h
/usr/include/Quotient/user.h
/usr/include/Quotient/util.h
/usr/lib64/cmake/QuotientQt6
/usr/lib64/cmake/QuotientQt6/QuotientQt6Config.cmake
/usr/lib64/cmake/QuotientQt6/QuotientQt6ConfigVersion.cmake
/usr/lib64/cmake/QuotientQt6/QuotientQt6Targets-relwithdebinfo.cmake
/usr/lib64/cmake/QuotientQt6/QuotientQt6Targets.cmake
/usr/lib64/libQuotientQt6.so
/usr/lib64/pkgconfig/QuotientQt6.pc
/usr/share/doc/packages/libQuotient-qt6-devel
/usr/share/doc/packages/libQuotient-qt6-devel/README.md
/usr/share/licenses/libQuotient-qt6-devel
/usr/share/licenses/libQuotient-qt6-devel/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024