diff --git a/qt5-qtquickcontrols2.spec b/qt5-qtquickcontrols2.spec index 9abe518..7c3babd 100644 --- a/qt5-qtquickcontrols2.spec +++ b/qt5-qtquickcontrols2.spec @@ -1,15 +1,16 @@ Name: qt5-qtquickcontrols2 Summary: Qt5 - module for embedded QtQuick control set -Version: 5.11.1 -Release: 4 +Version: 5.15.2 +Release: 1 License: GPLv2+ or LGPLv3 and GFDL Url: http://www.qt.io -Source0: http://download.qt.io/new_archive/qt/5.11/5.11.1/submodules/qtquickcontrols2-everywhere-src-5.11.1.tar.xz +%global majmin %(echo %{version} | cut -d. -f1-2) +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/qtquickcontrols2-everywhere-src-%{version}.tar.xz +BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel Requires: qt5-qtdeclarative >= %{version} qt5-qtgraphicaleffects >= %{version} %{?_qt5:Requires: %{_qt5} = %{_qt5_version}} -%global majmin %(echo %{version} | cut -d. -f1-2) %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ %description @@ -70,9 +71,13 @@ cd - %{_qt5_libdir}/libQt5Quick*2.prl %{_qt5_libdir}/qt5/mkspecs/modules/* %{_libdir}/cmake/Qt5QuickControls2/ +%{_libdir}/cmake/Qt5QuickTemplates2/ %changelog +* Wed Oct 13 2021 peijiankang - 5.15.2-4 +- update to upstream version 5.15.2 + * Mon Sep 14 2020 liuweibo - 5.11.1-4 - Fix Source0 diff --git a/qt5-qtquickcontrols2.yaml b/qt5-qtquickcontrols2.yaml index c8a3454..d856551 100644 --- a/qt5-qtquickcontrols2.yaml +++ b/qt5-qtquickcontrols2.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://code.qt.io/qt/qtquickcontrols2.git -tag_prefix: ^v -seperator: . +tag_prefix: "^v" +separator: "." diff --git a/qtquickcontrols2-everywhere-src-5.11.1.tar.xz b/qtquickcontrols2-everywhere-src-5.15.2.tar.xz similarity index 52% rename from qtquickcontrols2-everywhere-src-5.11.1.tar.xz rename to qtquickcontrols2-everywhere-src-5.15.2.tar.xz index 144592d..a4704bc 100644 Binary files a/qtquickcontrols2-everywhere-src-5.11.1.tar.xz and b/qtquickcontrols2-everywhere-src-5.15.2.tar.xz differ