File libQuotientQt6.changes of Package libQuotientQt6

-------------------------------------------------------------------
Sun Oct 26 12:23:14 UTC 2025 - ecsos <ecsos@opensuse.org> - 0.9.5

- Update to 0.9.5
  - Fix a bug that crashes the application when a closure object is passed by value
    (rather than moved) as a JobHandle continuation (#913)
  - Fixed verification sessions getting stuck in some cases (#902)
  - Pass more information about network errors when mxc: requests fail (#907)
  - Massively improve E2EE performance when many devices are registered on an account (#908)

-------------------------------------------------------------------
Sun Aug 31 09:42:54 UTC 2025 - ecsos <ecsos@opensuse.org> - 0.9.4

- Update to 0.9.4
  - Support room version 12 (#899)
  - A few tweaks and fixes that previously landed in dev are now backported to 0.9 (#898):
    - Add a signal when a new thread is created (#849)
    - Fix building with Qt 6.10 and newer (#883)
    - Unify and fix Qt Keychain jobs handling internally (a part of #884)
    - Use a smaller number for syncs without timeouts to stop confusing internal API (#886)
    - Fix a crash in the readmarker code (#890)
    - Use a standardised .part extension for in-progress downloads (#891)
    - Improved performance in E2EE code, especially for accounts with many devices (#893)
    - Fix downloading to a temporary file (#894)
    - Fix caching rooms with / in ids (#896)

-------------------------------------------------------------------
Tue Mar 18 19:16:51 UTC 2025 - ecsos <ecsos@opensuse.org>

- Update to 0.9.3
  - Support event relations on all post message functions (#852, backport of #806)
  - OIDC awareness (#853, backport of #850)
  - A couple of internal minor fixes (#857)
  - Emit finished() and delete verification session when it's cancelled on the remote side (#865, backport of #866)

-------------------------------------------------------------------
Sun Dec 29 13:03:19 UTC 2024 - ecsos <ecsos@opensuse.org>

- 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 (a part of #840)
  - New range facilities: findIndex() and rangeTo(), to cover for the missing std::ranges::to()
    on macOS (parts of #840 and #845)
  - Fixes to some Quotest tests getting stuck in limbo (a part #840, #841, a part of #845)
  - findIndirect() algorithm was found unnecessary, as std::ranges::find() covers its use case;
    since nobody used it outside the library (it seems), it was completely removed rather than
    deprecated - scream at @KitsuneRal if you happened to use it already (#843)
  - Only signal pending event as merged once the real one is in the timeline (#844)
  - ThreadView to track threads in a room (#825)
  - AccountSettings: fix working with MXIDs that have forward- and backslashes (#846)

-------------------------------------------------------------------
Sun Dec  1 11:46:20 UTC 2024 - ecsos <ecsos@opensuse.org>

- Update to 0.9.1
  - Connection::isOnline() (#819)
  - Room::pendingEventAdded() signal doesn't carry a dangling event ref any more (#823)
  - MediaThumbnailJob now checks for the correct spec version for auth media (#821)
  - Unsupported RoomType values don't litter logs with warnings any more (#822)
  - Cleanup and code modernization (#826 and #836)
  - Access tokens are actually saved to the keychain again (#827)
  - The text provided by the server is used for the error message on media endpoints (#832)
  - Connection::supportedMatrixSpecVersions() regression fix (#834)
  - Downloading encrypted files to a temporary location fixed (#835)
  - Configurable job backoff strategies; fix the regression with syncs frequently timing out
    just before getting a response from the homeserver (#838)
 
-------------------------------------------------------------------
Fri Oct 25 12:52:49 UTC 2024 - ecsos <ecsos@opensuse.org>

- Update to 0.9.0
  - Qt 6 only (see more about this below)
  - cross-signing support (requires UI to match on the client side; NeoChat already has it)
  - Matrix 1.12 API, including, most importantly, content repo functionality switching to authenticated media
  - completed separation of room member functionality previously delivered by the User class, to a dedicated RoomMember class
  - introduction of futures to replace signals for one-off asynchronous calls,
    especially relevant for calls returning job pointers;
    the migration to this new way will continue through the next cycle
  - refactoring of the event content API to make transition to extensible events easier in the future
  - See https://github.com/quotient-im/libQuotient/releases/tag/0.9.0

-------------------------------------------------------------------
Tue Apr 16 07:12:05 UTC 2024 - ecsos <ecsos@opensuse.org>

- Update to 0.8.2
  This is meant to be the last (significant) 0.8.x release;
  active work on 0.9 will commence from now on the development branch,
  with the first big change - dropping Qt 5 support - coming immediately after 0.8.2 is released.
  Incremental, compat-preserving changes can still arrive for 0.8.x in the dedicated branch,
  with 0.8.3 potentially rolling them up in a few months.

  * Most notable changes:
    - Historical encrypted messages can now be decrypted with old megolm keys retrieved from SSSS (@TobiasFella, #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, deprecating most of User methods that accept Room for the member context (@nvrWhere, #695, #724, and #725)
    - 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 (@TobiasFella, #718)
    - More efficient (less cache-wasting) avatar retrieval (@KitsuneRal, #711)
    - Property for querying connection's account_data (@TobiasFella, #719)
    - Fix brain-split when checking event types on some Linux distributions (@KitsuneRal, #726, fixes #692)
    - A new event class for m.room.server_acl (@nvrWhere, #729)
    - The library supports defaulting direct chats to E2EE now (@nvrWhere, #730)

-------------------------------------------------------------------
Tue Sep 12 15:05:49 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 0.8.1.2

-------------------------------------------------------------------
Sat Aug 19 11:50:24 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 0.8.1.1
  - Version 0.8.1 missed an important PR that actually changes the
    advertised version and updates the documentation - so it was 
    re-released as 0.8.1.1 with the PR merged.
    
  Full changelog see:
  https://github.com/quotient-im/libQuotient/compare/0.8.1...0.8.1.1
  
-------------------------------------------------------------------
Fri Aug 18 09:44:29 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 0.8.1
  - Got rid of deprecated RoomPinnedEvent name in #680
  - Fixed session verification in #682
  - Constified Room::userIdsAtEvent() in #686 (first contribution - thanks, and looking forward to more!)
  - Enhanced logging around key verification in #690
  - Made it possible to use the key backup client-server API in the backend (#693)
  - Also constrained the e-mail logic in linkifyUrl() so that it doesn't trigger in the middle of another URL (#698)

  Full changelog see:
  https://github.com/quotient-im/libQuotient/compare/0.8.0...0.8.1

-------------------------------------------------------------------
Tue Jul  4 14:33:15 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 0.8.0
  To many changes. See full changelog, please.

  Full changelog see:
  https://github.com/quotient-im/libQuotient/compare/0.7.2...0.8.0

-------------------------------------------------------------------
Wed Apr 26 16:09:25 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 0.7.2
  - Within #626 mentioned above, the top-level source directory name was changed from lib to Quotient. Although it's not exactly backwards-compatible if you use libQuotient as a submodule, client build scripts were not supposed to rely on the existence of lib directory in the first place. On the other hand, the new top-level directory name allows to use a common Quotient/ prefix in #include statements, regardless of the way libQuotient is consumed (a submodule or an installed package).
  - MxcReply has got some love, fixing crashes (#628) and broken WebP images (#627) in NeoChat (by @redstrate - first contribution, congrats and thank you!)
  - Send megolm key when there is no new olm session (#629 by @TobiasFella) - fixing the "encrypted messages fail after the first 100" problem
  - Fix the library failing to process to-device events beyond the first one in the sync batch (#631 by @TobiasFella)
  - Two new utility functions to help client authors figure out E2EE status of a given device (#635 by @TobiasFella)
  - A few tweaks and fixes in Connection and AccountRegistry (#636 by @KitsuneRal):
    - AccountRegistry::invokeLogin() is deprecated
    - AccountRegistry::isLoggedIn() actually checks that an account is logged in, not just exists in the registry
    - Connection::assumeIdentity() doesn't use the passed device id any more, taking it from the access token instead
  - You can now get the whole list of room account data event types (#638 by @TobiasFella)
  - Verification of the user's devices is a bit more reliable thanks to #642 by @TobiasFella
  - The library now prefers the correct Base64 algorithm (brought in by MSC3783) for MAC calculation (#640 by @KitsuneRal)

  Full changelog see:
  https://github.com/quotient-im/libQuotient/compare/0.7.1...0.7.2
  
-------------------------------------------------------------------
Mon Jan  9 22:49:01 UTC 2023 - ecsos <ecsos@opensuse.org>

- Update to 0.7.1

-------------------------------------------------------------------
Wed Dec 21 07:37:28 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 0.7.0
  * E2EE
    As mentioned above, E2EE is the biggest part of this release,
    and @TobiasFella made most of the heavy-lifting.
    The following parts of E2EE are known to work:
    - foundations (#506, #552; additional contributions and
      refactoring in #550, #556, #571, #581, #582, #589)
    - Olm/Megolm signalling with our parties/devices
      (#534, #544, #560, #595)
    - managing device and one-time keys (#535, #542)
    - sending (#540, #572) and receiving (monstrous #477, #536,
      #537, #538) new encrypted messages ;
    - encrypting/decrypting attachments (#505, #543, #553);
    - retrieval and decryption of historical messages keys for
      which are already in the database (#583, #590)
    - device verification (#541, #547, #566, #568, #573, #575,
      #577; #594)
  For detail information see:
  https://github.com/quotient-im/libQuotient/releases/tag/0.7.0

-------------------------------------------------------------------
Tue Nov 22 16:52:36 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 0.7-rc
  - (#581) Tighter internal code for Olm interfacing
  - (#586) Proper treatment of null values in JSON
  - (#585) Fix sending files on android
  - (#589) Pickling key and random material are now located in a
    separate protected heap using OpenSSL facilities
  - (#590) No more repeated attempts to recover broken olm sessions
  - (#593) More careful tracking of what is considered the
    beginning of the timeline
- Update to 0.7-beta2
  - (#577) Fix Key Verification and its test - a known bug as of
    beta 1, thanks to Tobias for getting to the bottom of it
  - (#578) The API for event edits is consolidated in
    RoomMessageEvent - this is in alignment with the specification,
    client application authors may have to fix some type casts in
    their code if they were trying to use this API in an
    incompliant way before
  - (#579) Tighten up ReactionEvent interface, to make sure only
    reactions can be put in objects of this class, previously you
    could stuff any relation in it which certainly wasn't the
    purpose of the class
  - (#580) Add UserIdRole to AccountRegistry - first contribution
    of @subpop, thanks and congrats!
  - (#582) Fix a broken validation of Olm account unpickling,
    causing a misleading warning in the logs
  - (#583) Recover from some decryption errors
  - (a904108) Fix buildability of stickerevent.h - the file is not
    used inside Quotient (library tests still have huge gaps...)
  - (587daae, 848797e) More compile-time validations to protect
    against common errors in using QUO_*EVENT macros
  - (72e7665) Refreshed Client-Server API files, enabling clients
    to pass thread_id to PostReceiptJob

-------------------------------------------------------------------
Sat Oct  8 15:26:13 UTC 2022 - ecsos <ecsos@opensuse.org>

- Update to 0.7-beta1
  It took a long time since 0.6 was out but here comes the first
  beta of libQuotient 0.7!
  Full release notes are left for the final release

-------------------------------------------------------------------
Thu Oct  7 09:11:49 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 0.6.11
  - 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  3 08:51:19 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update ot 0.6.10
  - Fixing an issue (#510) with invites not showing up in some
    cases (especially on less active/smaller accounts)
  
-------------------------------------------------------------------
Sun Sep 12 08:02:00 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 0.6.9
  - Fixing a rare assertion failure due to uninitialised read
    marker when new events arrive and all history is already loaded.
  
-------------------------------------------------------------------
Tue Aug 24 08:10:14 UTC 2021 - ecsos <ecsos@opensuse.org>

- Updateto 0.6.8
  - (#464) Read receipts/markers code is (still) a mess
  - (#481) Retain the current room member avatar when renaming the
    user for the room.
  - (#489) 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 counter
    can be left to the homeserver to update (while E2EE is not
    around).
  - (8398e71) Fix the missing percent encoding in
    User::fetchProfile(), leading to problems around historical
    userids that still have slashes.
  - (607d860, ebea54b) 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.
  - (1e70bbb) Update GTAD configuration to version 0.8 of the tool.
  - (a83ec90) Fix potential linking errors around quotient_common.h.
    
-------------------------------------------------------------------
Mon Jun  7 13:39:34 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 0.6.7
  - fixing #471 that affects NeoChat 

-------------------------------------------------------------------
Wed Mar 17 22:18:24 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 0.6.6
  - (#456) possible crash on some malformed user ids

-------------------------------------------------------------------
Mon Feb 22 10:26:15 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 0.6.5
  - (#448, #449) Fix rich replies handling - thanks to @rpallai
  - (#453) Support abbreviated aka Reddit-style type specifiers in
    Matrix URIs (e.g., matrix:r/quotient:matrix.org)

-------------------------------------------------------------------
Fri Jan 15 23:09:37 UTC 2021 - ecsos <ecsos@opensuse.org>

- Update to 0.6.4
  - (#427, #437) Several fixes around homeserver resolution 
  - (#431) The project now uses GitHub Actions instead of Travis CI
    for Linux/macOS CI.

-------------------------------------------------------------------
Fri Dec 25 10:28:08 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 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 - thanks to @TobiasFella for finding
    and fixing
  - (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.

-------------------------------------------------------------------
Sat Oct 24 08:29:09 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 0.6.2
  - (3c85f04) More stringent serverpart checks in user ids.
  - (948be2e) Uri::toUrl() now returns an actually working matrix.to link.

-------------------------------------------------------------------
Sat Sep  5 08:43:49 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 0.6.1
  - (5849686, 812e460) 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).
  - (c306470, cb47079) 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.
  - (eedfd50, d886638) 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).
  - (6d40d7b) Quotest: added a test for changing the user display
    name
  - (776c2fd) User::bridged() and User::rawName() has long been
    useless, as Matrix stopped using bridge postfixes - they are 
    deprecated now.
  - (bc105c2) When compiled with Qt 5.15, the library ignores 
    (no more functional) bearer management instead of working 
    around its shortcomings.
  - Smaller optimisations, cleanup and documentation updates, 
    as usual.
  See https://github.com/quotient-im/libQuotient/releases/tag/0.6.1

-------------------------------------------------------------------
Fri Jul 24 17:37:27 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 0.6.0
  See https://github.com/quotient-im/libQuotient/releases/tag/0.6.0

-------------------------------------------------------------------
Thu Jul 23 17:55:05 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 0.6-rc
  For changelog see: 
  https://github.com/quotient-im/libQuotient/projects/2#column-4715477

-------------------------------------------------------------------
Fri Jul  3 18:12:24 UTC 2020 - ecsos <ecsos@opensuse.org>

- Update to 0.6-beta2
- Drop libQuotient-0.6-beta1_to_master.patch because it is now in
  upstream

-------------------------------------------------------------------
Thu Apr 16 17:04:45 UTC 2020 - ecsos@opensuse.org

- Add libQuotient-0.6-beta1_to_master.patch to build quaternion-git
  Because some code has moved from quaternion to Quotient but no
  new version was released.

-------------------------------------------------------------------
Thu Apr  9 09:55:20 UTC 2020 - ecsos@opensuse.org

- Update to 0.6-beta1

-------------------------------------------------------------------
Mon Mar  2 11:10:16 UTC 2020 - ecsos@opensuse.org

- Update to 0.6.0-mer-rc1

-------------------------------------------------------------------
Wed Jan 29 08:24:29 UTC 2020 - ecsos@opensuse.org

- Update to 0.6.0-rc0-mer
  - Add Sailfish support.
- Run spec-cleaner.

-------------------------------------------------------------------
Fri May 24 08:11:45 UTC 2019 - ecsos@opensuse.org

- Update to 0.5.2
  - (#323) Direct chats are no more unmarked when logging in or 
     after clearing the cache.
  - 0.5.x releases keep the previous library name, libQMatrixClient

- Upstream renamed library to libQuotient, so this package 
  libqmatrixclient also renamed to libQuotient.

-------------------------------------------------------------------
Thu Apr 18 14:10:46 UTC 2019 - ecsos@opensuse.org

- Update to 0.5.1.2
  - (#316) Expired tokens no more bring IncorrectRequestError 
    instead of ContentAccessError; consequently, 
    Connection::logout() ignores ContentAccessErrors so expired 
    tokens don't leave the library in a "can't go-in, can't go out" 
    state.
  - Jobs abandoned due to Connection being deleted no more cause 
    crashes.

-------------------------------------------------------------------
Sat Apr  6 12:25:50 UTC 2019 - ecsos@opensuse.org

- Update to 0.5.1.1
  This release fixes a bug that makes 0.5.1 not being "new enough" 
  for Quaternion 0.0.9.4, and another bug that made user showing up 
  multiple times in the user list of Quaternion after renaming. 
  Otherwise it's the same as version 0.5.1.

-------------------------------------------------------------------
Fri Apr  5 07:46:12 UTC 2019 - ecsos@opensuse.org

- Update to 0.5.1
  - Fix (#303): linkification doesn't break on peculiar links.
  - Fix (#310 and 27c2989): quirks in rendering room display names 
    have been ironed out.
  - Fix: Tighter validations of URLs coming with file events 
    (too relaxed validations were causing the library to 
    assert-crash on, e.g., encrypted attachments).
  - Enhancement (#305): rooms created as direct chats are now 
    automatically marked as m.direct for invited as well as 
    inviting users.
  - Enhancement (#306): Room::canSwitchVersions() returns false on 
    rooms already upgraded (you still can disregard and call 
    Room::switchVersion() but you better think twice 
    - see matrix-org/matrix-doc#1937).
  - Enhancement: Room::postFile() now first starts file upload and 
    then places a pending event (neatly packed with file transfer 
    information), rather than the other way around. Unless you do 
    weird things with the library's API, you shouldn't notice.
  - Enhancement: LRO/RLO Unicode markers are now stripped from 
    display names, to curtail abuse of those.
  - Feature: Connection::domain() to save client authors from 
    taking the domain from user MXID.

-------------------------------------------------------------------
Wed Apr  3 09:01:26 UTC 2019 - ecsos@opensuse.org

- Update to 0.5.0.2
  * Another bugfix release in 0.5.x branch, fixing issues with 
    sending read receipts and redactions in v3 rooms (#300).

- Changes from 0.5.0.1
  * This version fixes too stringent checks in debug builds that 
    led to assertion crashes upon encounter with upgraded rooms.

- Changes from 0.5
  As usual for 0.x versions, 0.5 breaks API compatibility with 
  previous versions; 0.4-compatible clients may or may not need 
  changes in order to compile with version 0.5. As usual, see diffs
  in header files to track the changes and update the client code 
  accordingly; these release notes highlight most prominent API 
  changes.

  Micro-versions in 0.5.y will maintain the API and ABI. 
  Version 0.6 will break either API or ABI or both.

  Over 200 commits. So see for changelog

  https://github.com/QMatrixClient/libqmatrixclient/commits/0.5.0

-------------------------------------------------------------------
Sun Jan 13 12:42:05 UTC 2019 - Michael Vetter <mvetter@suse.com>


- Update to 0.4.2.1:
  * No more treat fake state events (that don't have
    state_key, even if they have state-related type, e.g., m.room.topic)
    as state events, turning them into unknown events instead.

-------------------------------------------------------------------
Sun Dec 16 03:06:40 UTC 2018 - Michael Vetter <mvetter@suse.com>

- Update to 0.4.1
  * Fix pending events (aka local echo) not being cleaned up 
    properly
  * Fix rooms not being correctly sorted according to their
    position under tag if using Connection::roomsByTags()
  * Fix incorrect SOVERSION

-------------------------------------------------------------------
Fri Nov  9 13:00:47 UTC 2018 - ecsos@opensuse.org

- Remove soname from devel.

-------------------------------------------------------------------
Wed Nov  7 10:08:05 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

- Edit RPM groups.

-------------------------------------------------------------------
Tue Oct 16 11:45:04 UTC 2018 - ecsos@opensuse.org

- update to 0.4.0
  So many changes and no propoer changelog from upstream.
  See changes here:
  https://github.com/QMatrixClient/libqmatrixclient/compare/v0.3.0.2...v0.4.0

-------------------------------------------------------------------
Mon Aug 20 15:55:28 UTC 2018 - ecsos@opensuse.org

- update to 0.3.0.2
  So many changes and no proper changelog from upstream.
  See changes here:
  https://github.com/QMatrixClient/libqmatrixclient/compare/v0.2.1...v0.3.0.2
  
-------------------------------------------------------------------
Wed May  2 18:49:35 UTC 2018 - ecsos@opensuse.org

- update to 0.2.1
  - Fixed an occasional crash due to dangling callbacks in avatar 
    fetching code
  - Fixed unreliable network error handling leading to sync loop 
    getting "unlooped" when server is temporarily unavailable
  - Fixed a regression leading to bridge postfixes not being 
    removed from user display names
  - Fixed a regression manifesting in dysfunctional user name 
    disambiguation
  - Added User::rawName() to get a user name together with its 
    bridge postfix
  - Bridge names are now used as the first line of disambiguation, 
    with user ids being the next (and ultimate) fallback.
- remove service file

-------------------------------------------------------------------
Thu Apr 12 08:52:06 UTC 2018 - agraul@suse.com

- remove remove_unwanted_cmake_installations.patch
    * upstream remove EXPORT_ANDROID_MK from install targets
- use service to download sources from github

-------------------------------------------------------------------
Tue Apr  3 16:42:17 UTC 2018 - agraul@suse.com

- add remove_unwanted_cmake_installations.patch 
    * this patch removes cmake install targets that are not
    targeted at linux
- cleanup spec file

-------------------------------------------------------------------
Mon Apr  2 00:43:36 UTC 2018 - agraul@suse.com

- update to 0.2rc
- fix build

-------------------------------------------------------------------
Mon Jan  1 22:24:49 UTC 2018 - agraul@suse.com

- add cmake_install_target.patch

-------------------------------------------------------------------
Mon Jan  1 22:02:26 UTC 2018 - agraul@suse.com

- update to 0.2-q0.0.5 

-------------------------------------------------------------------
Fri Nov 10 13:40:20 UTC 2017 - agraul@suse.com

- inital package
openSUSE Build Service is sponsored by