Accepting request 280801 from KDE:Frameworks5

Update to 1.6.1

OBS-URL: https://build.opensuse.org/request/show/280801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2015-01-29 12:10:04 +00:00 committed by Git OBS Bridge
commit b9c87e0af2
4 changed files with 37 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Jan 11 18:12:19 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 1.6.1
* Fix building projects that use both GNUInstallDirs and
KDEInstallDirs in different subdirectories by not unsetting
cache variables in KDEInstallDirs.
* Fix KDE_INSTALL_TARGETS_DEFAULT_ARGS value on OSX.
-------------------------------------------------------------------
Sat Jan 3 18:03:26 UTC 2015 - hrvoje.senjan@gmail.com
- Update to 1.6.0
* ECM's KDEInstallDirs now provides KDE_INSTALL_* variables.
Both CMAKE_INSTALL_* variables and the older KDELibs4-compatible
variables are provided, unless KDE_INSTALL_DIRS_NO_DEPRECATED
is set to TRUE before the module is included. Even then, the
CMAKE_INSTALL_* variables provided by the GNUInstallDirs module
will still be set and understood (for compatibility with that
module), unless KDE_INSTALL_DIRS_NO_CMAKE_VARIABLES
is set to TRUE.
* Add COMPATIBILITY argument to ecm_setup_version().
Lots of libraries will want to use SameMajorVersion to make
sure searching for version 1 of a library doesn't give you
version 2, for example.
* Fix ECMQueryQmake when Qt5Core is missing.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.6.0.php
- BuildRequire 5.6.0 kf5-filesystem
-------------------------------------------------------------------
Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package extra-cmake-modules
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products 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,13 +21,13 @@ Summary: CMake modules
License: BSD-3-Clause
Group: Development/Tools/Other
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
Version: 1.5.0
Version: 1.6.1
Release: 0
Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.6/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake >= 2.8.12
BuildRequires: gcc-c++
BuildRequires: kf5-filesystem >= 4.100.0
BuildRequires: kf5-filesystem >= 5.6.0
%if %suse_version != 1315
BuildRequires: python-Sphinx
%endif