update to 6.5.0 [release 6.5.0-1mamba;Fri Apr 21 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 17:17:37 +01:00
parent 39f0375f1d
commit 60b771e45f

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qtwebsockets
Version: 6.4.3
Version: 6.5.0
Release: 1mamba
Summary: Qt6 web sockets component
Group: System/Libraries
@ -56,10 +56,10 @@ DESTDIR="%{buildroot}" cmake --install build
%files
%defattr(-,root,root)
%{_libdir}/libQt6WebSockets.so.*
%dir %{_libdir}/qml/QtWebSockets
%{_libdir}/qml/QtWebSockets/*
%{_libdir}/metatypes/qt6websockets_release_metatypes.json
%{_datadir}/qt6/modules/WebSockets.json
%dir %{_libdir}/qt6/qml/QtWebSockets
%{_libdir}/qt6/qml/QtWebSockets/*
%{_libdir}/qt6/metatypes/qt6websockets_release_metatypes.json
%{_libdir}/qt6/modules/WebSockets.json
%doc LICENSES
%files devel
@ -78,6 +78,9 @@ DESTDIR="%{buildroot}" cmake --install build
%doc README.md
%changelog
* Fri Apr 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
- update to 6.5.0
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
- automatic version update by autodist