diff --git a/extra-cmake-modules-5.49.0.tar.xz b/extra-cmake-modules-5.49.0.tar.xz deleted file mode 100644 index 035873b..0000000 --- a/extra-cmake-modules-5.49.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c09fb851751f2e1c1231130dbce62d5dab396444fce7ed18662ada9ebd7ced1e -size 323488 diff --git a/extra-cmake-modules-5.50.0.tar.xz b/extra-cmake-modules-5.50.0.tar.xz new file mode 100644 index 0000000..98f6dcc --- /dev/null +++ b/extra-cmake-modules-5.50.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd33b0b09c9659c4e0f49f5ba0caf48ad01534bc3d31788d0793b140cd7e0489 +size 323928 diff --git a/extra-cmake-modules.changes b/extra-cmake-modules.changes index 20a2555..aa3f46f 100644 --- a/extra-cmake-modules.changes +++ b/extra-cmake-modules.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Sep 13 21:58:44 UTC 2018 - lbeltrame@kde.org + +- Update to 5.50.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.50.0.php +- Changes since 5.49.0: + * Revert "Add _XOPEN_SOURCE to C definitions" + * Bindings: Check if bindings can be generated for a specific python version + * Bindings: Use python version matching the found clang python module + * Bindings: Make generator forward compatible with Python 3 + * Disable alteration of QT_PLUGIN_PATH by ECM when running tests. + * Add _XOPEN_SOURCE to C definitions (kde#373175) + * Change documentation to reflect the real toolchain CMake name + * Bindings: Add support for scoped enums (kde#397154) + * Bindings: Check for libclang without version suffix also + * Make it possible for ECM to detect po files at configure time + ------------------------------------------------------------------- Sun Aug 19 09:18:42 UTC 2018 - christophe@krop.fr diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index de9200b..320a133 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -16,7 +16,7 @@ # -%define _tar_path 5.49 +%define _tar_path 5.50 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -27,7 +27,7 @@ %bcond_with doc %endif Name: extra-cmake-modules -Version: 5.49.0 +Version: 5.50.0 Release: 0 Summary: CMake modules License: BSD-3-Clause