Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2015-04-13 20:25:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-16 09:31:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2015-04-13 20:25:36.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:47 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.8.0.tar.xz

New:
----
  kimageformats-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.8yNLim/_old  2015-04-13 20:25:36.000000000 +0200
+++ /var/tmp/diff_new_pack.8yNLim/_new  2015-04-13 20:25:36.000000000 +0200
@@ -16,12 +16,12 @@
 #
 
 
-%define _tar_path 5.8
+%define _tar_path 5.9
 Name:           kimageformats
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  openexr
@@ -55,7 +55,7 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
 %post -n kimageformats -p /sbin/ldconfig
 

++++++ kimageformats-5.8.0.tar.xz -> kimageformats-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.8.0/CMakeLists.txt 
new/kimageformats-5.9.0/CMakeLists.txt
--- old/kimageformats-5.8.0/CMakeLists.txt      2015-02-27 19:03:29.000000000 
+0100
+++ new/kimageformats-5.9.0/CMakeLists.txt      2015-04-04 13:48:54.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KImageFormats)
 
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.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.8.0/src/imageformats/ras.cpp 
new/kimageformats-5.9.0/src/imageformats/ras.cpp
--- old/kimageformats-5.8.0/src/imageformats/ras.cpp    2015-02-27 
19:03:29.000000000 +0100
+++ new/kimageformats-5.9.0/src/imageformats/ras.cpp    2015-04-04 
13:48:54.000000000 +0200
@@ -219,7 +219,7 @@
     }
 
     if (device->isSequential()) {
-        qWarning("Reading ras files from sequential devices not supported");
+        // qWarning("Reading ras files from sequential devices not supported");
         return false;
     }
 


Reply via email to