diff --git a/.gitignore b/.gitignore index cd0955c..af638d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtwebchannel-everywhere-src-5.15.2.tar.xz +SOURCES/qtwebchannel-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qtwebchannel.metadata b/.qt5-qtwebchannel.metadata index 0bf6a39..e1a22db 100644 --- a/.qt5-qtwebchannel.metadata +++ b/.qt5-qtwebchannel.metadata @@ -1 +1 @@ -63e6c5bc45fe8d42d4b82fb94d44bd9e0a04b0f5 SOURCES/qtwebchannel-everywhere-src-5.15.2.tar.xz +c4be8689c5f552ec6d8e79b75634d8b64a9b2921 SOURCES/qtwebchannel-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qtwebchannel.spec b/SPECS/qt5-qtwebchannel.spec index fb7cd4a..0dfca65 100644 --- a/SPECS/qt5-qtwebchannel.spec +++ b/SPECS/qt5-qtwebchannel.spec @@ -4,14 +4,14 @@ Summary: Qt5 - WebChannel 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.io %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 BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel @@ -119,6 +119,10 @@ popd %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061409 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930059