diff --git a/kf5-kquickcharts.spec b/kf5-kquickcharts.spec index f1b0eca..5e6c48c 100644 --- a/kf5-kquickcharts.spec +++ b/kf5-kquickcharts.spec @@ -1,7 +1,8 @@ %undefine __cmake_in_source_build %global framework kquickcharts -%global bootstrap 1 +# uncomment to enable bootstrap mode +#global bootstrap 1 %if !0%{?bootstrap} %global tests 1 @@ -9,24 +10,21 @@ Name: kf5-%{framework} Summary: A QtQuick module providing high-performance charts -Version: 5.108.0 +Version: 5.113.0 Release: 1 -License: LGPLv2+ +License: BSD-2-Clause AND CC0-1.0 AND LGPL-2.1-only AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL AND MIT URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global majmin %majmin_ver_kf5 +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: gcc-c++ +BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules >= %{majmin} -BuildRequires: qt5-qtdeclarative-devel -BuildRequires: qt5-qtquickcontrols2-devel +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5QuickControls2) BuildRequires: make %description @@ -83,6 +81,9 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %{_kf5_libdir}/cmake/KF5QuickCharts/ %changelog +* Tue Jan 02 2024 haomimi - 5.113.0-1 +- Update to upstream version 5.113.0 + * Fri Aug 04 2023 lvgenggeng - 5.108.0-1 - bump to 5.108.0 diff --git a/kquickcharts-5.108.0.tar.xz b/kquickcharts-5.108.0.tar.xz deleted file mode 100644 index 537d741..0000000 Binary files a/kquickcharts-5.108.0.tar.xz and /dev/null differ diff --git a/kquickcharts-5.113.0.tar.xz b/kquickcharts-5.113.0.tar.xz new file mode 100644 index 0000000..7535c7f Binary files /dev/null and b/kquickcharts-5.113.0.tar.xz differ