diff --git a/kf5-kactivities-stats.spec b/kf5-kactivities-stats.spec index 40f72a0..0c45cab 100644 --- a/kf5-kactivities-stats.spec +++ b/kf5-kactivities-stats.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Summary: A KDE Frameworks 5 Tier 3 library for accessing the usage data collected by the activities system Version: 5.113.0 -Release: 2 +Release: 3 License: LGPLv2 or LGPLv3 URL: https://invent.kde.org/frameworks/%{framework} @@ -38,12 +38,12 @@ Requires: qt5-qtbase-devel %build -%{cmake_kf5} -%{cmake_build} +%cmake_kf5 +%cmake_build %install -%{cmake_install} +%cmake_install # no tests @@ -68,6 +68,9 @@ Requires: qt5-qtbase-devel %changelog +* Thu Jan 02 2025 liweigang - 5.113.0-3 +- adapt to the new CMake macros to fix build failure + * Fri Nov 15 2024 ChenYanpan - 5.113.0-2 - adapt to the new CMake macros to fix build failure