Accepting request 630581 from KDE:Frameworks5

Update to 5.49.0

OBS-URL: https://build.opensuse.org/request/show/630581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=56
This commit is contained in:
2018-08-24 14:50:51 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Aug 19 09:18:42 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* Android: Don't hardcode a random version of the Android SDK
* ECMOptionalAddSubdirectory: Provide a bit more detail
* Fix variable definition check
* Change the 'since' version.
* Improve ECMAddAppIconMacro.
-------------------------------------------------------------------
Mon Jul 16 04:37:34 UTC 2018 - lbeltrame@kde.org

View File

@@ -16,7 +16,7 @@
#
%define _tar_path 5.48
%define _tar_path 5.49
# 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,12 +27,12 @@
%bcond_with doc
%endif
Name: extra-cmake-modules
Version: 5.48.0
Version: 5.49.0
Release: 0
Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE
Patch0: bundle-lang.patch
@@ -57,8 +57,8 @@ For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsyst
%package doc
Summary: Documentation for extra-cmake-modules
Group: Documentation/Other
BuildArch: noarch
Requires: %{name} = %{version}
BuildArch: noarch
%description doc
Extra modules and scripts for CMake.