From 93938277d39716f5e528424bfdefcad2f4167a3b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:09:06 +0100 Subject: [PATCH] update to 5.15.7 [release 5.15.7-1mamba;Mon Nov 07 2022] --- qt5-qtwebglplugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtwebglplugin.spec b/qt5-qtwebglplugin.spec index 2839467..284b610 100644 --- a/qt5-qtwebglplugin.spec +++ b/qt5-qtwebglplugin.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: qt5-qtwebglplugin -Version: 5.15.2 +Version: 5.15.7 Release: 1mamba Summary: Qt5 web plugin component Group: System/Libraries @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://www.qt.io/ -Source: https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/qtwebglplugin-everywhere-src-%{version}.tar.xz +Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwebglplugin-everywhere-opensource-src-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -64,5 +64,8 @@ This package contains libraries and header files for developing applications tha %{_libdir}/cmake/Qt5Gui/Qt5Gui_QWebGLIntegrationPlugin.cmake %changelog +* Mon Nov 07 2022 Silvan Calarco 5.15.7-1mamba +- update to 5.15.7 + * Wed Nov 10 2021 Silvan Calarco 5.15.2-1mamba - package created using the webbuild interface