From 12584a3e1f8f037957ea2cc48f66a256c1d1f427 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 08 2022 06:38:06 +0000 Subject: import qt5-qtwebsockets-5.15.3-1.el8 --- diff --git a/.gitignore b/.gitignore index 326e1ff..c858eca 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtwebsockets-everywhere-src-5.15.2.tar.xz +SOURCES/qtwebsockets-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtwebsockets.metadata b/.qt5-qtwebsockets.metadata index ddaa7fc..fcac519 100644 --- a/.qt5-qtwebsockets.metadata +++ b/.qt5-qtwebsockets.metadata @@ -1 +1 @@ -cf1a77a16ba0babad9a48a72f78f6f019a4767c8 SOURCES/qtwebsockets-everywhere-src-5.15.2.tar.xz +56ea15aab5732a9629452016dc735d7f34c8a584 SOURCES/qtwebsockets-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SOURCES/qt5-qtwebsockets-gcc11.patch b/SOURCES/qt5-qtwebsockets-gcc11.patch new file mode 100644 index 0000000..5b33d7b --- /dev/null +++ b/SOURCES/qt5-qtwebsockets-gcc11.patch @@ -0,0 +1,12 @@ +diff --git a/src/websockets/qwebsocketprotocol.cpp b/src/websockets/qwebsocketprotocol.cpp +index df87a93..9556d18 100644 +--- a/src/websockets/qwebsocketprotocol.cpp ++++ b/src/websockets/qwebsocketprotocol.cpp +@@ -38,6 +38,7 @@ + ****************************************************************************/ + + #include "qwebsocketprotocol_p.h" ++#include + #include + #include + #include diff --git a/SPECS/qt5-qtwebsockets.spec b/SPECS/qt5-qtwebsockets.spec index 740d9ef..0068cb8 100644 --- a/SPECS/qt5-qtwebsockets.spec +++ b/SPECS/qt5-qtwebsockets.spec @@ -4,14 +4,16 @@ Summary: Qt5 - WebSockets component Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 2%{?dist} +Version: 5.15.3 +Release: 1%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt-project.org/ %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz + +Patch0: %{name}-gcc11.patch # Security fixes @@ -121,6 +123,10 @@ popd %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061410 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930060