Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2015-05-11 19:36:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-13 20:25:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2015-05-11 19:48:04.000000000 +0200
@@ -1,0 +2,7 @@
+Sun May  3 19:47:12 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.10.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.10.0.php
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.9.0.tar.xz

New:
----
  kimageformats-5.10.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.q2culg/_old  2015-05-11 19:48:05.000000000 +0200
+++ /var/tmp/diff_new_pack.q2culg/_new  2015-05-11 19:48:05.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.9
+%define _tar_path 5.10
 Name:           kimageformats
-Version:        5.9.0
+Version:        5.10.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kimageformats-5.9.0.tar.xz -> kimageformats-5.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.9.0/CMakeLists.txt 
new/kimageformats-5.10.0/CMakeLists.txt
--- old/kimageformats-5.9.0/CMakeLists.txt      2015-04-04 13:48:54.000000000 
+0200
+++ new/kimageformats-5.10.0/CMakeLists.txt     2015-05-03 00:32:24.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KImageFormats)
 
-find_package(ECM 5.9.0 REQUIRED NO_MODULE)
+find_package(ECM 5.10.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.9.0/src/imageformats/rle_p.h 
new/kimageformats-5.10.0/src/imageformats/rle_p.h
--- old/kimageformats-5.9.0/src/imageformats/rle_p.h    2015-04-04 
13:48:54.000000000 +0200
+++ new/kimageformats-5.10.0/src/imageformats/rle_p.h   2015-05-03 
00:32:24.000000000 +0200
@@ -86,7 +86,7 @@
         stream >> count1;
 
         if (count1 >= 128u) {
-            unsigned length;
+            unsigned length = 0;
             if (variant == RLEVariant::PIC) {
                 if (count1 == 128u) {
                     // If the value is exactly 128, it means that it is more 
than


Reply via email to