Updated to version 0.8.0.

epel9
Vitaly Zaitsev 2 years ago
parent 7e7d159499
commit cd570a4ab4
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

@ -14,8 +14,8 @@ coroutine is co_awaiting, the Qt event loop runs as usual, meaning that your
application remains responsive.}
Name: qcoro
Version: 0.7.0
Release: 2%{?dist}
Version: 0.8.0
Release: 1%{?dist}
License: MIT
Summary: C++ Coroutines for Qt
@ -142,13 +142,13 @@ popd
%check
%if 0%{?use_qt5}
pushd %{qt5_build_dir}
%ctest --timeout 3600 --exclude-regex 'qcoroimageprovider'
%ctest --timeout 3600
popd
%endif
%if 0%{?use_qt6}
pushd %{qt6_build_dir}
%ctest --timeout 3600 --exclude-regex 'qcoroimageprovider'
%ctest --timeout 3600
popd
%endif
@ -179,6 +179,9 @@ popd
%endif
%changelog
* Wed Feb 01 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.8.0-1
- Updated to version 0.8.0.
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

@ -1 +1 @@
SHA512 (qcoro-0.7.0.tar.gz) = cd49f957d30b63ee70080425c1ed8ffe05c09f7d5e3c6f043c2a9e66eee9a537c9bd6f12ea54fa9fa53871c5d6e5c4502e2c4a10c30eb3bf017505ba875838ba
SHA512 (qcoro-0.8.0.tar.gz) = bdcf6f9113e5dde57fb56abdeb5106dbba8892ecc6c11d9f4b8b653570ffb0e25f63ee0fe87cd9008e02b99b76f959b9af00b2875420517b13295d6b108db2cc

Loading…
Cancel
Save