update to 6.8.0 [release 6.8.0-1mamba;Sat Oct 19 2024]

This commit is contained in:
Silvan Calarco 2024-10-24 14:59:04 +02:00
parent 4c57df5713
commit f48e7e7f4a

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qtwebsockets Name: qt6-qtwebsockets
Version: 6.7.3 Version: 6.8.0
Release: 1mamba Release: 1mamba
Summary: Qt6 web sockets component Summary: Qt6 web sockets component
Group: System/Libraries Group: System/Libraries
@ -13,6 +13,8 @@ Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6Network
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: qt6-qtbase-devel BuildRequires: qt6-qtbase-devel
@ -76,6 +78,9 @@ DESTDIR="%{buildroot}" cmake --install build
%doc README.md %doc README.md
%changelog %changelog
* Sat Oct 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.8.0-1mamba
- update to 6.8.0
* Wed Oct 09 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba * Wed Oct 09 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
- automatic version update by autodist - automatic version update by autodist