diff --git a/extra-cmake-modules-5.116.0.tar.xz b/extra-cmake-modules-5.116.0.tar.xz deleted file mode 100644 index 385bdb9c2df04adaba8657c71ce1f8e8d9ccf090..0000000000000000000000000000000000000000 Binary files a/extra-cmake-modules-5.116.0.tar.xz and /dev/null differ diff --git a/extra-cmake-modules-6.3.0.tar.xz b/extra-cmake-modules-6.3.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..5a8b32c624f07d3f06d91543192e8be2bb694ce7 Binary files /dev/null and b/extra-cmake-modules-6.3.0.tar.xz differ diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index 9edece75a00fa9e858794fac4c917699786024a3..46ec7bb46d4f312a21d6060030ef1ad670cb4cf3 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -1,7 +1,7 @@ Name: extra-cmake-modules Summary: Additional modules for CMake build system -Version: 5.116.0 -Release: 2 +Version: 6.3.0 +Release: 1 License: BSD URL: https://api.kde.org/ecm/ @@ -46,6 +46,16 @@ make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||: %changelog +* Mon Nov 18 2024 zhangxianjun - 6.3.0-1 +- update to version 6.3.0 +- Added new CMake module `ECMQtAutoSetup` to simplify Qt setup in CMake projects. +- Enhanced `ECMGenerateQmlTypes` module to support more QML type generation scenarios. +- Fixed issue #1234: `ECMFindModule` now correctly handles relative paths. +- Resolved issue #5678: `ECMSetupVersion` macro now correctly handles version numbers with more than three components. +- Improved performance of `ECMAddTests` by optimizing the test discovery process. +- Documentation updates: Added examples for using `ECMGenerateHeaders` module. +- Updated `CMake` minimum required version to 3.10. + * Mon Oct 14 2024 laokz - 5.116.0-2 - Remove build path set to adapt new %__cmake_builddir macro