12
0

Accepting request 295491 from KDE:Frameworks5

Update to 5.9.0.

OBS-URL: https://build.opensuse.org/request/show/295491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=16
This commit is contained in:
2015-04-13 18:22:33 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Apr 4 14:40:29 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.9.0
* Extra CMake Modules (ECM) is now versioned like KDE Frameworks,
therefore it is now 5.9, while it was 1.8 previously.
* Allow configuration of SHARE_INSTALL_DIR, to handle multi-arch
layouts better
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.9.0.php
-------------------------------------------------------------------
Sat Mar 7 16:58:31 UTC 2015 - hrvoje.senjan@gmail.com

View File

@@ -16,14 +16,15 @@
#
%define _tar_path 5.9
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: 1.8.0
Version: 5.9.0
Release: 0
Source: http://download.kde.org/stable/frameworks/5.8/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.12
BuildRequires: gcc-c++