diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index 51a8448..5b03b72 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -2,13 +2,13 @@ %global qt_module qtconnectivity Name: qt5-%{qt_module} -Version: 5.15.2 +Version: 5.15.10 Release: 1 Summary: Qt5 - Connectivity components -License: LGPLv2 with exceptions or GPLv3 with exceptions +License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 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 Patch0: %{name}-gcc11.patch %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -111,6 +111,9 @@ popd %changelog +* Mon Aug 21 2023 huayadong - 5.15.10-1 +- update to version 5.15.10-1 + * Wed Oct 13 2021 peijiankang - 5.15.2-1 - update to upstream version 5.15.2 diff --git a/qtconnectivity-everywhere-opensource-src-5.15.10.tar.xz b/qtconnectivity-everywhere-opensource-src-5.15.10.tar.xz new file mode 100644 index 0000000..04f73f7 Binary files /dev/null and b/qtconnectivity-everywhere-opensource-src-5.15.10.tar.xz differ diff --git a/qtconnectivity-everywhere-src-5.15.2.tar.xz b/qtconnectivity-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index f4dc5bc..0000000 Binary files a/qtconnectivity-everywhere-src-5.15.2.tar.xz and /dev/null differ