Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2014-06-10 14:36:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-05-26 14:41:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2014-06-10 14:36:49.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:26 UTC 2014 - [email protected]
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-4.99.0.tar.xz

New:
----
  baselibs.conf
  kimageformats-4.100.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.OgSEM6/_old  2014-06-10 14:36:50.000000000 +0200
+++ /var/tmp/diff_new_pack.OgSEM6/_new  2014-06-10 14:36:50.000000000 +0200
@@ -17,10 +17,10 @@
 
 
 Name:           kimageformats
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  libjasper-devel
@@ -34,7 +34,8 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source0:        kimageformats-%{version}.tar.xz
+Source:         
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ baselibs.conf ++++++
kimageformats
++++++ kimageformats-4.99.0.tar.xz -> kimageformats-4.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/CMakeLists.txt 
new/kimageformats-4.100.0/CMakeLists.txt
--- old/kimageformats-4.99.0/CMakeLists.txt     2014-05-04 20:48:28.000000000 
+0200
+++ new/kimageformats-4.100.0/CMakeLists.txt    2014-06-01 12:40:39.000000000 
+0200
@@ -2,7 +2,7 @@
 
 project(KImageFormats)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 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-4.99.0/metainfo.yaml 
new/kimageformats-4.100.0/metainfo.yaml
--- old/kimageformats-4.99.0/metainfo.yaml      2014-05-04 20:48:28.000000000 
+0200
+++ new/kimageformats-4.100.0/metainfo.yaml     2014-06-01 12:40:39.000000000 
+0200
@@ -1,9 +1,12 @@
 maintainer: alexmerry
-description: Addons to QtImageFormats
+description: Plugins to allow QImage to support extra file formats
 tier: 1
 type: functional
 platforms:
-    - name: All
+    - name: Linux
+    - name: MacOSX
+    - name: Windows
+      note: No EPS support on Windows
 portingAid: false
 deprecated: false
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/eps.cpp 
new/kimageformats-4.100.0/src/imageformats/eps.cpp
--- old/kimageformats-4.99.0/src/imageformats/eps.cpp   2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/eps.cpp  2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
 * QImageIO Routines to read/write EPS images.
 * copyright (c) 1998 Dirk Schoenberger <[email protected]>
 * Copyright (c) 2013 Alex Merry <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/eps.h 
new/kimageformats-4.100.0/src/imageformats/eps.h
--- old/kimageformats-4.99.0/src/imageformats/eps.h     2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/eps.h    2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
 * QImageIO Routines to read/write EPS images.
 * copyright (c) 1998 Dirk Schoenberger <[email protected]>
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/exr.cpp 
new/kimageformats-4.100.0/src/imageformats/exr.cpp
--- old/kimageformats-4.99.0/src/imageformats/exr.cpp   2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/exr.cpp  2014-06-01 
12:40:39.000000000 +0200
@@ -1,5 +1,5 @@
 
-/**
+/*
 * KImageIO Routines to read (and perhaps in the future, write) images
 * in the high dynamic range EXR format.
 * Copyright (c) 2003, Brad Hards <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/exr.h 
new/kimageformats-4.100.0/src/imageformats/exr.h
--- old/kimageformats-4.99.0/src/imageformats/exr.h     2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/exr.h    2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
 * QImageIO Routines to read (and perhaps in the future, write) images
 * in the high definition EXR format.
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/jp2.cpp 
new/kimageformats-4.100.0/src/imageformats/jp2.cpp
--- old/kimageformats-4.99.0/src/imageformats/jp2.cpp   2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/jp2.cpp  2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
 * QImageIO Routines to read/write JPEG2000 images.
 * copyright (c) 2002 Michael Ritzert <[email protected]>
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/jp2.h 
new/kimageformats-4.100.0/src/imageformats/jp2.h
--- old/kimageformats-4.99.0/src/imageformats/jp2.h     2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/jp2.h    2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
 * QImageIO Routines to read/write JPEG2000 images.
 * copyright (c) 2002 Michael Ritzert <[email protected]>
 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/pic.cpp 
new/kimageformats-4.100.0/src/imageformats/pic.cpp
--- old/kimageformats-4.99.0/src/imageformats/pic.cpp   2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/pic.cpp  2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
  * Softimage PIC support for QImage
  * Copyright 1998 Halfdan Ingvarsson
  * Copyright 2007 Ruben Lopez <[email protected]>
@@ -340,7 +340,7 @@
             chunkLength = 1;
             chunkEnd = chunkStart + 1;
             while (chunkLength < maxChunk &&
-                    (chunkLength + 1 == maxChunk ||
+                    (chunkLength + 1u == maxChunk ||
                      !itemsEqual(*chunkEnd, *(chunkEnd+1))))
             {
                 ++chunkEnd;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-4.99.0/src/imageformats/pic.h 
new/kimageformats-4.100.0/src/imageformats/pic.h
--- old/kimageformats-4.99.0/src/imageformats/pic.h     2014-05-04 
20:48:28.000000000 +0200
+++ new/kimageformats-4.100.0/src/imageformats/pic.h    2014-06-01 
12:40:39.000000000 +0200
@@ -1,4 +1,4 @@
-/**
+/*
  * PIC_RW - Qt PIC Support
  * Copyright (C) 2007 Ruben Lopez <[email protected]>
  *
@@ -60,6 +60,8 @@
 
 /**
  * The header for a SoftImage PIC file.
+ *
+ * @private
  */
 struct PicHeader {
     /**
@@ -111,6 +113,8 @@
 
 /**
  * Describes a channel in a SoftImage PIC file.
+ *
+ * @private
  */
 struct PicChannel {
     quint8 size; /**< Bits per component per pixel. */

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to