KDE Frameworks 5.48.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=166
This commit is contained in:
parent
6e1fb7d640
commit
d23a6b1eda
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:976d8bd15a0b929376bfaef34602a0fb9614229851c46fac3c4b28938f682195
|
||||
size 317188
|
3
extra-cmake-modules-5.48.0.tar.xz
Normal file
3
extra-cmake-modules-5.48.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc5b7a9dedb4f6a91db17482578c33f1ec55f11791c592ee431f6d9898ede598
|
||||
size 317480
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.48.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.48.0.php
|
||||
- Changes since 5.47.0:
|
||||
* Android: Make it possible to override a target's APK directory
|
||||
* Drop outdated QT_USE_FAST_OPERATOR_PLUS
|
||||
* Add -Wlogical-op -Wzero-as-null-pointer-constant to KF5 warnings
|
||||
* [ECMGenerateHeaders] Add option for other header file extension than .h
|
||||
* Don't include a 64 when building 64bit architectures on flatpak
|
||||
* skip automoc here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 21:26:01 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.47
|
||||
%define _tar_path 5.48
|
||||
# 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}')}
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%if 0%{?suse_version} >= 1330
|
||||
%bcond_without doc
|
||||
%else
|
||||
%bcond_with doc
|
||||
%endif
|
||||
Name: extra-cmake-modules
|
||||
Version: 5.47.0
|
||||
Version: 5.48.0
|
||||
Release: 0
|
||||
Summary: CMake modules
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user