Accepting request 526620 from KDE:Frameworks5

KDE Frameworks 5.38

OBS-URL: https://build.opensuse.org/request/show/526620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2017-09-19 14:21:25 +00:00 committed by Git OBS Bridge
commit 84ca8f69b3
4 changed files with 28 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Sep 12 07:11:16 CEST 2017 - lbeltrame@kde.org
- Update to 5.38.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
- Changes since 5.37.0:
* Fix python bindings compilation after 7af93dd23873d0b9cdbac192949e7e5114940aa6
* Forgot to add the test
* Fix the fix
* Fix build with older CMake versions.
* Revert "RFC: Make ECMAddTests respect BUILD_TESTING"
* Revert "doc: Add 'Since' note"
* Set CMAKE_*_OUTPUT_DIRECTORY to run tests without installing.
* Include a module for finding qml imports as runtime dependencies
* doc: Add 'Since' note
* RFC: Make ECMAddTests respect BUILD_TESTING
-------------------------------------------------------------------
Sat Aug 12 09:23:14 UTC 2017 - christophe@krop.fr

View File

@ -16,13 +16,17 @@
#
%define _tar_path 5.37
%define _tar_path 5.38
# 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}')}
Name: extra-cmake-modules
Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
Version: 5.37.0
Version: 5.38.0
Release: 0
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE