Hrvoje Senjan 2015-02-08 18:19:26 +00:00 committed by Git OBS Bridge
parent 84bbb975d5
commit e6169d230b
4 changed files with 22 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Feb 8 18:18:35 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 5.7.0
* KDEInstallDirs: warn about mixing relative and absolute
installation paths on the command line
* Added ECMAddAppIcon module to add icons to executable
targets on Windows and Mac OS X
* Fixed CMP0053 warning with CMake 3.1
* Do not unset cache variables in KDEInstallDirs
* New Android toolchain module
* New ECMUninstallTarget module to create an uninstall target
* Make KDECMakeSettings import ECMUninstallTarget by default
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.7.0.php
-------------------------------------------------------------------
Sun Jan 11 18:12:19 UTC 2015 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package extra-cmake-modules
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,9 +21,9 @@ Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
Version: 1.6.1
Version: 1.7.0
Release: 0
Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.7/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.12
BuildRequires: gcc-c++