| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Switch to the latest GCC version available in Leap for packages that can't build with the default compiler
- Update to 0.10.0
  * Rethrow exceptions from QCoro::waitFor()
  * qcorowebsocket replace QWebSocket::error with
    QWebSocket::errorOccurred
  * QCoro::connect: Fix bug in concept requirements
  * Avoid deprecated QVERIFY_EXCEPTION_THROWN
  * Make QCoroTask header contain only declarations
  * QCoroAsyncGenerator test: workaround compiler optimizations
    that breaks tests
  * Append postfix for qmake compatibility
  * Add support for connecting signals with QPrivateSignal
  * QCoroSignalListener: support connecting to private signals
  * fix error: std::coroutine_traits isn't a class template
- Update to 0.9.0 * Make QCoro::Generator properly move-constructible * iOS support: handle QProcess being not available * Fix QCoro::connect with QFutures * Fix debug build against MSVC2022 * Fix CheckAtomic failing on Windows with Clang * Make how Qt packages are found more convenient * Fix clang 16 builds * Fix crash in QCoroSignal when signal is received after * destruction * Fix connecting to member function pointers * QML: Add declarative API for awaiting a task * Implement QCoroTest