automatic version update by autodist [release 0.9.0-1mamba;Mon May 01 2023]

This commit is contained in:
Automatic Build System 2024-01-05 17:00:12 +01:00
parent b6f15113a9
commit e4c06ac61d

View File

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