Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qcoro for openSUSE:Factory checked 
in at 2022-05-02 16:25:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qcoro (Old)
 and      /work/SRC/openSUSE:Factory/.qcoro.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qcoro"

Mon May  2 16:25:59 2022 rev:4 rq:974369 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qcoro/qcoro.changes      2022-03-22 
19:40:02.859080308 +0100
+++ /work/SRC/openSUSE:Factory/.qcoro.new.1538/qcoro.changes    2022-05-02 
16:26:29.928900204 +0200
@@ -1,0 +2,24 @@
+Wed Apr 27 15:02:51 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 0.5.1
+  * Fix build with GCC>=11.3 (workaround for GCC#105406)
+  * Fix ODR violation when building with GCC and LTO enabled
+    (workaround for GCC#101118)
+- Don't run tests for now. Random timeouts happen.
+
+-------------------------------------------------------------------
+Wed Apr 27 05:59:13 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 0.5.0
+  * .then() continuation for Task<T>
+  * Fixed namespace scoping
+  * Fixed QCoro::waitFor() getting stuck when coroutine returns
+    synchronously
+  * Fixed -pthread usage in CMake
+  * Produce QMake config files (.pri) for each module
+  * Fix build on platforms where -latomic must be linked explicitly
+  * Return Task<T> from all operations
+  * Add QCoro wrapper for QThread
+  * Many documentation updates
+
+-------------------------------------------------------------------

Old:
----
  qcoro-0.4.0.tar.gz

New:
----
  qcoro-0.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qcoro.spec ++++++
--- /var/tmp/diff_new_pack.7Pu4PQ/_old  2022-05-02 16:26:30.460900795 +0200
+++ /var/tmp/diff_new_pack.7Pu4PQ/_new  2022-05-02 16:26:30.460900795 +0200
@@ -36,7 +36,7 @@
 %endif
 #
 Name:           qcoro%{?_pkg_name_suffix}
-Version:        0.4.0
+Version:        0.5.1
 Release:        0
 Summary:        Coroutines for Qt
 License:        MIT
@@ -98,9 +98,6 @@
 %prep
 %autosetup -p1 -n qcoro-%{version}
 
-# Causes build failure in FindEGL.cmake on ARM 
(https://github.com/danvratil/qcoro/issues/49)
-sed -i '/-Wall -Wextra -Werror -pedantic/d' CMakeLists.txt
-
 %build
 %if 0%{?qt5}
 %cmake -DBUILD_SHARED_LIBS:BOOL=ON \
@@ -129,8 +126,8 @@
 %endif
 
 %check
-# Exclude tests that timeout randomly 
(https://github.com/danvratil/qcoro/issues/41)
-%{ctest --exclude-regex 'test-(qcoroabstractsocket|qcorolocalsocket)'}
+# Tests timeout randomly, currently unfixed 
(https://github.com/danvratil/qcoro/issues/41)
+# %%ctest
 
 %post -n libQCoro%{_qt_suffix}Core%{sonum}  -p /sbin/ldconfig
 %post -n libQCoro%{_qt_suffix}DBus%{sonum}  -p /sbin/ldconfig
@@ -154,14 +151,15 @@
 %{_libdir}/libQCoro%{_qt_suffix}Network.so.%{sonum}.*
 
 %files devel
-%{_libdir}/libQCoro%{_qt_suffix}Core.so
-%{_libdir}/libQCoro%{_qt_suffix}Network.so
-%{_libdir}/libQCoro%{_qt_suffix}DBus.so
 %{_includedir}/qcoro%{_qt_suffix}/
 %{_libdir}/cmake/QCoro%{_qt_suffix}/
-%{_libdir}/cmake/QCoro%{_qt_suffix}Coro/
 %{_libdir}/cmake/QCoro%{_qt_suffix}Core/
+%{_libdir}/cmake/QCoro%{_qt_suffix}Coro/
 %{_libdir}/cmake/QCoro%{_qt_suffix}DBus/
 %{_libdir}/cmake/QCoro%{_qt_suffix}Network/
+%{_libdir}/libQCoro%{_qt_suffix}Core.so
+%{_libdir}/libQCoro%{_qt_suffix}DBus.so
+%{_libdir}/libQCoro%{_qt_suffix}Network.so
+%{_libdir}/qt%{_qt_suffix}/mkspecs/modules/*.pri
 
 %changelog

++++++ qcoro-0.4.0.tar.gz -> qcoro-0.5.1.tar.gz ++++++
++++ 7183 lines of diff (skipped)

Reply via email to