KDE Frameworks 5.46.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=162
This commit is contained in:
parent
8d2ad0b306
commit
ce30ac4a34
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6d49dcbf37a1887d4e08d1381318bad064ab214ab021030d74ce2657e93f63c
|
||||
size 315512
|
3
extra-cmake-modules-5.46.0.tar.xz
Normal file
3
extra-cmake-modules-5.46.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5da3e1b67e19d7b8b5b1d867bb1e9a54d902d718e55148f3296da9f9a18c275
|
||||
size 317056
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 21:02:59 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.46.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php
|
||||
- Changes since 5.45.0:
|
||||
* Include FeatureSummary before calling set_package_properties.
|
||||
* Android: fix dumb mistakes
|
||||
* Don't install plugins within lib on android
|
||||
* Android: Make sure variable is defined before using it
|
||||
* Make it possible to build several apk out of a project
|
||||
* Check if the application androiddeployqt package has a main() symbol
|
||||
* Android: Explicitly point at upstream documentation and deprecate duplicated concepts
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 14 13:19:02 CEST 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.45
|
||||
%define _tar_path 5.46
|
||||
# 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.45.0
|
||||
Version: 5.46.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user