Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2016-11-17 12:32:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-28 12:20:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2016-11-17 12:32:23.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Nov  5 22:06:31 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.28.0
+  * imageformats/kra.h - overrides for KraPlugin capabilities()
+    and create()
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.28.0.php
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.27.0.tar.xz

New:
----
  kimageformats-5.28.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.0CgGNz/_old  2016-11-17 12:32:24.000000000 +0100
+++ /var/tmp/diff_new_pack.0CgGNz/_new  2016-11-17 12:32:24.000000000 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.27
+%define _tar_path 5.28
 Name:           kimageformats
-Version:        5.27.0
+Version:        5.28.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kimageformats-5.27.0.tar.xz -> kimageformats-5.28.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.27.0/CMakeLists.txt 
new/kimageformats-5.28.0/CMakeLists.txt
--- old/kimageformats-5.27.0/CMakeLists.txt     2016-10-02 10:00:57.000000000 
+0200
+++ new/kimageformats-5.28.0/CMakeLists.txt     2016-11-05 12:02:19.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.27.0  NO_MODULE)
+find_package(ECM 5.28.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.27.0/src/imageformats/kra.h 
new/kimageformats-5.28.0/src/imageformats/kra.h
--- old/kimageformats-5.27.0/src/imageformats/kra.h     2016-10-02 
10:00:57.000000000 +0200
+++ new/kimageformats-5.28.0/src/imageformats/kra.h     2016-11-05 
12:02:19.000000000 +0100
@@ -29,11 +29,10 @@
     Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QImageIOHandlerFactoryInterface" 
FILE "kra.json")
 
 public:
-    Capabilities capabilities(QIODevice *device, const QByteArray &format) 
const;
-    QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const;
+    Capabilities capabilities(QIODevice *device, const QByteArray &format) 
const Q_DECL_OVERRIDE;
+    QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const Q_DECL_OVERRIDE;
 };
 
 
 
 #endif
-


Reply via email to