commit kimageformats for openSUSE:Factory

Hello community, here is the log from the commit of package kimageformats for openSUSE:Factory checked in at 2016-10-28 12:20:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-14 23:24:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 2016-10-28 12:20:41.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Oct 2 12:55:54 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.27.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.27.0.php + +------------------------------------------------------------------- Old: ---- kimageformats-5.26.0.tar.xz New: ---- kimageformats-5.27.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kimageformats.spec ++++++ --- /var/tmp/diff_new_pack.aFk2gl/_old 2016-10-28 12:20:42.000000000 +0200 +++ /var/tmp/diff_new_pack.aFk2gl/_new 2016-10-28 12:20:42.000000000 +0200 @@ -16,9 +16,9 @@ # -%define _tar_path 5.26 +%define _tar_path 5.27 Name: kimageformats -Version: 5.26.0 +Version: 5.27.0 Release: 0 BuildRequires: cmake >= 2.8.12 BuildRequires: extra-cmake-modules >= %{_tar_path} ++++++ kimageformats-5.26.0.tar.xz -> kimageformats-5.27.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimageformats-5.26.0/CMakeLists.txt new/kimageformats-5.27.0/CMakeLists.txt --- old/kimageformats-5.26.0/CMakeLists.txt 2016-09-06 00:36:08.000000000 +0200 +++ new/kimageformats-5.27.0/CMakeLists.txt 2016-10-02 10:00:57.000000000 +0200 @@ -3,7 +3,7 @@ project(KImageFormats) include(FeatureSummary) -find_package(ECM 5.26.0 NO_MODULE) +find_package(ECM 5.27.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kimageformats-5.26.0/src/imageformats/eps.cpp new/kimageformats-5.27.0/src/imageformats/eps.cpp --- old/kimageformats-5.26.0/src/imageformats/eps.cpp 2016-09-06 00:36:08.000000000 +0200 +++ new/kimageformats-5.27.0/src/imageformats/eps.cpp 2016-10-02 10:00:57.000000000 +0200 @@ -15,12 +15,8 @@ #include <QProcess> #include <QTemporaryFile> -#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) // logging category for this framework, default: log stuff >= warning Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin", QtWarningMsg) -#else -Q_LOGGING_CATEGORY(EPSPLUGIN, "epsplugin") -#endif //#define EPS_PERFORMANCE_DEBUG 1
participants (1)
-
root@hilbert.suse.de