From 9e37d51d84cd4bb47d188c815ed88f3fdecf0f4b3751539170585a880d17df0a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 3 Jan 2015 19:36:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=43 --- extra-cmake-modules-1.5.0.tar.xz | 3 --- extra-cmake-modules-1.6.0.tar.xz | 3 +++ extra-cmake-modules.changes | 21 +++++++++++++++++++++ extra-cmake-modules.spec | 8 ++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 extra-cmake-modules-1.5.0.tar.xz create mode 100644 extra-cmake-modules-1.6.0.tar.xz diff --git a/extra-cmake-modules-1.5.0.tar.xz b/extra-cmake-modules-1.5.0.tar.xz deleted file mode 100644 index 90c415f..0000000 --- a/extra-cmake-modules-1.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7228d784d10b315da941810c5c64ac09404bb18b6f0c96d76d44335d5cd1b66 -size 121996 diff --git a/extra-cmake-modules-1.6.0.tar.xz b/extra-cmake-modules-1.6.0.tar.xz new file mode 100644 index 0000000..1c974cd --- /dev/null +++ b/extra-cmake-modules-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4697ffc09a06ac3675b84951673f9c9538a3eadd589802a912b72fb12a68ca22 +size 123672 diff --git a/extra-cmake-modules.changes b/extra-cmake-modules.changes index 83ed90f..f750aa9 100644 --- a/extra-cmake-modules.changes +++ b/extra-cmake-modules.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +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 diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index 27ae660..38ec978 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -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.0 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