Fabian Vogt 2018-07-17 08:57:43 +00:00 committed by Git OBS Bridge
parent 6e1fb7d640
commit d23a6b1eda
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:976d8bd15a0b929376bfaef34602a0fb9614229851c46fac3c4b28938f682195
size 317188

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc5b7a9dedb4f6a91db17482578c33f1ec55f11791c592ee431f6d9898ede598
size 317480

View File

@ -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

View File

@ -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