diff --git a/qcoro.spec b/qcoro.spec index 2c73301..aec986b 100644 --- a/qcoro.spec +++ b/qcoro.spec @@ -1,5 +1,5 @@ Name: qcoro -Version: 0.8.0 +Version: 0.9.0 Release: 1mamba Summary: The QCoro library provides set of tools to make use of C++20 coroutines with Qt Group: System/Libraries @@ -132,6 +132,8 @@ cd .. %{_libdir}/cmake/QCoro5Quick/QCoro*.cmake %dir %{_libdir}/cmake/QCoro5WebSockets %{_libdir}/cmake/QCoro5WebSockets/QCoro*.cmake +%dir %{_libdir}/cmake/QCoro5Test +%{_libdir}/cmake/QCoro5Test/*.cmake %files -n lib%{name}-qt6-devel %defattr(-,root,root) @@ -158,10 +160,15 @@ cd .. %{_libdir}/cmake/QCoro6Qml/QCoro*.cmake %dir %{_libdir}/cmake/QCoro6Quick %{_libdir}/cmake/QCoro6Quick/QCoro*.cmake +%dir %{_libdir}/cmake/QCoro6Test +%{_libdir}/cmake/QCoro6Test/*.cmake %dir %{_libdir}/cmake/QCoro6WebSockets %{_libdir}/cmake/QCoro6WebSockets/QCoro*.cmake %doc README.md %changelog +* Mon May 01 2023 Automatic Build System 0.9.0-1mamba +- automatic version update by autodist + * Wed Apr 26 2023 Silvan Calarco 0.8.0-1mamba - package created using the webbuild interface