Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2016-07-15 12:35:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03 12:22:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2016-07-15 12:35:35.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jul  6 15:04:21 UTC 2016 - [email protected]
+
+- Update to 5.24.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.24.0.php
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.23.0.tar.xz

New:
----
  kimageformats-5.24.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.UPoMbb/_old  2016-07-15 12:35:36.000000000 +0200
+++ /var/tmp/diff_new_pack.UPoMbb/_new  2016-07-15 12:35:36.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.23
+%define _tar_path 5.24
 Name:           kimageformats
-Version:        5.23.0
+Version:        5.24.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kimageformats-5.23.0.tar.xz -> kimageformats-5.24.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.23.0/CMakeLists.txt 
new/kimageformats-5.24.0/CMakeLists.txt
--- old/kimageformats-5.23.0/CMakeLists.txt     2016-06-06 11:31:22.000000000 
+0200
+++ new/kimageformats-5.24.0/CMakeLists.txt     2016-07-02 10:48:36.000000000 
+0200
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.23.0  NO_MODULE)
+find_package(ECM 5.24.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)
 
@@ -11,7 +11,7 @@
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(KDEInstallDirs)
-include(KDEFrameworkCompilerSettings)
+include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.23.0/metainfo.yaml 
new/kimageformats-5.24.0/metainfo.yaml
--- old/kimageformats-5.23.0/metainfo.yaml      2016-06-06 11:31:22.000000000 
+0200
+++ new/kimageformats-5.24.0/metainfo.yaml      2016-07-02 10:48:36.000000000 
+0200
@@ -7,6 +7,7 @@
     - name: MacOSX
     - name: Windows
       note: No EPS support on Windows
+    - name: Android
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.23.0/src/imageformats/psd.cpp 
new/kimageformats-5.24.0/src/imageformats/psd.cpp
--- old/kimageformats-5.23.0/src/imageformats/psd.cpp   2016-06-06 
11:31:22.000000000 +0200
+++ new/kimageformats-5.24.0/src/imageformats/psd.cpp   2016-07-02 
10:48:36.000000000 +0200
@@ -120,19 +120,19 @@
     quint8 pixel;
     stream >> pixel;
     return pixel;
-};
+}
 static QRgb updateRed(QRgb oldPixel, quint8 redPixel) {
     return qRgba(redPixel, qGreen(oldPixel), qBlue(oldPixel), 
qAlpha(oldPixel));
-};
+}
 static QRgb updateGreen(QRgb oldPixel, quint8 greenPixel) {
     return qRgba(qRed(oldPixel), greenPixel, qBlue(oldPixel), 
qAlpha(oldPixel));
-};
+}
 static QRgb updateBlue(QRgb oldPixel, quint8 bluePixel) {
     return qRgba(qRed(oldPixel), qGreen(oldPixel), bluePixel, 
qAlpha(oldPixel));
-};
+}
 static QRgb updateAlpha(QRgb oldPixel, quint8 alphaPixel) {
     return qRgba(qRed(oldPixel), qGreen(oldPixel), qBlue(oldPixel), 
alphaPixel);
-};
+}
 typedef QRgb(*channelUpdater)(QRgb,quint8);
 
 // Load the PSD image.


Reply via email to