Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qcoro for openSUSE:Factory checked in at 2024-10-06 17:51:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qcoro (Old) and /work/SRC/openSUSE:Factory/.qcoro.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qcoro" Sun Oct 6 17:51:12 2024 rev:11 rq:1205765 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qcoro/qcoro.changes 2024-02-01 18:03:56.431993840 +0100 +++ /work/SRC/openSUSE:Factory/.qcoro.new.19354/qcoro.changes 2024-10-06 17:51:15.955344449 +0200 @@ -1,0 +2,21 @@ +Fri Oct 4 21:37:21 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 0.11.0 + * Suppress Clang error when building against Android NDK <= 25 + * Add QtGui dependency if QCORO_WITH_QTQUICK=ON + * Fix wrong result of QCoroIODevice::write() + * Add override to fix build failure due to -Werror -Wsuggest-override + * Fix coroutine being resumed on a wrong thread after timeout + * Implement QCoroFuture::takeResult + * #include , needed by std::exception_ptr + * waitFor(QCoro::Task): Do not require T to be default + constructible + * Add QCORO_BUILD_TESTING to allow overriding BUILD_TESTING + * Use refcount to track when to destroy coroutine + * Drop support for older compilers + * Implement LazyTask + * Use QueuedConnection for signals in QCoroNetworkReply + * Awaiting a default-constructed or moved-from Task will hang + * Add a backround task example + +------------------------------------------------------------------- Old: ---- qcoro-0.10.0.tar.gz New: ---- qcoro-0.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qcoro.spec ++++++ --- /var/tmp/diff_new_pack.fTNzLx/_old 2024-10-06 17:51:16.475366059 +0200 +++ /var/tmp/diff_new_pack.fTNzLx/_new 2024-10-06 17:51:16.479366225 +0200 @@ -1,7 +1,7 @@ # # spec file for package qcoro # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ %endif # Name: qcoro%{?_pkg_name_suffix} -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: Coroutines for Qt License: MIT @@ -55,15 +55,15 @@ BuildRequires: cmake(Qt%{_qt_suffix}Core) >= %{qt_min_version} BuildRequires: cmake(Qt%{_qt_suffix}DBus) >= %{qt_min_version} BuildRequires: cmake(Qt%{_qt_suffix}Network) >= %{qt_min_version} -BuildRequires: cmake(Qt%{_qt_suffix}Quick) >= %{qt_min_version} BuildRequires: cmake(Qt%{_qt_suffix}Qml) >= %{qt_min_version} +BuildRequires: cmake(Qt%{_qt_suffix}Quick) >= %{qt_min_version} BuildRequires: cmake(Qt%{_qt_suffix}Test) >= %{qt_min_version} BuildRequires: cmake(Qt%{_qt_suffix}WebSockets) >= %{qt_min_version} BuildRequires: cmake(Qt%{_qt_suffix}Widgets) >= %{qt_min_version} # C++-20 support is required %if 0%{?qt5} && 0%{?suse_version} < 1550 -BuildRequires: gcc13-c++ BuildRequires: gcc13-PIE +BuildRequires: gcc13-c++ %endif %description ++++++ qcoro-0.10.0.tar.gz -> qcoro-0.11.0.tar.gz ++++++ ++++ 2824 lines of diff (skipped)