diff --git a/qt6-qtwebchannel.spec b/qt6-qtwebchannel.spec index b4e7476..b23f7f2 100644 --- a/qt6-qtwebchannel.spec +++ b/qt6-qtwebchannel.spec @@ -1,20 +1,19 @@ %global qt_module qtwebchannel - -%define short_version 6.5 - %global examples 1 Summary: Qt6 - WebChannel component Name: qt6-%{qt_module} -Version: 6.5.0 +Version: 6.5.1 Release: 1 -# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details -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 -Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +%global majmin %(echo %{version} | cut -d. -f1-2) +%global qt_version %(echo %{version} | cut -d~ -f1) + +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ @@ -104,6 +103,9 @@ popd %changelog +* Thu Aug 10 2023 sunhui - 6.5.1-1 +- Update package to version 6.5.1 + * Fri May 19 2023 EastDong - 6.5.0-1 - update package diff --git a/qtwebchannel-everywhere-src-6.5.0.tar.xz b/qtwebchannel-everywhere-src-6.5.0.tar.xz deleted file mode 100644 index cb1f9b7..0000000 Binary files a/qtwebchannel-everywhere-src-6.5.0.tar.xz and /dev/null differ diff --git a/qtwebchannel-everywhere-src-6.5.1.tar.xz b/qtwebchannel-everywhere-src-6.5.1.tar.xz new file mode 100644 index 0000000..543f4e4 Binary files /dev/null and b/qtwebchannel-everywhere-src-6.5.1.tar.xz differ