Hello community,

here is the log from the commit of package kimageformats for openSUSE:Factory 
checked in at 2018-11-14 14:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kimageformats (Old)
 and      /work/SRC/openSUSE:Factory/.kimageformats.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kimageformats"

Wed Nov 14 14:35:11 2018 rev:60 rq:648521 version:5.52.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kimageformats/kimageformats.changes      
2018-10-22 11:13:11.351786010 +0200
+++ /work/SRC/openSUSE:Factory/.kimageformats.new/kimageformats.changes 
2018-11-14 14:35:13.539218844 +0100
@@ -1,0 +2,10 @@
+Sun Nov 11 19:48:05 UTC 2018 - [email protected]
+
+- Update to 5.52.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.52.0.php
+- Changes since 5.51.0:
+  * Fix minor EBN issues
+
+-------------------------------------------------------------------

Old:
----
  kimageformats-5.51.0.tar.xz

New:
----
  kimageformats-5.52.0.tar.xz

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

Other differences:
------------------
++++++ kimageformats.spec ++++++
--- /var/tmp/diff_new_pack.yu5r2M/_old  2018-11-14 14:35:14.111218284 +0100
+++ /var/tmp/diff_new_pack.yu5r2M/_new  2018-11-14 14:35:14.111218284 +0100
@@ -16,13 +16,13 @@
 #
 
 
-%define _tar_path 5.51
+%define _tar_path 5.52
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 Name:           kimageformats
-Version:        5.51.0
+Version:        5.52.0
 Release:        0
 Summary:        Image format plugins for Qt
 License:        LGPL-2.1-or-later

++++++ kimageformats-5.51.0.tar.xz -> kimageformats-5.52.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/CMakeLists.txt 
new/kimageformats-5.52.0/CMakeLists.txt
--- old/kimageformats-5.51.0/CMakeLists.txt     2018-10-07 12:07:12.000000000 
+0200
+++ new/kimageformats-5.52.0/CMakeLists.txt     2018-11-03 13:00:43.000000000 
+0100
@@ -3,7 +3,7 @@
 project(KImageFormats)
 
 include(FeatureSummary)
-find_package(ECM 5.51.0  NO_MODULE)
+find_package(ECM 5.52.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.51.0/src/imageformats/eps_p.h 
new/kimageformats-5.52.0/src/imageformats/eps_p.h
--- old/kimageformats-5.51.0/src/imageformats/eps_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/eps_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -4,8 +4,8 @@
 *
 * This library is distributed under the conditions of the GNU LGPL.
 */
-#ifndef KIMG_EPS_H
-#define KIMG_EPS_H
+#ifndef KIMG_EPS_P_H
+#define KIMG_EPS_P_H
 
 #include <QImageIOPlugin>
 #include <QLoggingCategory>
@@ -34,5 +34,5 @@
 
 Q_DECLARE_LOGGING_CATEGORY(EPSPLUGIN)
 
-#endif // KIMG_EPS_H
+#endif // KIMG_EPS_P_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/exr_p.h 
new/kimageformats-5.52.0/src/imageformats/exr_p.h
--- old/kimageformats-5.51.0/src/imageformats/exr_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/exr_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -8,8 +8,8 @@
 *
 */
 
-#ifndef KIMG_EXR_H
-#define KIMG_EXR_H
+#ifndef KIMG_EXR_P_H
+#define KIMG_EXR_P_H
 
 #include <QImageIOPlugin>
 
@@ -34,4 +34,4 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_EXR_H
+#endif // KIMG_EXR_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/hdr_p.h 
new/kimageformats-5.52.0/src/imageformats/hdr_p.h
--- old/kimageformats-5.51.0/src/imageformats/hdr_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/hdr_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -7,8 +7,8 @@
    version 2 of the License, or (at your option) any later version.
 */
 
-#ifndef KIMG_HDR_H
-#define KIMG_HDR_H
+#ifndef KIMG_HDR_P_H
+#define KIMG_HDR_P_H
 
 class QImageIO;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/pcx_p.h 
new/kimageformats-5.52.0/src/imageformats/pcx_p.h
--- old/kimageformats-5.51.0/src/imageformats/pcx_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/pcx_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -7,8 +7,8 @@
    version 2 of the License, or (at your option) any later version.
 */
 
-#ifndef KIMG_PCX_H
-#define KIMG_PCX_H
+#ifndef KIMG_PCX_P_H
+#define KIMG_PCX_P_H
 
 #include <QImageIOPlugin>
 
@@ -34,4 +34,4 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_PCX_H
+#endif // KIMG_PCX_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/pic.cpp 
new/kimageformats-5.52.0/src/imageformats/pic.cpp
--- old/kimageformats-5.51.0/src/imageformats/pic.cpp   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/pic.cpp   2018-11-03 
13:00:43.000000000 +0100
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
  * ----------------------------------------------------------------------------
  */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/pic_p.h 
new/kimageformats-5.52.0/src/imageformats/pic_p.h
--- old/kimageformats-5.51.0/src/imageformats/pic_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/pic_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -14,12 +14,12 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
  * ----------------------------------------------------------------------------
  */
 
-#ifndef KIMG_PIC_H
-#define KIMG_PIC_H
+#ifndef KIMG_PIC_P_H
+#define KIMG_PIC_P_H
 
 #include <QImageIOPlugin>
 #include <QDataStream>
@@ -199,4 +199,4 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_PIC_H
+#endif // KIMG_PIC_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/psd.cpp 
new/kimageformats-5.52.0/src/imageformats/psd.cpp
--- old/kimageformats-5.51.0/src/imageformats/psd.cpp   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/psd.cpp   2018-11-03 
13:00:43.000000000 +0100
@@ -16,7 +16,7 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
  */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/psd_p.h 
new/kimageformats-5.52.0/src/imageformats/psd_p.h
--- old/kimageformats-5.51.0/src/imageformats/psd_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/psd_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -7,8 +7,8 @@
    version 2 of the License, or (at your option) any later version.
 */
 
-#ifndef KIMG_PSD_H
-#define KIMG_PSD_H
+#ifndef KIMG_PSD_P_H
+#define KIMG_PSD_P_H
 
 #include <QImageIOPlugin>
 
@@ -33,5 +33,5 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_PSD_H
+#endif // KIMG_PSD_P_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/ras_p.h 
new/kimageformats-5.52.0/src/imageformats/ras_p.h
--- old/kimageformats-5.51.0/src/imageformats/ras_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/ras_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -8,8 +8,8 @@
    version 2 of the License, or (at your option) any later version.
 */
 
-#ifndef KIMG_RAS_H
-#define KIMG_RAS_H
+#ifndef KIMG_RAS_P_H
+#define KIMG_RAS_P_H
 
 #include <QImageIOPlugin>
 
@@ -34,5 +34,5 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_RAS_H
+#endif // KIMG_RAS_P_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/rgb_p.h 
new/kimageformats-5.52.0/src/imageformats/rgb_p.h
--- old/kimageformats-5.51.0/src/imageformats/rgb_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/rgb_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -7,8 +7,8 @@
 // published by the Free Software Foundation; either version 2 of the
 // License, or (at your option) any later version.
 
-#ifndef KIMG_RGB_H
-#define KIMG_RGB_H
+#ifndef KIMG_RGB_P_H
+#define KIMG_RGB_P_H
 
 #include <QImageIOPlugin>
 
@@ -34,5 +34,5 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_RGB_H
+#endif // KIMG_RGB_P_H
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/rle_p.h 
new/kimageformats-5.52.0/src/imageformats/rle_p.h
--- old/kimageformats-5.51.0/src/imageformats/rle_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/rle_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -14,12 +14,12 @@
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  
USA
  * ----------------------------------------------------------------------------
  */
 
-#ifndef KIMAGEFORMATS_RLE_H
-#define KIMAGEFORMATS_RLE_H
+#ifndef KIMAGEFORMATS_RLE_P_H
+#define KIMAGEFORMATS_RLE_P_H
 
 #include <QDebug>
 #include <QDataStream>
@@ -220,4 +220,4 @@
     }
 }
 
-#endif // KIMAGEFORMATS_RLE_H
+#endif // KIMAGEFORMATS_RLE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/tga_p.h 
new/kimageformats-5.52.0/src/imageformats/tga_p.h
--- old/kimageformats-5.51.0/src/imageformats/tga_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/tga_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -7,8 +7,8 @@
    version 2 of the License, or (at your option) any later version.
 */
 
-#ifndef KIMG_TGA_H
-#define KIMG_TGA_H
+#ifndef KIMG_TGA_P_H
+#define KIMG_TGA_P_H
 
 #include <QImageIOPlugin>
 
@@ -34,4 +34,4 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_TGA_H
+#endif // KIMG_TGA_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/src/imageformats/xcf_p.h 
new/kimageformats-5.52.0/src/imageformats/xcf_p.h
--- old/kimageformats-5.51.0/src/imageformats/xcf_p.h   2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/src/imageformats/xcf_p.h   2018-11-03 
13:00:43.000000000 +0100
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef KIMG_XCF_H
-#define KIMG_XCF_H
+#ifndef KIMG_XCF_P_H
+#define KIMG_XCF_P_H
 
 #include <QImageIOPlugin>
 
@@ -46,4 +46,4 @@
     QImageIOHandler *create(QIODevice *device, const QByteArray &format = 
QByteArray()) const override;
 };
 
-#endif // KIMG_XCF_H
+#endif // KIMG_XCF_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kimageformats-5.51.0/tests/format-enum.h 
new/kimageformats-5.52.0/tests/format-enum.h
--- old/kimageformats-5.51.0/tests/format-enum.h        2018-10-07 
12:07:12.000000000 +0200
+++ new/kimageformats-5.52.0/tests/format-enum.h        2018-11-03 
13:00:43.000000000 +0100
@@ -19,6 +19,9 @@
  * <http://www.gnu.org/licenses/>.
  */
 
+#ifndef FORMAT_ENUM_H
+#define FORMAT_ENUM_H
+
 #include <QImage>
 
 // Generated from QImage::Format enum
@@ -71,3 +74,4 @@
         QLatin1String(">");
 }
 
+#endif


Reply via email to