KDE Frameworks 5.50.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=171
This commit is contained in:
parent
51bf1e28ec
commit
e5e44adc35
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c09fb851751f2e1c1231130dbce62d5dab396444fce7ed18662ada9ebd7ced1e
|
||||
size 323488
|
3
extra-cmake-modules-5.50.0.tar.xz
Normal file
3
extra-cmake-modules-5.50.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd33b0b09c9659c4e0f49f5ba0caf48ad01534bc3d31788d0793b140cd7e0489
|
||||
size 323928
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user