Hello community, here is the log from the commit of package kimageformats for openSUSE:Factory checked in at 2015-06-23 12:08:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kimageformats (Old) and /work/SRC/openSUSE:Factory/.kimageformats.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kimageformats" Changes: -------- --- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes 2015-05-11 19:48:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 2015-06-23 12:08:58.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Jun 7 19:07:41 UTC 2015 - hrvoje.sen...@gmail.com + +- Update to 5.11.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.11.0.php + +------------------------------------------------------------------- Old: ---- kimageformats-5.10.0.tar.xz New: ---- kimageformats-5.11.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimageformats.spec ++++++ --- /var/tmp/diff_new_pack.8Y6688/_old 2015-06-23 12:08:58.000000000 +0200 +++ /var/tmp/diff_new_pack.8Y6688/_new 2015-06-23 12:08:58.000000000 +0200 @@ -16,9 +16,9 @@ # -%define _tar_path 5.10 +%define _tar_path 5.11 Name: kimageformats -Version: 5.10.0 +Version: 5.11.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kimageformats-5.10.0.tar.xz -> kimageformats-5.11.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimageformats-5.10.0/CMakeLists.txt new/kimageformats-5.11.0/CMakeLists.txt --- old/kimageformats-5.10.0/CMakeLists.txt 2015-05-03 00:32:24.000000000 +0200 +++ new/kimageformats-5.11.0/CMakeLists.txt 2015-06-06 11:28:19.000000000 +0200 @@ -2,7 +2,11 @@ project(KImageFormats) -find_package(ECM 5.10.0 REQUIRED NO_MODULE) +include(FeatureSummary) +find_package(ECM 5.11.0 NO_MODULE) +set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") +feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -10,7 +14,7 @@ include(KDEFrameworkCompilerSettings) include(KDECMakeSettings) -include(FeatureSummary) + include(CheckIncludeFiles) set(REQUIRED_QT_VERSION 5.2.0)