diff --git a/extra-cmake-modules-5.37.0.tar.xz b/extra-cmake-modules-5.37.0.tar.xz deleted file mode 100644 index 7caff65..0000000 --- a/extra-cmake-modules-5.37.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26198cf05c084c158bb23f0585a9df5bba1aa16b746252c80bdf4f0261b527cb -size 311696 diff --git a/extra-cmake-modules-5.38.0.tar.xz b/extra-cmake-modules-5.38.0.tar.xz new file mode 100644 index 0000000..7d572e0 --- /dev/null +++ b/extra-cmake-modules-5.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6188a8ac8d799439204f69a1eb229431fc9f196790b88d6fb72bb3d57edb2332 +size 312532 diff --git a/extra-cmake-modules.changes b/extra-cmake-modules.changes index 8e3839a..826f2cf 100644 --- a/extra-cmake-modules.changes +++ b/extra-cmake-modules.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Sep 12 07:11:16 CEST 2017 - lbeltrame@kde.org + +- Update to 5.38.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.38.0.php +- Changes since 5.37.0: + * Fix python bindings compilation after 7af93dd23873d0b9cdbac192949e7e5114940aa6 + * Forgot to add the test + * Fix the fix + * Fix build with older CMake versions. + * Revert "RFC: Make ECMAddTests respect BUILD_TESTING" + * Revert "doc: Add 'Since' note" + * Set CMAKE_*_OUTPUT_DIRECTORY to run tests without installing. + * Include a module for finding qml imports as runtime dependencies + * doc: Add 'Since' note + * RFC: Make ECMAddTests respect BUILD_TESTING + ------------------------------------------------------------------- Sat Aug 12 09:23:14 UTC 2017 - christophe@krop.fr diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index 3782d6e..8d4140e 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -16,13 +16,17 @@ # -%define _tar_path 5.37 +%define _tar_path 5.38 +# Full KF5 version (e.g. 5.33.0) +%{!?_kf5_version: %global _kf5_version %{version}} +# Last major and minor KF5 version (e.g. 5.33) +%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} Name: extra-cmake-modules Summary: CMake modules License: BSD-3-Clause Group: Development/Tools/Other Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules -Version: 5.37.0 +Version: 5.38.0 Release: 0 Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE