Hello community, here is the log from the commit of package kimageformats for openSUSE:Factory checked in at 2016-08-29 15:04:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-07-15 12:35:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 2016-08-29 15:04:32.000000000 +0200 @@ -1,0 +2,8 @@ +Sun Aug 7 21:53:42 UTC 2016 - [email protected] + +- Update to 5.25.0 + * Qt >= 5.5 is now required + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + +------------------------------------------------------------------- Old: ---- kimageformats-5.24.0.tar.xz New: ---- kimageformats-5.25.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimageformats.spec ++++++ --- /var/tmp/diff_new_pack.c3llxC/_old 2016-08-29 15:04:33.000000000 +0200 +++ /var/tmp/diff_new_pack.c3llxC/_new 2016-08-29 15:04:33.000000000 +0200 @@ -16,9 +16,9 @@ # -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kimageformats -Version: 5.24.0 +Version: 5.25.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} @@ -27,12 +27,12 @@ BuildRequires: openexr BuildRequires: openexr-devel BuildRequires: cmake(KF5Archive) >= %{_tar_path} -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5Gui) >= 5.5.0 +BuildRequires: cmake(Qt5PrintSupport) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 %requires_ge libQt5Gui5 %requires_ge libQt5PrintSupport5 -Recommends: libqt5-qtimageformats >= 5.4.0 +Recommends: libqt5-qtimageformats >= 5.5.0 Summary: Image format plugins for Qt License: LGPL-2.1+ Group: System/GUI/KDE ++++++ kimageformats-5.24.0.tar.xz -> kimageformats-5.25.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimageformats-5.24.0/CMakeLists.txt new/kimageformats-5.25.0/CMakeLists.txt --- old/kimageformats-5.24.0/CMakeLists.txt 2016-07-02 10:48:36.000000000 +0200 +++ new/kimageformats-5.25.0/CMakeLists.txt 2016-08-06 10:34:21.000000000 +0200 @@ -3,7 +3,7 @@ project(KImageFormats) include(FeatureSummary) -find_package(ECM 5.24.0 NO_MODULE) +find_package(ECM 5.25.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) @@ -17,7 +17,7 @@ include(CheckIncludeFiles) -set(REQUIRED_QT_VERSION 5.4.0) +set(REQUIRED_QT_VERSION 5.5.0) find_package(Qt5Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(KF5Archive)
