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/SPECS/qt5-qtwebsockets.spec b/SPECS/qt5-qtwebsockets.spec index 61bef46..fd5cbb7 100644 --- a/SPECS/qt5-qtwebsockets.spec +++ b/SPECS/qt5-qtwebsockets.spec @@ -4,14 +4,15 @@ Summary: Qt5 - WebSockets component Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 6%{?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 # filter qml provides @@ -113,6 +114,10 @@ popd %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061374 + * Tue Aug 10 2021 Mohan Boddu - 5.15.2-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688