Update to 5.49.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=168
This commit is contained in:
parent
d23a6b1eda
commit
5cbd9d6f6c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc5b7a9dedb4f6a91db17482578c33f1ec55f11791c592ee431f6d9898ede598
|
||||
size 317480
|
3
extra-cmake-modules-5.49.0.tar.xz
Normal file
3
extra-cmake-modules-5.49.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c09fb851751f2e1c1231130dbce62d5dab396444fce7ed18662ada9ebd7ced1e
|
||||
size 323488
|
@ -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
|
||||
|
||||
|
@ -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: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user