From e4c06ac61de74eadd28f126906250e8a0e08f1fb Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:00:12 +0100 Subject: [PATCH] automatic version update by autodist [release 0.9.0-1mamba;Mon May 01 2023] --- qcoro.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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