Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2015-11-24 22:23:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-19 22:25:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2015-11-24 22:23:50.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Nov  8 17:01:18 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.16.0 (boo#955067)
+  * Recognize image/vnd.adobe.photoshop instead of image/x-psd
+  * Partially revert d7f457a to prevent crash on application exit
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.16.0.php
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.15.0.tar.xz

New:
----
  kimageformats-5.16.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.s9GBzS/_old  2015-11-24 22:23:51.000000000 +0100
+++ /var/tmp/diff_new_pack.s9GBzS/_new  2015-11-24 22:23:51.000000000 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _tar_path 5.15
+%define _tar_path 5.16
 Name:           kimageformats
-Version:        5.15.0
+Version:        5.16.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ kimageformats-5.15.0.tar.xz -> kimageformats-5.16.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.15.0/CMakeLists.txt 
new/kimageformats-5.16.0/CMakeLists.txt
--- old/kimageformats-5.15.0/CMakeLists.txt     2015-10-03 12:22:35.000000000 
+0200
+++ new/kimageformats-5.16.0/CMakeLists.txt     2015-11-08 12:08:43.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.15.0  NO_MODULE)
+find_package(ECM 5.16.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.15.0/autotests/readtest.cpp 
new/kimageformats-5.16.0/autotests/readtest.cpp
--- old/kimageformats-5.15.0/autotests/readtest.cpp     2015-10-03 
12:22:35.000000000 +0200
+++ new/kimageformats-5.16.0/autotests/readtest.cpp     2015-11-08 
12:08:43.000000000 +0100
@@ -129,7 +129,7 @@
     foreach (QFileInfo fi, imgdir.entryInfoList()) {
         int suffixPos = fi.filePath().count() - suffix.count();
         QString inputfile = fi.filePath();
-        QString expfile = fi.filePath().replace(suffixPos, suffix.count(), 
"png");
+        QString expfile = fi.filePath().replace(suffixPos, suffix.count(), 
QStringLiteral("png"));
         QString expfilename = QFileInfo(expfile).fileName();
 
         QImageReader inputReader(inputfile, format.constData());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.15.0/autotests/writetest.cpp 
new/kimageformats-5.16.0/autotests/writetest.cpp
--- old/kimageformats-5.15.0/autotests/writetest.cpp    2015-10-03 
12:22:35.000000000 +0200
+++ new/kimageformats-5.16.0/autotests/writetest.cpp    2015-11-08 
12:08:43.000000000 +0100
@@ -75,7 +75,7 @@
 
     foreach (QFileInfo fi, imgdir.entryInfoList()) {
         int suffixPos = fi.filePath().count() - suffix.count();
-        QString pngfile = fi.filePath().replace(suffixPos, suffix.count(), 
"png");
+        QString pngfile = fi.filePath().replace(suffixPos, suffix.count(), 
QStringLiteral("png"));
         QString pngfilename = QFileInfo(pngfile).fileName();
 
         QImageReader pngReader(pngfile, "png");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.15.0/src/imageformats/psd.desktop 
new/kimageformats-5.16.0/src/imageformats/psd.desktop
--- old/kimageformats-5.15.0/src/imageformats/psd.desktop       2015-10-03 
12:22:35.000000000 +0200
+++ new/kimageformats-5.16.0/src/imageformats/psd.desktop       2015-11-08 
12:08:43.000000000 +0100
@@ -2,6 +2,6 @@
 Type=Service
 X-KDE-ServiceTypes=QImageIOPlugins
 X-KDE-ImageFormat=psd
-X-KDE-MimeType=image/x-psd
+X-KDE-MimeType=image/vnd.adobe.photoshop
 X-KDE-Read=true
 X-KDE-Write=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.15.0/src/imageformats/psd.json 
new/kimageformats-5.16.0/src/imageformats/psd.json
--- old/kimageformats-5.15.0/src/imageformats/psd.json  2015-10-03 
12:22:35.000000000 +0200
+++ new/kimageformats-5.16.0/src/imageformats/psd.json  2015-11-08 
12:08:43.000000000 +0100
@@ -1,4 +1,4 @@
 {
     "Keys": [ "psd" ],
-    "MimeTypes": [ "image/x-psd" ]
+    "MimeTypes": [ "image/vnd.adobe.photoshop" ]
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.15.0/tests/imageconverter.cpp 
new/kimageformats-5.16.0/tests/imageconverter.cpp
--- old/kimageformats-5.15.0/tests/imageconverter.cpp   2015-10-03 
12:22:35.000000000 +0200
+++ new/kimageformats-5.16.0/tests/imageconverter.cpp   2015-11-08 
12:08:43.000000000 +0100
@@ -32,29 +32,29 @@
 int main(int argc, char **argv)
 {
     QCoreApplication app(argc, argv);
-    QCoreApplication::addLibraryPath(QLatin1String(PLUGIN_DIR));
-    QCoreApplication::setApplicationName(QLatin1String("imageconverter"));
-    QCoreApplication::setApplicationVersion(QLatin1String("1.01.01.0"));
+    QCoreApplication::addLibraryPath(QStringLiteral(PLUGIN_DIR));
+    QCoreApplication::setApplicationName(QStringLiteral("imageconverter"));
+    QCoreApplication::setApplicationVersion(QStringLiteral("1.01.01.0"));
 
     QCommandLineParser parser;
-    parser.setApplicationDescription(QLatin1String("Converts images from one 
format to another"));
+    parser.setApplicationDescription(QStringLiteral("Converts images from one 
format to another"));
     parser.addHelpOption();
     parser.addVersionOption();
-    parser.addPositionalArgument(QLatin1String("in"), QLatin1String("input 
image file"));
-    parser.addPositionalArgument(QLatin1String("out"), QLatin1String("output 
image file"));
+    parser.addPositionalArgument(QStringLiteral("in"), QStringLiteral("input 
image file"));
+    parser.addPositionalArgument(QStringLiteral("out"), QStringLiteral("output 
image file"));
     QCommandLineOption informat(
-        QStringList() << QLatin1String("i") << QLatin1String("informat"),
-        QLatin1String("Image format for input file"),
-        QLatin1String("format"));
+        QStringList() << QStringLiteral("i") << QStringLiteral("informat"),
+        QStringLiteral("Image format for input file"),
+        QStringLiteral("format"));
     parser.addOption(informat);
     QCommandLineOption outformat(
-        QStringList() << QLatin1String("o") << QLatin1String("outformat"),
-        QLatin1String("Image format for output file"),
-        QLatin1String("format"));
+        QStringList() << QStringLiteral("o") << QStringLiteral("outformat"),
+        QStringLiteral("Image format for output file"),
+        QStringLiteral("format"));
     parser.addOption(outformat);
     QCommandLineOption listformats(
-        QStringList() << QLatin1String("l") << QLatin1String("list"),
-        QLatin1String("List supported image formats"));
+        QStringList() << QStringLiteral("l") << QStringLiteral("list"),
+        QStringLiteral("List supported image formats"));
     parser.addOption(listformats);
 
     parser.process(app);


Reply via email to