diff --git a/qt5-qtx11extras.spec b/qt5-qtx11extras.spec index b21551d..8578733 100644 --- a/qt5-qtx11extras.spec +++ b/qt5-qtx11extras.spec @@ -1,13 +1,14 @@ %global majmin %(echo %{version} | cut -d. -f1-2) Name: qt5-qtx11extras -Version: 5.11.1 -Release: 6 +Version: 5.15.2 +Release: 1 Summary: Qt GUI toolkit License: LGPLv2 with exceptions or GPLv3 with exceptions and GFDL -URL: http://www.qt.io -Source0: https://download.qt.io/new_archive/qt/%{majmin}/%{version}/submodules/qtx11extras-everywhere-src-%{version}.tar.xz +Url: http://www.qt.io +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtx11extras-everywhere-src-%{version}.tar.xz +BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel Requires: qt5-qtbase = %{version} @@ -46,7 +47,7 @@ popd %ldconfig_scriptlets %files -%license LGPL_EXCEPTION.txt LICENSE.LGPL* +%license LICENSE.LGPL* LICENSE.GPL* %{_libdir}/*.so.5* %files devel @@ -59,6 +60,9 @@ popd %{_includedir}/qt5/QtX11Extras %changelog +* Wed Oct 13 2021 peijiankang - 5.15.2-1 +- update to upstream version 5.15.2 + * Mon Sep 14 2020 liuweibo - 5.11.1-6 - Fix Source0 diff --git a/qt5-qtx11extras.yaml b/qt5-qtx11extras.yaml index 3f46033..0e562cf 100644 --- a/qt5-qtx11extras.yaml +++ b/qt5-qtx11extras.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://code.qt.io/qt/qtx11extras.git -tag_prefix: ^v -seperator: . +tag_prefix: "^v" +separator: "." diff --git a/qtx11extras-everywhere-src-5.11.1.tar.xz b/qtx11extras-everywhere-src-5.11.1.tar.xz deleted file mode 100644 index 066fac9..0000000 Binary files a/qtx11extras-everywhere-src-5.11.1.tar.xz and /dev/null differ diff --git a/qtx11extras-everywhere-src-5.15.2.tar.xz b/qtx11extras-everywhere-src-5.15.2.tar.xz new file mode 100644 index 0000000..dbdf556 Binary files /dev/null and b/qtx11extras-everywhere-src-5.15.2.tar.xz differ