Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qt6-imageformats for
openSUSE:Factory checked in at 2022-11-21 15:28:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
and /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-imageformats"
Mon Nov 21 15:28:57 2022 rev:17 rq:1036906 version:6.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-10-01 17:43:25.305699078 +0200
+++
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1597/qt6-imageformats.changes
2022-11-21 15:29:03.352483897 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 11:53:12 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 6.4.1:
+ * https://www.qt.io/blog/qt-6.4.1-released
+
+-------------------------------------------------------------------
Old:
----
qtimageformats-everywhere-src-6.4.0.tar.xz
New:
----
qtimageformats-everywhere-src-6.4.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qt6-imageformats.spec ++++++
--- /var/tmp/diff_new_pack.XrFAoY/_old 2022-11-21 15:29:03.924486801 +0100
+++ /var/tmp/diff_new_pack.XrFAoY/_new 2022-11-21 15:29:03.928486821 +0100
@@ -16,7 +16,7 @@
#
-%define real_version 6.4.0
+%define real_version 6.4.1
%define short_version 6.4
%define short_name qtimageformats
%define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
%endif
#
Name: qt6-imageformats%{?pkg_suffix}
-Version: 6.4.0
+Version: 6.4.1
Release: 0
Summary: Qt 6 ImageFormat Plugins
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
++++++ qtimageformats-everywhere-src-6.4.0.tar.xz ->
qtimageformats-everywhere-src-6.4.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.0/.cmake.conf
new/qtimageformats-everywhere-src-6.4.1/.cmake.conf
--- old/qtimageformats-everywhere-src-6.4.0/.cmake.conf 2022-09-23
05:12:00.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/.cmake.conf 2022-11-08
16:10:17.000000000 +0100
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.4.0")
+set(QT_REPO_MODULE_VERSION "6.4.1")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.0/.tag
new/qtimageformats-everywhere-src-6.4.1/.tag
--- old/qtimageformats-everywhere-src-6.4.0/.tag 2022-09-23
05:12:00.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/.tag 2022-11-08
16:10:17.000000000 +0100
@@ -1 +1 @@
-a46c387ad22eba6769d9d6d8b8759b96250a8c19
+a227fbad0a7160c5f54d79f473c3df7640dca56e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtimageformats-everywhere-src-6.4.0/dependencies.yaml
new/qtimageformats-everywhere-src-6.4.1/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.4.0/dependencies.yaml 2022-09-23
05:12:00.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/dependencies.yaml 2022-11-08
16:10:17.000000000 +0100
@@ -1,4 +1,4 @@
dependencies:
../qtbase:
- ref: bc7e63385522c2020168cf367a8b3b1e6c6bc65e
+ ref: 905755304a474c942346774d930b92e3665c1bab
required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtimageformats-everywhere-src-6.4.0/src/3rdparty/libtiff/libtiff/tif_lzw.c
new/qtimageformats-everywhere-src-6.4.1/src/3rdparty/libtiff/libtiff/tif_lzw.c
---
old/qtimageformats-everywhere-src-6.4.0/src/3rdparty/libtiff/libtiff/tif_lzw.c
2022-09-23 05:12:00.000000000 +0200
+++
new/qtimageformats-everywhere-src-6.4.1/src/3rdparty/libtiff/libtiff/tif_lzw.c
2022-11-08 16:10:17.000000000 +0100
@@ -39,6 +39,7 @@
#include <stdbool.h>
#include <stdio.h>
+#include <stdlib.h>
/* Select the plausible largest natural integer type for the architecture */
#define SIZEOF_WORDTYPE SIZEOF_SIZE_T
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtimageformats-everywhere-src-6.4.0/src/plugins/imageformats/tiff/qtiffhandler.cpp
new/qtimageformats-everywhere-src-6.4.1/src/plugins/imageformats/tiff/qtiffhandler.cpp
---
old/qtimageformats-everywhere-src-6.4.0/src/plugins/imageformats/tiff/qtiffhandler.cpp
2022-09-23 05:12:00.000000000 +0200
+++
new/qtimageformats-everywhere-src-6.4.1/src/plugins/imageformats/tiff/qtiffhandler.cpp
2022-11-08 16:10:17.000000000 +0100
@@ -336,6 +336,8 @@
}
TIFF *const tiff = d->tiff;
+ if (TIFFIsTiled(tiff) && TIFFTileSize64(tiff) >
uint64_t(image->sizeInBytes())) // Corrupt image
+ return false;
const quint32 width = d->size.width();
const quint32 height = d->size.height();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtimageformats-everywhere-src-6.4.0/tests/auto/CMakeLists.txt
new/qtimageformats-everywhere-src-6.4.1/tests/auto/CMakeLists.txt
--- old/qtimageformats-everywhere-src-6.4.0/tests/auto/CMakeLists.txt
2022-09-23 05:12:00.000000000 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/tests/auto/CMakeLists.txt
2022-11-08 16:10:17.000000000 +0100
@@ -1,4 +1,11 @@
-# Generated from auto.pro.
+
+# For now, don't built auto tests when QT_BUILD_MINIMAL_STATIC_TEST
+# is specified and the build is targeting iOS. QT_BUILD_MINIMAL_STATIC_TEST is
used in our CI.
+# Regular non-cmake build tests shouldn't be built because the CI will try to
run them and fail
+# due to missing simulator support.
+if(IOS AND QT_BUILD_MINIMAL_STATIC_TESTS)
+ return()
+endif()
add_subdirectory(tga)
add_subdirectory(wbmp)
Binary files
old/qtimageformats-everywhere-src-6.4.0/tests/shared/images/heif/col320x480.heic
and
new/qtimageformats-everywhere-src-6.4.1/tests/shared/images/heif/col320x480.heic
differ