commit qt6-imageformats for openSUSE:Factory

2024-06-24 Thread Source-Sync
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 2024-06-24 20:49:32

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.18349 (New)


Package is "qt6-imageformats"

Mon Jun 24 20:49:32 2024 rev:30 rq:1182593 version:6.7.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2024-05-27 11:46:04.592289713 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.18349/qt6-imageformats.changes 
2024-06-24 20:49:47.232611992 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 07:25:45 UTC 2024 - Christophe Marin 
+
+- Update to 6.7.2:
+  * https://www.qt.io/blog/qt-6.7.2-released
+
+---

Old:

  qtimageformats-everywhere-src-6.7.1.tar.xz

New:

  qtimageformats-everywhere-src-6.7.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.QMb4hR/_old  2024-06-24 20:49:48.052642053 +0200
+++ /var/tmp/diff_new_pack.QMb4hR/_new  2024-06-24 20:49:48.060642347 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.7.1
+%define real_version 6.7.2
 %define short_version 6.7
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.7.1
+Version:6.7.2
 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.7.1.tar.xz -> 
qtimageformats-everywhere-src-6.7.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.7.1/.cmake.conf 
new/qtimageformats-everywhere-src-6.7.2/.cmake.conf
--- old/qtimageformats-everywhere-src-6.7.1/.cmake.conf 2024-05-08 
20:41:39.0 +0200
+++ new/qtimageformats-everywhere-src-6.7.2/.cmake.conf 2024-06-07 
23:03:19.0 +0200
@@ -1,4 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.7.1")
+set(QT_REPO_MODULE_VERSION "6.7.2")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
 list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.7.1/.tag 
new/qtimageformats-everywhere-src-6.7.2/.tag
--- old/qtimageformats-everywhere-src-6.7.1/.tag2024-05-08 
20:41:39.0 +0200
+++ new/qtimageformats-everywhere-src-6.7.2/.tag2024-06-07 
23:03:19.0 +0200
@@ -1 +1 @@
-f9f35d0d62e26d46e7bb2a6aee8411f72b6b6853
+31ad4a47027dc0364b84cbfca788a72caf7fa841
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.7.1/dependencies.yaml 
new/qtimageformats-everywhere-src-6.7.2/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.7.1/dependencies.yaml   2024-05-08 
20:41:39.0 +0200
+++ new/qtimageformats-everywhere-src-6.7.2/dependencies.yaml   2024-06-07 
23:03:19.0 +0200
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-ref: c195fe7d33decbd5ddd47ae46dbf8e0d9c20ba85
+ref: b5fbe0923cfc566036b83c3d968f225b26117efc
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.7.1/src/plugins/imageformats/macjp2/qmacjp2handler.cpp
 
new/qtimageformats-everywhere-src-6.7.2/src/plugins/imageformats/macjp2/qmacjp2handler.cpp
--- 
old/qtimageformats-everywhere-src-6.7.1/src/plugins/imageformats/macjp2/qmacjp2handler.cpp
  2024-05-08 20:41:39.0 +0200
+++ 
new/qtimageformats-everywhere-src-6.7.2/src/plugins/imageformats/macjp2/qmacjp2handler.cpp
  2024-06-07 23:03:19.0 +0200
@@ -37,7 +37,7 @@
 bool bCanRead = false;
 char buf[12];
 if (iod && iod->peek(buf, 12) == 12)
-bCanRead = !qstrncmp(buf, "\000\000\000\fjP  \r\n\207\n", 12);
+bCanRead = !memcmp(buf, "\000\000\000\fjP  \r\n\207\n", 12);
 return bCanRead;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.7.1/tests/auto/heif/tst_qheif.cpp 
new/qtimageformats-everywhere-src-6.7.2/tests/auto/heif/tst_qheif.cpp
--- old/qtimageformats-everywhere-src-6.7.1/tests/auto/heif/tst_qheif.cpp   
2024-05-08 20:41:39.0 +0200
+++ new/qtimageformats-everywhere-src-6.7.2/tests/auto/heif/tst_qheif.cpp   
2024-06-07 23:03:19.0 +0200
@@ -115,6 +115,7 @@
 QImage rimg2;
 

commit qt6-imageformats for openSUSE:Factory

2024-05-27 Thread Source-Sync
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 2024-05-27 11:44:58

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.24587 (New)


Package is "qt6-imageformats"

Mon May 27 11:44:58 2024 rev:29 rq:1176054 version:6.7.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2024-04-08 17:38:18.722760083 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.24587/qt6-imageformats.changes 
2024-05-27 11:46:04.592289713 +0200
@@ -1,0 +2,6 @@
+Tue May 21 08:31:31 UTC 2024 - Christophe Marin 
+
+- Update to 6.7.1:
+  * https://www.qt.io/blog/qt-6.7.1-released
+
+---

Old:

  qtimageformats-everywhere-src-6.7.0.tar.xz

New:

  qtimageformats-everywhere-src-6.7.1.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.lxUmki/_old  2024-05-27 11:46:08.384428641 +0200
+++ /var/tmp/diff_new_pack.lxUmki/_new  2024-05-27 11:46:08.388428788 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.7.0
+%define real_version 6.7.1
 %define short_version 6.7
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,12 +28,12 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.7.0
+Version:6.7.1
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 URL:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source0:
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-imageformats-rpmlintrc
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig

++ qtimageformats-everywhere-src-6.7.0.tar.xz -> 
qtimageformats-everywhere-src-6.7.1.tar.xz ++
 6711 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2024-04-08 Thread Source-Sync
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 2024-04-08 17:37:47

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1905 (New)


Package is "qt6-imageformats"

Mon Apr  8 17:37:47 2024 rev:28 rq:1165785 version:6.7.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2024-03-28 14:07:00.597374349 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1905/qt6-imageformats.changes  
2024-04-08 17:38:18.722760083 +0200
@@ -1,0 +2,6 @@
+Tue Apr  2 13:39:42 UTC 2024 - Christophe Marin 
+
+- Update to 6.7.0:
+  * https://www.qt.io/blog/qt-6.7-released
+
+---

Old:

  qtimageformats-everywhere-src-6.6.3.tar.xz

New:

  qtimageformats-everywhere-src-6.7.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.4cPJ0D/_old  2024-04-08 17:38:27.295076489 +0200
+++ /var/tmp/diff_new_pack.4cPJ0D/_new  2024-04-08 17:38:27.295076489 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.6.3
-%define short_version 6.6
+%define real_version 6.7.0
+%define short_version 6.7
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.6.3
+Version:6.7.0
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -38,6 +38,7 @@
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt6Gui) = %{real_version}
+BuildRequires:  pkgconfig(jasper)
 BuildRequires:  pkgconfig(libmng)
 BuildRequires:  pkgconfig(libwebp)
 %if "%{qt6_flavor}" == "docs"
@@ -52,9 +53,10 @@
 
 %package devel
 Summary:Qt 6 ImageFormats - Development files
-Requires:   %{name} = %{version}
+Requires:   qt6-imageformats = %{version}
 Requires:   libtiff-devel
 Requires:   cmake(Qt6Gui) = %{real_version}
+Requires:   pkgconfig(jasper)
 Requires:   pkgconfig(libmng)
 Requires:   pkgconfig(libwebp)
 

++ qtimageformats-everywhere-src-6.6.3.tar.xz -> 
qtimageformats-everywhere-src-6.7.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.6.3/.cmake.conf 
new/qtimageformats-everywhere-src-6.7.0/.cmake.conf
--- old/qtimageformats-everywhere-src-6.6.3/.cmake.conf 2024-03-18 
17:52:54.0 +0100
+++ new/qtimageformats-everywhere-src-6.7.0/.cmake.conf 2024-03-22 
12:24:05.0 +0100
@@ -1,3 +1,4 @@
-set(QT_REPO_MODULE_VERSION "6.6.3")
+set(QT_REPO_MODULE_VERSION "6.7.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
+list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.6.3/.tag 
new/qtimageformats-everywhere-src-6.7.0/.tag
--- old/qtimageformats-everywhere-src-6.6.3/.tag2024-03-18 
17:52:54.0 +0100
+++ new/qtimageformats-everywhere-src-6.7.0/.tag2024-03-22 
12:24:05.0 +0100
@@ -1 +1 @@
-2bb23118cf14d96c1dbcb5da3f8b0cab3dfe3da2
+3eedabd5150383e4345e2786a25bbd185c531785
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.6.3/coin/axivion/ci_config_linux.json 
new/qtimageformats-everywhere-src-6.7.0/coin/axivion/ci_config_linux.json
--- old/qtimageformats-everywhere-src-6.6.3/coin/axivion/ci_config_linux.json   
2024-03-18 17:52:54.0 +0100
+++ new/qtimageformats-everywhere-src-6.7.0/coin/axivion/ci_config_linux.json   
2024-03-22 12:24:05.0 +0100
@@ -1,9 +1,5 @@
 {
 "Project": {
-"Git": {
-"_active": true,
-"sourceserver_gitdir": 
"/data/axivion/databases/$(env:TESTED_MODULE_COIN).git"
-},
 "BuildSystemIntegration": {
 "child_order": [
 "GCCSetup",
@@ -31,29 +27,14 @@
 "build/plugins/*/lib*.so*.ir"
 ],
 "ir": "build/$(env:TESTED_MODULE_COIN).ir"
-},
-"Project-GlobalOptions": {
-"directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
-"ir": "build/$(env:TESTED_MODULE_COIN).ir",
-"name": "qt_$(env:TESTED_MODULE_COIN)_dev_$(env:TARGET_OS_COIN)"
-}
-},
-"Results": {
-"Dashboard": {
-"dashboard_url": 

commit qt6-imageformats for openSUSE:Factory

2023-12-04 Thread Source-Sync
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 2023-12-04 22:59:48

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.25432 (New)


Package is "qt6-imageformats"

Mon Dec  4 22:59:48 2023 rev:25 rq:1130410 version:6.6.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-10-13 23:14:41.087045132 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.25432/qt6-imageformats.changes 
2023-12-04 22:59:54.276133656 +0100
@@ -1,0 +2,6 @@
+Mon Nov 27 14:00:10 UTC 2023 - Christophe Marin 
+
+- Update to 6.6.1:
+  * https://www.qt.io/blog/qt-6.6.1-released
+
+---

Old:

  qtimageformats-everywhere-src-6.6.0.tar.xz

New:

  qtimageformats-everywhere-src-6.6.1.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.2Pi9nW/_old  2023-12-04 22:59:55.748187826 +0100
+++ /var/tmp/diff_new_pack.2Pi9nW/_new  2023-12-04 22:59:55.748187826 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.6.0
+%define real_version 6.6.1
 %define short_version 6.6
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.6.0
+Version:6.6.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.6.0.tar.xz -> 
qtimageformats-everywhere-src-6.6.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.6.0/.cmake.conf 
new/qtimageformats-everywhere-src-6.6.1/.cmake.conf
--- old/qtimageformats-everywhere-src-6.6.0/.cmake.conf 2023-10-02 
05:05:47.0 +0200
+++ new/qtimageformats-everywhere-src-6.6.1/.cmake.conf 2023-11-20 
06:28:48.0 +0100
@@ -1,3 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.6.0")
+set(QT_REPO_MODULE_VERSION "6.6.1")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.6.0/.tag 
new/qtimageformats-everywhere-src-6.6.1/.tag
--- old/qtimageformats-everywhere-src-6.6.0/.tag2023-10-02 
05:05:47.0 +0200
+++ new/qtimageformats-everywhere-src-6.6.1/.tag2023-11-20 
06:28:48.0 +0100
@@ -1 +1 @@
-4993279e9ee56381a4fefbeb0c95685af98551f6
+64278e72cd3f796f5883626b024c4561797445d7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.6.0/dependencies.yaml 
new/qtimageformats-everywhere-src-6.6.1/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.6.0/dependencies.yaml   2023-10-02 
05:05:47.0 +0200
+++ new/qtimageformats-everywhere-src-6.6.1/dependencies.yaml   2023-11-20 
06:28:48.0 +0100
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-ref: 33f5e985e480283bb0ca9dea5f82643e825ba87c
+ref: e2cbce919ccefcae2b18f90257d67bc6e24c3c94
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.6.0/src/plugins/imageformats/macheif/CMakeLists.txt
 
new/qtimageformats-everywhere-src-6.6.1/src/plugins/imageformats/macheif/CMakeLists.txt
--- 
old/qtimageformats-everywhere-src-6.6.0/src/plugins/imageformats/macheif/CMakeLists.txt
 2023-10-02 05:05:47.0 +0200
+++ 
new/qtimageformats-everywhere-src-6.6.1/src/plugins/imageformats/macheif/CMakeLists.txt
 2023-11-20 06:28:48.0 +0100
@@ -5,9 +5,10 @@
 ## QMacHeifPlugin Plugin:
 #
 
-find_library(FWCoreFoundation CoreFoundation)
-find_library(FWCoreGraphics CoreGraphics)
-find_library(FWImageIO ImageIO)
+qt_internal_find_apple_system_framework(FWCoreFoundation
+CoreFoundation)
+qt_internal_find_apple_system_framework(FWCoreGraphics CoreGraphics)
+qt_internal_find_apple_system_framework(FWImageIO ImageIO)
 
 qt_internal_add_plugin(QMacHeifPlugin
 OUTPUT_NAME qmacheif


commit qt6-imageformats for openSUSE:Factory

2023-10-13 Thread Source-Sync
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 2023-10-13 23:14:14

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.20540 (New)


Package is "qt6-imageformats"

Fri Oct 13 23:14:14 2023 rev:24 rq:1116935 version:6.6.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-10-02 20:07:18.432618695 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.20540/qt6-imageformats.changes 
2023-10-13 23:14:41.087045132 +0200
@@ -1,0 +2,6 @@
+Tue Oct 10 09:39:51 UTC 2023 - Christophe Marin 
+
+- Update to 6.6.0
+  * https://www.qt.io/blog/qt-6.6-released
+
+---

Old:

  qtimageformats-everywhere-src-6.5.3.tar.xz

New:

  qtimageformats-everywhere-src-6.6.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.CegMVU/_old  2023-10-13 23:14:41.703067476 +0200
+++ /var/tmp/diff_new_pack.CegMVU/_new  2023-10-13 23:14:41.703067476 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.5.3
-%define short_version 6.5
+%define real_version 6.6.0
+%define short_version 6.6
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.5.3
+Version:6.6.0
 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.5.3.tar.xz -> 
qtimageformats-everywhere-src-6.6.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.5.3/.cmake.conf 
new/qtimageformats-everywhere-src-6.6.0/.cmake.conf
--- old/qtimageformats-everywhere-src-6.5.3/.cmake.conf 2023-09-24 
09:06:24.0 +0200
+++ new/qtimageformats-everywhere-src-6.6.0/.cmake.conf 2023-10-02 
05:05:47.0 +0200
@@ -1,3 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.5.3")
+set(QT_REPO_MODULE_VERSION "6.6.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.5.3/.tag 
new/qtimageformats-everywhere-src-6.6.0/.tag
--- old/qtimageformats-everywhere-src-6.5.3/.tag2023-09-24 
09:06:24.0 +0200
+++ new/qtimageformats-everywhere-src-6.6.0/.tag2023-10-02 
05:05:47.0 +0200
@@ -1 +1 @@
-4f89d7ef7d4f30c1907915435b432d957b62b7ff
+4993279e9ee56381a4fefbeb0c95685af98551f6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.5.3/coin/axivion/ci_config_linux.json 
new/qtimageformats-everywhere-src-6.6.0/coin/axivion/ci_config_linux.json
--- old/qtimageformats-everywhere-src-6.5.3/coin/axivion/ci_config_linux.json   
1970-01-01 01:00:00.0 +0100
+++ new/qtimageformats-everywhere-src-6.6.0/coin/axivion/ci_config_linux.json   
2023-10-02 05:05:47.0 +0200
@@ -0,0 +1,59 @@
+{
+"Project": {
+"Git": {
+"_active": true,
+"sourceserver_gitdir": 
"/data/axivion/databases/$(env:TESTED_MODULE_COIN).git"
+},
+"BuildSystemIntegration": {
+"child_order": [
+"GCCSetup",
+"CMake",
+"LinkLibraries"
+]
+},
+"CMake": {
+"_active": true,
+"_copy_from": "CMakeIntegration",
+"build_environment": {},
+"build_options": "-j4",
+"generate_options": "--fresh",
+"generator": "Ninja"
+},
+"GCCSetup": {
+"_active": true,
+"_copy_from": "Command",
+"build_command": "gccsetup --cc gcc --cxx g++ --config 
../../../axivion/"
+},
+"LinkLibraries": {
+"_active": true,
+"_copy_from": "AxivionLinker",
+"input_files": [
+"build/plugins/*/lib*.so*.ir"
+],
+"ir": "build/$(env:TESTED_MODULE_COIN).ir"
+},
+"Project-GlobalOptions": {
+"directory": "../work/qt/$(env:TESTED_MODULE_COIN)",
+"ir": "build/$(env:TESTED_MODULE_COIN).ir",
+"name": "qt_$(env:TESTED_MODULE_COIN)_dev_$(env:TARGET_OS_COIN)"
+}
+},
+"Results": {
+"Dashboard": {
+"dashboard_url": "https://axivion-srv.ci.qt.io/axivion/;

commit qt6-imageformats for openSUSE:Factory

2023-10-02 Thread Source-Sync
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 2023-10-02 20:05:32

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.28202 (New)


Package is "qt6-imageformats"

Mon Oct  2 20:05:32 2023 rev:23 rq:1114494 version:6.5.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-07-26 13:23:02.431685690 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.28202/qt6-imageformats.changes 
2023-10-02 20:07:18.432618695 +0200
@@ -1,0 +2,6 @@
+Thu Sep 28 07:34:10 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.3
+  * https://www.qt.io/blog/qt-6.5.3-released
+
+---

Old:

  qtimageformats-everywhere-src-6.5.2.tar.xz

New:

  qtimageformats-everywhere-src-6.5.3.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.FcxHlS/_old  2023-10-02 20:07:19.552658975 +0200
+++ /var/tmp/diff_new_pack.FcxHlS/_new  2023-10-02 20:07:19.552658975 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.5.2
+%define real_version 6.5.3
 %define short_version 6.5
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,12 +28,12 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.5.2
+Version:6.5.3
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 URL:https://www.qt.io
-Source: 
https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-imageformats-rpmlintrc
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig

++ qtimageformats-everywhere-src-6.5.2.tar.xz -> 
qtimageformats-everywhere-src-6.5.3.tar.xz ++
 2786 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2023-07-26 Thread Source-Sync
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 2023-07-26 13:22:36

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.15225 (New)


Package is "qt6-imageformats"

Wed Jul 26 13:22:36 2023 rev:22 rq:102 version:6.5.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-05-28 19:22:09.488717704 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.15225/qt6-imageformats.changes 
2023-07-26 13:23:02.431685690 +0200
@@ -1,0 +2,6 @@
+Thu Jul 20 08:55:18 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.2
+  * https://www.qt.io/blog/qt-6.5.2-released-1
+
+---

Old:

  qtimageformats-everywhere-src-6.5.1.tar.xz

New:

  qtimageformats-everywhere-src-6.5.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.9F4CfE/_old  2023-07-26 13:23:03.127689629 +0200
+++ /var/tmp/diff_new_pack.9F4CfE/_new  2023-07-26 13:23:03.131689652 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.5.1
+%define real_version 6.5.2
 %define short_version 6.5
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,12 +28,12 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.5.1
+Version:6.5.2
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 URL:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source: 
https://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-imageformats-rpmlintrc
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig

++ qtimageformats-everywhere-src-6.5.1.tar.xz -> 
qtimageformats-everywhere-src-6.5.2.tar.xz ++
 3937 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2023-05-28 Thread Source-Sync
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 2023-05-28 19:21:55

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1533 (New)


Package is "qt6-imageformats"

Sun May 28 19:21:55 2023 rev:21 rq:1089087 version:6.5.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-04-05 21:36:39.466911848 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1533/qt6-imageformats.changes  
2023-05-28 19:22:09.488717704 +0200
@@ -1,0 +2,6 @@
+Wed May 24 07:45:37 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.1
+  * https://www.qt.io/blog/qt-6.5.1-released
+
+---

Old:

  qtimageformats-everywhere-src-6.5.0.tar.xz

New:

  qtimageformats-everywhere-src-6.5.1.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.LoZrls/_old  2023-05-28 19:22:10.116721441 +0200
+++ /var/tmp/diff_new_pack.LoZrls/_new  2023-05-28 19:22:10.124721489 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.5.0
+%define real_version 6.5.1
 %define short_version 6.5
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.5.0
+Version:6.5.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.5.0.tar.xz -> 
qtimageformats-everywhere-src-6.5.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.5.0/.QT-ENTERPRISE-LICENSE-AGREEMENT 
new/qtimageformats-everywhere-src-6.5.1/.QT-ENTERPRISE-LICENSE-AGREEMENT
--- old/qtimageformats-everywhere-src-6.5.0/.QT-ENTERPRISE-LICENSE-AGREEMENT
2023-03-29 08:45:08.657524300 +0200
+++ new/qtimageformats-everywhere-src-6.5.1/.QT-ENTERPRISE-LICENSE-AGREEMENT
2023-05-22 09:05:59.328949700 +0200
@@ -1253,7 +1253,7 @@
 +--+
 | Device Utilities | | | X,R | X,R |
 +--+
-| Qt Debugging Bridge (QBD) Daemon | | | X,R | X,R |
+| Qt Debugging Bridge (QDB) Daemon | | | X,R | X,R |
 +--+
 | Qt Quick Ultralite Controls  | | | X,R | X,R |
 +--+
@@ -1669,116 +1669,152 @@
 APPENDIX 8: INTENTIONALLY LEFT BLANK
 
 APPENDIX 9: SUPPORT TERMS
+Version 2023-04
 
-These Qt support terms and conditions ("Support Terms") set forth the legal
-framework, where under The Qt Company ("The Qt Company") provides support
+These Qt support terms and conditions (“Support Terms”) set forth the legal
+framework, where under The Qt Company (“The Qt Company”) provides support
 services (as herein defined) to the Licensee.
 
 1 DEFINITIONS
 
-"Application Code" shall mean a computer software program written strictly
+“Application Code” shall mean a computer software program written strictly
 using the Qt programming language, by or for the Licensee, with a user
 interface, enabling the Licensee or their users to accomplish a specific task
 and display any results of the task on the display monitor or screen.
 
-"Dedicated Contact" shall mean the employee of The Qt Company who will be the
-first point of contact for all Designated Users' requests for Support.
+“Customer Portal” shall mean The Qt Company’s web-based service and 
support
+user interface located at https://account.qt.io/ or at another location
+designated by The Qt Company. Customer Portal is used by a Designated User with
+Qt Account, and it provides downloads, license management, license certificate
+and other services for Designated Users.
 
-"Errors" shall mean an error, flaw, mistake, failure, or fault in Licensed
+“Dedicated Contact” shall mean the employee of The Qt Company who will be 
the
+first point of contact for all Designated Users’ requests for Support.
+
+“Errors” shall mean an error, flaw, mistake, failure, or fault in Licensed
 Software that prevents it from behaving as described in the relevant
-documentation or as agreed between the Parties.
+documentation or as agreed between the Parties. Designated User can follow the
+state and progress of Errors in Customer Portal.
 
-"Extended Support" shall mean a continuation to the normal Support period,
+“Extended 

commit qt6-imageformats for openSUSE:Factory

2023-04-05 Thread Source-Sync
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 2023-04-05 21:31:50

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.19717 (New)


Package is "qt6-imageformats"

Wed Apr  5 21:31:50 2023 rev:20 rq:1077326 version:6.5.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-03-17 17:03:46.557527472 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.19717/qt6-imageformats.changes 
2023-04-05 21:36:39.466911848 +0200
@@ -1,0 +2,6 @@
+Mon Apr  3 10:02:07 UTC 2023 - Christophe Marin 
+
+- Update to 6.5.0
+  * https://www.qt.io/blog/qt-6.5-lts-released
+
+---

Old:

  qtimageformats-everywhere-src-6.4.3.tar.xz

New:

  qtimageformats-everywhere-src-6.5.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.04wys6/_old  2023-04-05 21:36:40.006914931 +0200
+++ /var/tmp/diff_new_pack.04wys6/_new  2023-04-05 21:36:40.010914953 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-imageformats
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.4.3
-%define short_version 6.4
+%define real_version 6.5.0
+%define short_version 6.5
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.4.3
+Version:6.5.0
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -37,7 +37,7 @@
 Source99:   qt6-imageformats-rpmlintrc
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt6Gui)
+BuildRequires:  cmake(Qt6Gui) = %{real_version}
 BuildRequires:  pkgconfig(libmng)
 BuildRequires:  pkgconfig(libwebp)
 %if "%{qt6_flavor}" == "docs"
@@ -54,7 +54,7 @@
 Summary:Qt 6 ImageFormats - Development files
 Requires:   %{name} = %{version}
 Requires:   libtiff-devel
-Requires:   cmake(Qt6Gui)
+Requires:   cmake(Qt6Gui) = %{real_version}
 Requires:   pkgconfig(libmng)
 Requires:   pkgconfig(libwebp)
 

++ qtimageformats-everywhere-src-6.4.3.tar.xz -> 
qtimageformats-everywhere-src-6.5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.3/.cmake.conf 
new/qtimageformats-everywhere-src-6.5.0/.cmake.conf
--- old/qtimageformats-everywhere-src-6.4.3/.cmake.conf 2023-03-11 
19:16:45.0 +0100
+++ new/qtimageformats-everywhere-src-6.5.0/.cmake.conf 2023-03-25 
20:28:35.0 +0100
@@ -1,2 +1,3 @@
-set(QT_REPO_MODULE_VERSION "6.4.3")
+set(QT_REPO_MODULE_VERSION "6.5.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.3/.tag 
new/qtimageformats-everywhere-src-6.5.0/.tag
--- old/qtimageformats-everywhere-src-6.4.3/.tag2023-03-11 
19:16:45.0 +0100
+++ new/qtimageformats-everywhere-src-6.5.0/.tag2023-03-25 
20:28:35.0 +0100
@@ -1 +1 @@
-76397817142df0bffccf8d7b4d89932af99258d9
+55bab88828ffcd43e7d380ca84b423bb1339ea75
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.3/CMakeLists.txt 
new/qtimageformats-everywhere-src-6.5.0/CMakeLists.txt
--- old/qtimageformats-everywhere-src-6.4.3/CMakeLists.txt  2023-03-11 
19:16:45.0 +0100
+++ new/qtimageformats-everywhere-src-6.5.0/CMakeLists.txt  2023-03-25 
20:28:35.0 +0100
@@ -1,17 +1,18 @@
-# Generated from qtimageformats.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
 
 cmake_minimum_required(VERSION 3.16)
 
 include(.cmake.conf)
-project(QtImageFormats # special case
+project(QtImageFormats
 VERSION "${QT_REPO_MODULE_VERSION}"
-DESCRIPTION "Qt ImageFormats Libraries" # special case
+DESCRIPTION "Qt ImageFormats Libraries"
 HOMEPAGE_URL "https://qt.io/;
 LANGUAGES CXX C
 )
 
-find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core) # special case
-find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Gui) 

commit qt6-imageformats for openSUSE:Factory

2023-03-17 Thread Source-Sync
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 2023-03-17 17:03:09

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.31432 (New)


Package is "qt6-imageformats"

Fri Mar 17 17:03:09 2023 rev:19 rq:1072401 version:6.4.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2023-01-11 14:34:51.573164801 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.31432/qt6-imageformats.changes 
2023-03-17 17:03:46.557527472 +0100
@@ -1,0 +2,6 @@
+Thu Mar 16 10:00:00 UTC 2023 - Christophe Marin 
+
+- Update to 6.4.3:
+  * https://www.qt.io/blog/qt-6.4.3-released
+
+---

Old:

  qtimageformats-everywhere-src-6.4.2.tar.xz

New:

  qtimageformats-everywhere-src-6.4.3.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.3P3MJw/_old  2023-03-17 17:03:46.997529777 +0100
+++ /var/tmp/diff_new_pack.3P3MJw/_new  2023-03-17 17:03:47.001529798 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.4.2
+%define real_version 6.4.3
 %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.2
+Version:6.4.3
 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.2.tar.xz -> 
qtimageformats-everywhere-src-6.4.3.tar.xz ++
 88792 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2023-01-11 Thread Source-Sync
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 2023-01-11 14:33:55

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.32243 (New)


Package is "qt6-imageformats"

Wed Jan 11 14:33:55 2023 rev:18 rq:1057262 version:6.4.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-11-21 15:29:03.352483897 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.32243/qt6-imageformats.changes 
2023-01-11 14:34:51.573164801 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 16:46:40 UTC 2023 - Christophe Marin 
+
+- Update to 6.4.2:
+  * https://www.qt.io/blog/qt-6.4.2-released
+
+---

Old:

  qtimageformats-everywhere-src-6.4.1.tar.xz

New:

  qtimageformats-everywhere-src-6.4.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.1j574r/_old  2023-01-11 14:34:52.113167852 +0100
+++ /var/tmp/diff_new_pack.1j574r/_new  2023-01-11 14:34:52.117167876 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.4.1
+%define real_version 6.4.2
 %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.1
+Version:6.4.2
 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.1.tar.xz -> 
qtimageformats-everywhere-src-6.4.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.1/.cmake.conf 
new/qtimageformats-everywhere-src-6.4.2/.cmake.conf
--- old/qtimageformats-everywhere-src-6.4.1/.cmake.conf 2022-11-08 
16:10:17.0 +0100
+++ new/qtimageformats-everywhere-src-6.4.2/.cmake.conf 2022-12-12 
15:02:14.0 +0100
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.4.1")
+set(QT_REPO_MODULE_VERSION "6.4.2")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.4.1/.tag 
new/qtimageformats-everywhere-src-6.4.2/.tag
--- old/qtimageformats-everywhere-src-6.4.1/.tag2022-11-08 
16:10:17.0 +0100
+++ new/qtimageformats-everywhere-src-6.4.2/.tag2022-12-12 
15:02:14.0 +0100
@@ -1 +1 @@
-a227fbad0a7160c5f54d79f473c3df7640dca56e
+13300098d15fee15616ce38215d1cb20b9d3c240
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.4.1/dependencies.yaml 
new/qtimageformats-everywhere-src-6.4.2/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.4.1/dependencies.yaml   2022-11-08 
16:10:17.0 +0100
+++ new/qtimageformats-everywhere-src-6.4.2/dependencies.yaml   2022-12-12 
15:02:14.0 +0100
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-ref: 905755304a474c942346774d930b92e3665c1bab
+ref: e3e40c44d3f998a433a6a1080297c5f28e9a768f
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.4.1/tests/auto/tiff/tst_qtiff.cpp 
new/qtimageformats-everywhere-src-6.4.2/tests/auto/tiff/tst_qtiff.cpp
--- old/qtimageformats-everywhere-src-6.4.1/tests/auto/tiff/tst_qtiff.cpp   
2022-11-08 16:10:17.0 +0100
+++ new/qtimageformats-everywhere-src-6.4.2/tests/auto/tiff/tst_qtiff.cpp   
2022-12-12 15:02:14.0 +0100
@@ -495,7 +495,7 @@
 allOptions.remove(QImageIOHandler::ImageOption(options.at(i)));
 }
 
-for (QImageIOHandler::ImageOption option : qAsConst(allOptions))
+for (QImageIOHandler::ImageOption option : std::as_const(allOptions))
 QVERIFY(!writer.supportsOption(option));
 }
 


commit qt6-imageformats for openSUSE:Factory

2022-11-21 Thread Source-Sync
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 
+
+- 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.0 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/.cmake.conf 2022-11-08 
16:10:17.0 +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/.tag2022-09-23 
05:12:00.0 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/.tag2022-11-08 
16:10:17.0 +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.0 +0200
+++ new/qtimageformats-everywhere-src-6.4.1/dependencies.yaml   2022-11-08 
16:10:17.0 +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.0 +0200
+++ 
new/qtimageformats-everywhere-src-6.4.1/src/3rdparty/libtiff/libtiff/tif_lzw.c  
2022-11-08 16:10:17.0 +0100
@@ -39,6 +39,7 @@
 
 #include 
 #include 
+#include 
 
 /* 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.0 +0200
+++ 
new/qtimageformats-everywhere-src-6.4.1/src/plugins/imageformats/tiff/qtiffhandler.cpp
  2022-11-08 16:10:17.0 +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 

commit qt6-imageformats for openSUSE:Factory

2022-10-01 Thread Source-Sync
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-10-01 17:43:06

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2275 (New)


Package is "qt6-imageformats"

Sat Oct  1 17:43:06 2022 rev:16 rq:1007312 version:6.4.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-09-15 23:00:31.569441673 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2275/qt6-imageformats.changes  
2022-10-01 17:43:25.305699078 +0200
@@ -1,0 +2,11 @@
+Thu Sep 29 10:35:52 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.4.0:
+  * https://www.qt.io/blog/qt-6.4-released
+
+---
+Fri Sep 16 08:29:07 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.4.0 RC
+
+---

Old:

  qtimageformats-everywhere-src-6.3.2.tar.xz

New:

  qtimageformats-everywhere-src-6.4.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.GcSEYk/_old  2022-10-01 17:43:25.885700133 +0200
+++ /var/tmp/diff_new_pack.GcSEYk/_new  2022-10-01 17:43:25.889700140 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.3.2
-%define short_version 6.3
+%define real_version 6.4.0
+%define short_version 6.4
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.3.2
+Version:6.4.0
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -77,7 +77,7 @@
 %if !%{qt6_docs_flavor}
 
 %files
-%license LICENSE.*
+%license LICENSES/*
 %{_qt6_pluginsdir}/imageformats/
 
 %files devel

++ qtimageformats-everywhere-src-6.3.2.tar.xz -> 
qtimageformats-everywhere-src-6.4.0.tar.xz ++
 12994 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2022-09-15 Thread Source-Sync
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-09-15 22:59:23

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2083 (New)


Package is "qt6-imageformats"

Thu Sep 15 22:59:23 2022 rev:15 rq:1003806 version:6.3.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-06-20 15:37:47.566904891 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2083/qt6-imageformats.changes  
2022-09-15 23:00:31.569441673 +0200
@@ -1,0 +2,6 @@
+Fri Sep  9 12:41:36 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.2:
+  * https://www.qt.io/blog/qt-6.3.2-released
+
+---

Old:

  qtimageformats-everywhere-src-6.3.1.tar.xz

New:

  qtimageformats-everywhere-src-6.3.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.oZUw8T/_old  2022-09-15 23:00:32.181443401 +0200
+++ /var/tmp/diff_new_pack.oZUw8T/_new  2022-09-15 23:00:32.189443423 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.3.1
+%define real_version 6.3.2
 %define short_version 6.3
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.3.1
+Version:6.3.2
 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.3.1.tar.xz -> 
qtimageformats-everywhere-src-6.3.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.3.1/.cmake.conf 
new/qtimageformats-everywhere-src-6.3.2/.cmake.conf
--- old/qtimageformats-everywhere-src-6.3.1/.cmake.conf 2022-06-06 
03:06:49.0 +0200
+++ new/qtimageformats-everywhere-src-6.3.2/.cmake.conf 2022-09-06 
09:27:24.0 +0200
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.3.1")
+set(QT_REPO_MODULE_VERSION "6.3.2")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.3.1/.tag 
new/qtimageformats-everywhere-src-6.3.2/.tag
--- old/qtimageformats-everywhere-src-6.3.1/.tag2022-06-06 
03:06:49.0 +0200
+++ new/qtimageformats-everywhere-src-6.3.2/.tag2022-09-06 
09:27:24.0 +0200
@@ -1 +1 @@
-9ae8dcdddf99e5b23038c3b96eb923a04cd83a93
+ec28a0ce38299fcae29976d0254e3427c0f953ad
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.3.1/dependencies.yaml 
new/qtimageformats-everywhere-src-6.3.2/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.3.1/dependencies.yaml   2022-06-06 
03:06:49.0 +0200
+++ new/qtimageformats-everywhere-src-6.3.2/dependencies.yaml   2022-09-06 
09:27:24.0 +0200
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-ref: 8483dcde90f40cdfd0a0ec4245b03610b46b6cae
+ref: 12dc1dc09d73f5400e1e77181749793885ed9ffc
 required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.3.1/src/imageformats/doc/src/qt6-changes.qdoc
 
new/qtimageformats-everywhere-src-6.3.2/src/imageformats/doc/src/qt6-changes.qdoc
--- 
old/qtimageformats-everywhere-src-6.3.1/src/imageformats/doc/src/qt6-changes.qdoc
   2022-06-06 03:06:49.0 +0200
+++ 
new/qtimageformats-everywhere-src-6.3.2/src/imageformats/doc/src/qt6-changes.qdoc
   1970-01-01 01:00:00.0 +0100
@@ -1,45 +0,0 @@
-/
-**
-** Copyright (C) 2020 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and 

commit qt6-imageformats for openSUSE:Factory

2022-06-20 Thread Source-Sync
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-06-20 15:37:25

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1548 (New)


Package is "qt6-imageformats"

Mon Jun 20 15:37:25 2022 rev:14 rq:983736 version:6.3.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-04-20 16:55:49.070538297 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1548/qt6-imageformats.changes  
2022-06-20 15:37:47.566904891 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 15:15:10 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.1:
+  * https://www.qt.io/blog/qt-6.3.1-released
+
+---

Old:

  qtimageformats-everywhere-src-6.3.0.tar.xz

New:

  qtimageformats-everywhere-src-6.3.1.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.LA4gdH/_old  2022-06-20 15:37:48.202905821 +0200
+++ /var/tmp/diff_new_pack.LA4gdH/_new  2022-06-20 15:37:48.206905827 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.3.0
+%define real_version 6.3.1
 %define short_version 6.3
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.3.0
+Version:6.3.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.3.0.tar.xz -> 
qtimageformats-everywhere-src-6.3.1.tar.xz ++
 10305 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2022-04-20 Thread Source-Sync
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-04-20 16:55:36

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1941 (New)


Package is "qt6-imageformats"

Wed Apr 20 16:55:36 2022 rev:13 rq:970792 version:6.3.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-03-29 18:14:49.507096217 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1941/qt6-imageformats.changes  
2022-04-20 16:55:49.070538297 +0200
@@ -1,0 +2,11 @@
+Fri Apr  8 11:56:53 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.0:
+  * https://www.qt.io/blog/qt-6.3-released
+
+---
+Tue Mar 29 12:28:32 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.3.0-rc
+
+---

Old:

  qtimageformats-everywhere-src-6.2.4.tar.xz

New:

  qtimageformats-everywhere-src-6.3.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.06HzEI/_old  2022-04-20 16:55:49.878539052 +0200
+++ /var/tmp/diff_new_pack.06HzEI/_new  2022-04-20 16:55:49.882539055 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-imageformats
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.2.4
-%define short_version 6.2
+%define real_version 6.3.0
+%define short_version 6.3
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.2.4
+Version:6.3.0
 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.2.4.tar.xz -> 
qtimageformats-everywhere-src-6.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.2.4/.QT-ENTERPRISE-LICENSE-AGREEMENT 
new/qtimageformats-everywhere-src-6.3.0/.QT-ENTERPRISE-LICENSE-AGREEMENT
--- old/qtimageformats-everywhere-src-6.2.4/.QT-ENTERPRISE-LICENSE-AGREEMENT
2022-03-10 11:21:32.044042800 +0100
+++ new/qtimageformats-everywhere-src-6.3.0/.QT-ENTERPRISE-LICENSE-AGREEMENT
2022-04-06 19:56:41.557723500 +0200
@@ -1,5 +1,5 @@
 QT LICENSE AGREEMENT
-Agreement version 4.4
+Agreement version 4.4.1
 
 This Qt License Agreement ("Agreement") is a legal agreement for the licensing
 of Licensed Software (as defined below) between The Qt Company (as defined
@@ -233,7 +233,7 @@
 United States or a legal entity incorporated outside of the United
 States or having its registered office outside of the United States,
 The Qt Company Ltd., a Finnish company with its registered office at
-Bertel Jungin aukio D3A, 02600 Espoo, Finland.
+Miestentie 7, 02150 Espoo, Finland.
 
 "Third-Party Software" shall have the meaning set forth in Section 4.
 
@@ -1054,8 +1054,8 @@
 - Appendix 1: Licensed Software details
 - Appendix 2: Pricing
 - Appendix 3: Add-on Software details (optional)
-- Appendix 4: Non-commercial and educational Licenses (optional)
-- Appendix 5: Small business and startup Licenses (optional)
+- Appendix 4: Small business and startup Licenses (optional)
+- Appendix 5: Non-commercial and educational Licenses (optional)
 - Appendix 6: License Reporting (optional)
 - Appendix 7: Marketing Rights (optional)
 - Appendix 8: Intentionally left blank (optional)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.2.4/.cmake.conf 
new/qtimageformats-everywhere-src-6.3.0/.cmake.conf
--- old/qtimageformats-everywhere-src-6.2.4/.cmake.conf 2022-03-04 
05:15:48.0 +0100
+++ new/qtimageformats-everywhere-src-6.3.0/.cmake.conf 2022-04-05 
16:01:27.0 +0200
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.4")
-set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
+set(QT_REPO_MODULE_VERSION "6.3.0")
+set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.2.4/.qmake.conf 
new/qtimageformats-everywhere-src-6.3.0/.qmake.conf
--- old/qtimageformats-everywhere-src-6.2.4/.qmake.conf 2022-03-04 
05:15:48.0 +0100
+++ 

commit qt6-imageformats for openSUSE:Factory

2022-03-29 Thread Source-Sync
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-03-29 18:14:32

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1900 (New)


Package is "qt6-imageformats"

Tue Mar 29 18:14:32 2022 rev:12 rq:965394 version:6.2.4

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2022-02-02 22:45:01.318064433 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1900/qt6-imageformats.changes  
2022-03-29 18:14:49.507096217 +0200
@@ -1,0 +2,6 @@
+Mon Mar 21 08:46:40 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.2.4
+  * https://www.qt.io/blog/qt-6.2.4-released
+
+---

Old:

  qtimageformats-everywhere-src-6.2.3.tar.xz

New:

  qtimageformats-everywhere-src-6.2.4.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.mE0rSJ/_old  2022-03-29 18:14:50.039096757 +0200
+++ /var/tmp/diff_new_pack.mE0rSJ/_new  2022-03-29 18:14:50.043096760 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.3
+%define real_version 6.2.4
 %define short_version 6.2
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.2.3
+Version:6.2.4
 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.2.3.tar.xz -> 
qtimageformats-everywhere-src-6.2.4.tar.xz ++
 2981 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2022-02-02 Thread Source-Sync
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-02-02 22:40:16

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1898 (New)


Package is "qt6-imageformats"

Wed Feb  2 22:40:16 2022 rev:11 rq:950493 version:6.2.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-12-08 22:09:56.178890183 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1898/qt6-imageformats.changes  
2022-02-02 22:41:02.079686002 +0100
@@ -1,0 +2,6 @@
+Mon Jan 31 08:54:31 UTC 2022 - Christophe Giboudeaux 
+
+- Update to 6.2.3:
+  * https://www.qt.io/blog/qt-6.2.3-released
+
+---

Old:

  qtimageformats-everywhere-src-6.2.2.tar.xz

New:

  qtimageformats-everywhere-src-6.2.3.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.rDHCvS/_old  2022-02-02 22:41:03.975673150 +0100
+++ /var/tmp/diff_new_pack.rDHCvS/_new  2022-02-02 22:41:03.979673123 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.2
+%define real_version 6.2.3
 %define short_version 6.2
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.2.2
+Version:6.2.3
 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.2.2.tar.xz -> 
qtimageformats-everywhere-src-6.2.3.tar.xz ++
 6570 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2021-12-08 Thread Source-Sync
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 2021-12-08 22:09:02

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.31177 (New)


Package is "qt6-imageformats"

Wed Dec  8 22:09:02 2021 rev:10 rq:936307 version:6.2.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-11-04 16:09:25.449041736 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.31177/qt6-imageformats.changes 
2021-12-08 22:09:56.178890183 +0100
@@ -1,0 +2,8 @@
+Wed Dec  1 10:06:03 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.2
+  * https://www.qt.io/blog/qt-6.2.2-released
+- Make sure all dependencies are present when installing devel
+  packages. Qt >= 6.2.2 is much less permissive.
+
+---

Old:

  qtimageformats-everywhere-src-6.2.1.tar.xz

New:

  qtimageformats-everywhere-src-6.2.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.uEfuDk/_old  2021-12-08 22:09:56.610890386 +0100
+++ /var/tmp/diff_new_pack.uEfuDk/_new  2021-12-08 22:09:56.614890388 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.1
+%define real_version 6.2.2
 %define short_version 6.2
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.2.1
+Version:6.2.2
 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.2.1.tar.xz -> 
qtimageformats-everywhere-src-6.2.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.2.1/.QT-ENTERPRISE-LICENSE-AGREEMENT 
new/qtimageformats-everywhere-src-6.2.2/.QT-ENTERPRISE-LICENSE-AGREEMENT
--- old/qtimageformats-everywhere-src-6.2.1/.QT-ENTERPRISE-LICENSE-AGREEMENT
2021-10-21 18:32:36.135414600 +0200
+++ new/qtimageformats-everywhere-src-6.2.2/.QT-ENTERPRISE-LICENSE-AGREEMENT
2021-11-26 23:02:15.740221000 +0100
@@ -82,7 +82,7 @@
 "Distribution License(s)" shall mean the license required for any kind of sale,
 trade, exchange, loan, lease, rental or other distribution by or on behalf of
 Licensee to a third party of Redistributables in connection with Devices
-ursuant to license grant described in Section 3.3 of this Agreement.
+pursuant to license grant described in Section 3.3 of this Agreement.
 
 "Distribution License Packs" shall mean set of prepaid Distribution Licenses 
for
 distribution of Redistributables, as defined in The Qt Company's standard price
@@ -688,7 +688,7 @@
 or through an in-person visit to Licensee's place of business. Any such
 in-person audit shall be conducted during regular business hours at
 Licensee's facilities and shall not unreasonably interfere with Licensee's
-usiness activities. The Qt Company or the independent auditor acting on
+business activities. The Qt Company or the independent auditor acting on
 behalf of The Qt Company shall be entitled to inspect Licensee's Records
 and conduct necessary interviews of Licensee's relevant employees and
 Contractors. All such Licensee's Records and use thereof shall be subject
@@ -1227,7 +1227,7 @@
 Agreement, for a Renewal Term either as new Start-up Development Licenses
 (if the Licensee still qualifies as a Start-up Company), or as normal
 Development Licenses (if the Licensee no longer qualifies as a Start-up
-ompany).
+company).
 
 APPENDIX 5: NON-COMMERCIAL USE
 The provisions of this Appendix 5 are applicable for non-commercial use of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.2.1/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
 
new/qtimageformats-everywhere-src-6.2.2/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
--- 
old/qtimageformats-everywhere-src-6.2.1/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
   2021-10-21 18:32:36.135414600 +0200
+++ 
new/qtimageformats-everywhere-src-6.2.2/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
   2021-11-26 23:02:15.736221000 +0100
@@ -82,7 +82,7 @@
 "Distribution License(s)" shall mean the license required for any kind of sale,
 trade, exchange, loan, lease, rental or other distribution by or on behalf of
 Licensee to a third party of Redistributables in connection with Devices
-ursuant to license grant described in Section 3.3 of this Agreement.
+pursuant to license grant described in 

commit qt6-imageformats for openSUSE:Factory

2021-11-04 Thread Source-Sync
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 2021-11-04 16:09:16

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1890 (New)


Package is "qt6-imageformats"

Thu Nov  4 16:09:16 2021 rev:9 rq:928704 version:6.2.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-10-04 18:41:03.238163663 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1890/qt6-imageformats.changes  
2021-11-04 16:09:25.449041736 +0100
@@ -1,0 +2,7 @@
+Tue Oct 26 11:22:36 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.1
+  * https://www.qt.io/blog/qt-6.2.1-released
+
+
+---

Old:

  qtimageformats-everywhere-src-6.2.0.tar.xz

New:

  qtimageformats-everywhere-src-6.2.1.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.EiypLD/_old  2021-11-04 16:09:26.065042096 +0100
+++ /var/tmp/diff_new_pack.EiypLD/_new  2021-11-04 16:09:26.069042099 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.0
+%define real_version 6.2.1
 %define short_version 6.2
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.2.0
+Version:6.2.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.2.0.tar.xz -> 
qtimageformats-everywhere-src-6.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.2.0/.cmake.conf 
new/qtimageformats-everywhere-src-6.2.1/.cmake.conf
--- old/qtimageformats-everywhere-src-6.2.0/.cmake.conf 2021-09-24 
20:58:34.0 +0200
+++ new/qtimageformats-everywhere-src-6.2.1/.cmake.conf 2021-10-21 
08:23:02.0 +0200
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.0")
-set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+set(QT_REPO_MODULE_VERSION "6.2.1")
+set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.2.0/.qmake.conf 
new/qtimageformats-everywhere-src-6.2.1/.qmake.conf
--- old/qtimageformats-everywhere-src-6.2.0/.qmake.conf 2021-09-24 
20:58:34.0 +0200
+++ new/qtimageformats-everywhere-src-6.2.1/.qmake.conf 2021-10-21 
08:23:02.0 +0200
@@ -2,5 +2,5 @@
 
 DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 6.2.0
+MODULE_VERSION = 6.2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.2.0/.tag 
new/qtimageformats-everywhere-src-6.2.1/.tag
--- old/qtimageformats-everywhere-src-6.2.0/.tag2021-09-24 
20:58:34.0 +0200
+++ new/qtimageformats-everywhere-src-6.2.1/.tag2021-10-21 
08:23:02.0 +0200
@@ -1 +1 @@
-0d5adb0e9cea82aa1ecf3a8b61502320bb951fb5
+4b18822799fefe41e3fafedafe016d9cd1455099
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.2.0/CMakeLists.txt 
new/qtimageformats-everywhere-src-6.2.1/CMakeLists.txt
--- old/qtimageformats-everywhere-src-6.2.0/CMakeLists.txt  2021-09-24 
20:58:34.0 +0200
+++ new/qtimageformats-everywhere-src-6.2.1/CMakeLists.txt  2021-10-21 
08:23:02.0 +0200
@@ -1,6 +1,6 @@
 # Generated from qtimageformats.pro.
 
-cmake_minimum_required(VERSION 3.15.0)
+cmake_minimum_required(VERSION 3.16)
 
 include(.cmake.conf)
 project(QtImageFormats # special case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.2.0/dependencies.yaml 
new/qtimageformats-everywhere-src-6.2.1/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.2.0/dependencies.yaml   2021-09-24 
20:58:34.0 +0200
+++ new/qtimageformats-everywhere-src-6.2.1/dependencies.yaml   2021-10-21 
08:23:02.0 +0200
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-ref: cc60cf83db6bbf9775b1f7747a48d6b7eb24e585
+ref: 9fa805f7f8dfe96d561e9ed3170770ad768baf93
 required: true


commit qt6-imageformats for openSUSE:Factory

2021-10-04 Thread Source-Sync
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 2021-10-04 18:39:52

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2443 (New)


Package is "qt6-imageformats"

Mon Oct  4 18:39:52 2021 rev:8 rq:922683 version:6.2.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-09-07 21:21:19.257295678 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2443/qt6-imageformats.changes  
2021-10-04 18:41:03.238163663 +0200
@@ -1,0 +2,21 @@
+Thu Sep 30 12:27:49 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0:
+  * https://www.qt.io/blog/qt-6.2-lts-released
+
+---
+Sat Sep 25 07:18:35 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0-rc2
+
+---
+Thu Sep 16 14:07:40 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0-rc
+
+---
+Thu Sep  9 14:05:05 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.2.0-beta4
+
+---

Old:

  qtimageformats-everywhere-src-6.1.3.tar.xz

New:

  qtimageformats-everywhere-src-6.2.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.9JtJKt/_old  2021-10-04 18:41:03.750164495 +0200
+++ /var/tmp/diff_new_pack.9JtJKt/_new  2021-10-04 18:41:03.754164501 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.1.3
-%define short_version 6.1
+%define real_version 6.2.0
+%define short_version 6.2
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.1.3
+Version:6.2.0
 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.1.3.tar.xz -> 
qtimageformats-everywhere-src-6.2.0.tar.xz ++
 4052 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2021-09-07 Thread Source-Sync
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 2021-09-07 21:21:09

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.1899 (New)


Package is "qt6-imageformats"

Tue Sep  7 21:21:09 2021 rev:7 rq:917025 version:6.1.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-07-05 22:23:45.881357611 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.1899/qt6-imageformats.changes  
2021-09-07 21:21:19.257295678 +0200
@@ -1,0 +2,6 @@
+Wed Sep  1 13:03:33 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.3:
+  * https://www.qt.io/blog/qt-6.1.3-released
+
+---

Old:

  qtimageformats-everywhere-src-6.1.2.tar.xz

New:

  qtimageformats-everywhere-src-6.1.3.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.H8Tcuu/_old  2021-09-07 21:21:19.793296326 +0200
+++ /var/tmp/diff_new_pack.H8Tcuu/_new  2021-09-07 21:21:19.797296331 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.1.2
+%define real_version 6.1.3
 %define short_version 6.1
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.1.2
+Version:6.1.3
 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.1.2.tar.xz -> 
qtimageformats-everywhere-src-6.1.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.2/.cmake.conf 
new/qtimageformats-everywhere-src-6.1.3/.cmake.conf
--- old/qtimageformats-everywhere-src-6.1.2/.cmake.conf 2021-06-18 
07:06:57.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.3/.cmake.conf 2021-08-26 
09:29:35.0 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.2")
+set(QT_REPO_MODULE_VERSION "6.1.3")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.2/.qmake.conf 
new/qtimageformats-everywhere-src-6.1.3/.qmake.conf
--- old/qtimageformats-everywhere-src-6.1.2/.qmake.conf 2021-06-18 
07:06:57.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.3/.qmake.conf 2021-08-26 
09:29:35.0 +0200
@@ -2,5 +2,5 @@
 
 DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 6.1.2
+MODULE_VERSION = 6.1.3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.2/.tag 
new/qtimageformats-everywhere-src-6.1.3/.tag
--- old/qtimageformats-everywhere-src-6.1.2/.tag2021-06-18 
07:06:57.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.3/.tag2021-08-26 
09:29:35.0 +0200
@@ -1 +1 @@
-e186a52caa858a602463b81b1e5e8e25dd158ff0
+1e064a30dbf2fe78abcdf53f0dee833c95533076
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.2/conanfile.py 
new/qtimageformats-everywhere-src-6.1.3/conanfile.py
--- old/qtimageformats-everywhere-src-6.1.2/conanfile.py2021-06-18 
07:06:57.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.3/conanfile.py2021-08-26 
09:29:35.0 +0200
@@ -37,7 +37,7 @@
 
 class QtImageFormats(ConanFile):
 name = "qtimageformats"
-version = "6.1.2"
+version = "6.1.3"
 license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement"
 author = "The Qt Company "
 url = "https://code.qt.io/cgit/qt/qtimageformats.git;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.1.2/dependencies.yaml 
new/qtimageformats-everywhere-src-6.1.3/dependencies.yaml
--- old/qtimageformats-everywhere-src-6.1.2/dependencies.yaml   2021-06-18 
07:06:57.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.3/dependencies.yaml   2021-08-26 
09:29:35.0 +0200
@@ -1,4 +1,4 @@
 dependencies:
   ../qtbase:
-ref: 4dcedb8ca4ae0c9c533997074098297abbfcf1c3
+ref: b496064efab47743fff4eb22f68e3acb3315fd9d
 required: true


commit qt6-imageformats for openSUSE:Factory

2021-07-05 Thread Source-Sync
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 2021-07-05 22:23:05

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2625 (New)


Package is "qt6-imageformats"

Mon Jul  5 22:23:05 2021 rev:6 rq:904089 version:6.1.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-06-15 16:38:34.293821773 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2625/qt6-imageformats.changes  
2021-07-05 22:23:45.881357611 +0200
@@ -1,0 +2,6 @@
+Fri Jul  2 14:07:47 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.2. New bugfix release:
+  * https://www.qt.io/blog/qt-6.1.2-released
+
+---

Old:

  qtimageformats-everywhere-src-6.1.1.tar.xz

New:

  qtimageformats-everywhere-src-6.1.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.U4Qkvy/_old  2021-07-05 22:23:46.389353680 +0200
+++ /var/tmp/diff_new_pack.U4Qkvy/_new  2021-07-05 22:23:46.393353649 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.1.1
+%define real_version 6.1.2
 %define short_version 6.1
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.1.1
+Version:6.1.2
 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.1.1.tar.xz -> 
qtimageformats-everywhere-src-6.1.2.tar.xz ++
 27306 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2021-06-15 Thread Source-Sync
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 2021-06-15 16:37:58

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.32437 (New)


Package is "qt6-imageformats"

Tue Jun 15 16:37:58 2021 rev:5 rq:900092 version:6.1.1

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-05-10 15:40:56.689188617 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.32437/qt6-imageformats.changes 
2021-06-15 16:38:34.293821773 +0200
@@ -1,0 +2,6 @@
+Tue Jun  8 05:54:11 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.1:
+  * https://www.qt.io/blog/qt-6.1.1-released
+
+---

Old:

  qtimageformats-everywhere-src-6.1.0.tar.xz

New:

  qtimageformats-everywhere-src-6.1.1.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.ciI8wf/_old  2021-06-15 16:38:34.845822730 +0200
+++ /var/tmp/diff_new_pack.ciI8wf/_new  2021-06-15 16:38:34.845822730 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.1.0
+%define real_version 6.1.1
 %define short_version 6.1
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.1.0
+Version:6.1.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.1.0.tar.xz -> 
qtimageformats-everywhere-src-6.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.0/.cmake.conf 
new/qtimageformats-everywhere-src-6.1.1/.cmake.conf
--- old/qtimageformats-everywhere-src-6.1.0/.cmake.conf 2021-05-03 
11:49:13.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.1/.cmake.conf 2021-06-02 
06:27:46.0 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.1.0")
+set(QT_REPO_MODULE_VERSION "6.1.1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.0/.qmake.conf 
new/qtimageformats-everywhere-src-6.1.1/.qmake.conf
--- old/qtimageformats-everywhere-src-6.1.0/.qmake.conf 2021-05-03 
11:49:13.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.1/.qmake.conf 2021-06-02 
06:27:46.0 +0200
@@ -2,5 +2,5 @@
 
 DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 6.1.0
+MODULE_VERSION = 6.1.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.0/.tag 
new/qtimageformats-everywhere-src-6.1.1/.tag
--- old/qtimageformats-everywhere-src-6.1.0/.tag2021-05-03 
11:49:13.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.1/.tag2021-06-02 
06:27:46.0 +0200
@@ -1 +1 @@
-e26917ebf0221c9f6ab5575ca95ae0df1e80b3fb
+da0e08acfbe61322aac0e5b472358f9124a8e42e
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.1.0/CMakeLists.txt 
new/qtimageformats-everywhere-src-6.1.1/CMakeLists.txt
--- old/qtimageformats-everywhere-src-6.1.0/CMakeLists.txt  2021-05-03 
11:49:13.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.1/CMakeLists.txt  2021-06-02 
06:27:46.0 +0200
@@ -13,6 +13,9 @@
 # special case begin
 # Make sure we only use latest private CMake API, aka no compatibility 
wrappers.
 set(QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS TRUE)
+
+# Make sure we use the fixed BASE argument of qt_add_resource.
+set(QT_USE_FIXED_QT_ADD_RESOURCE_BASE TRUE)
 # special case end
 
 find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core) # special case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.1.0/cmake/FindWrapWebP.cmake 
new/qtimageformats-everywhere-src-6.1.1/cmake/FindWrapWebP.cmake
--- old/qtimageformats-everywhere-src-6.1.0/cmake/FindWrapWebP.cmake
2021-05-03 11:49:13.0 +0200
+++ new/qtimageformats-everywhere-src-6.1.1/cmake/FindWrapWebP.cmake
2021-06-02 06:27:46.0 +0200
@@ -20,7 +20,7 @@
 return()
 endif()
 
-find_package(PkgConfig)
+find_package(PkgConfig QUIET)
 pkg_check_modules(PC_WebP libwebp)
 pkg_check_modules(PC_WebPDemux libwebpdemux)
 pkg_check_modules(PC_WebPMux libwebpmux)
@@ -40,13 +40,13 @@
HINTS ${PC_WebPMux_INCLUDEDIR})
 
 

commit qt6-imageformats for openSUSE:Factory

2021-05-10 Thread Source-Sync
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 2021-05-10 15:38:30

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2988 (New)


Package is "qt6-imageformats"

Mon May 10 15:38:30 2021 rev:4 rq:891705 version:6.1.0

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-04-06 17:32:06.631281810 +0200
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2988/qt6-imageformats.changes  
2021-05-10 15:40:56.689188617 +0200
@@ -1,0 +2,16 @@
+Thu May  6 17:10:20 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0:
+  * https://www.qt.io/blog/qt-6.1-released
+
+---
+Fri Apr 23 14:11:36 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-rc.
+
+---
+Tue Apr 13 06:35:32 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-beta3.
+
+---
@@ -5,0 +22,11 @@
+
+---
+Fri Mar 19 15:46:14 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-beta2
+
+---
+Fri Mar  5 17:24:01 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.1.0-beta1
+  https://www.qt.io/blog/qt-6.1-beta-released

Old:

  qtimageformats-everywhere-src-6.0.3.tar.xz

New:

  qtimageformats-everywhere-src-6.1.0.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.bwea6S/_old  2021-05-10 15:40:57.237186459 +0200
+++ /var/tmp/diff_new_pack.bwea6S/_new  2021-05-10 15:40:57.237186459 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.0.3
-%define short_version 6.0
+%define real_version 6.1.0
+%define short_version 6.1
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
 %define tar_suffix %{nil}
@@ -28,12 +28,12 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.0.3
+Version:6.1.0
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 URL:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/additional_libraries/%{short_version}/%{real_version}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source: 
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-imageformats-rpmlintrc
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig
@@ -81,6 +81,7 @@
 %{_qt6_pluginsdir}/imageformats/
 
 %files devel
+%{_qt6_cmakedir}/Qt6/FindLibmng.cmake
 %{_qt6_cmakedir}/Qt6/FindWrapJasper.cmake
 %{_qt6_cmakedir}/Qt6/FindWrapWebP.cmake
 %{_qt6_cmakedir}/Qt6Gui/*

++ qtimageformats-everywhere-src-6.0.3.tar.xz -> 
qtimageformats-everywhere-src-6.1.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtimageformats-everywhere-src-6.0.3/.cmake.conf 
new/qtimageformats-everywhere-src-6.1.0/.cmake.conf
--- old/qtimageformats-everywhere-src-6.0.3/.cmake.conf 2021-03-26 
06:53:47.0 +0100
+++ new/qtimageformats-everywhere-src-6.1.0/.cmake.conf 2021-05-03 
11:49:13.0 +0200
@@ -1 +1 @@
-set(QT_REPO_MODULE_VERSION "6.0.3")
+set(QT_REPO_MODULE_VERSION "6.1.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.0.3/.prev_CMakeLists.txt 
new/qtimageformats-everywhere-src-6.1.0/.prev_CMakeLists.txt
--- old/qtimageformats-everywhere-src-6.0.3/.prev_CMakeLists.txt
2021-03-26 06:53:47.0 +0100
+++ new/qtimageformats-everywhere-src-6.1.0/.prev_CMakeLists.txt
1970-01-01 01:00:00.0 +0100
@@ -1,20 +0,0 @@
-# Generated from qtimageformats.pro.
-
-cmake_minimum_required(VERSION 3.15.0)
-
-include(.cmake.conf)
-project(imageformats_FIXME
-VERSION "${QT_REPO_MODULE_VERSION}"
-DESCRIPTION "Qt imageformats_FIXME Libraries"
-HOMEPAGE_URL "https://qt.io/;
-LANGUAGES CXX C
-)
-
-find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core SET_ME_TO_SOMETHING_USEFUL)
-find_package(Qt6 ${PROJECT_VERSION} CONFIG OPTIONAL_COMPONENTS 
SET_ME_TO_SOMETHING_USEFUL)
-
-if(NOT TARGET Qt::Gui)
-message(NOTICE "Skipping the build as the condition \"TARGET Qt::Gui\" is 
not met.")
-return()
-endif()
-qt_build_repo()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit qt6-imageformats for openSUSE:Factory

2021-04-06 Thread Source-Sync
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 2021-04-06 17:30:39

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2401 (New)


Package is "qt6-imageformats"

Tue Apr  6 17:30:39 2021 rev:3 rq:882991 version:6.0.3

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2021-03-17 20:17:51.847146048 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2401/qt6-imageformats.changes  
2021-04-06 17:32:06.631281810 +0200
@@ -1,0 +2,6 @@
+Wed Mar 31 13:54:31 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.0.3
+  * https://www.qt.io/blog/qt-6.0.3-released
+
+---

Old:

  qtimageformats-everywhere-src-6.0.2.tar.xz

New:

  qtimageformats-everywhere-src-6.0.3.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.UMshSW/_old  2021-04-06 17:32:07.207282462 +0200
+++ /var/tmp/diff_new_pack.UMshSW/_new  2021-04-06 17:32:07.211282466 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.0.2
+%define real_version 6.0.3
 %define short_version 6.0
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.0.2
+Version:6.0.3
 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.0.2.tar.xz -> 
qtimageformats-everywhere-src-6.0.3.tar.xz ++
 7619 lines of diff (skipped)


commit qt6-imageformats for openSUSE:Factory

2021-03-17 Thread Source-Sync
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 2021-03-17 20:14:25

Comparing /work/SRC/openSUSE:Factory/qt6-imageformats (Old)
 and  /work/SRC/openSUSE:Factory/.qt6-imageformats.new.2401 (New)


Package is "qt6-imageformats"

Wed Mar 17 20:14:25 2021 rev:2 rq:877998 version:6.0.2

Changes:

--- /work/SRC/openSUSE:Factory/qt6-imageformats/qt6-imageformats.changes
2020-12-18 19:58:45.730022319 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-imageformats.new.2401/qt6-imageformats.changes  
2021-03-17 20:17:51.847146048 +0100
@@ -1,0 +2,12 @@
+Fri Mar  5 09:31:20 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.0.2:
+  https://www.qt.io/blog/qt-6.0.2-released
+
+---
+Thu Feb  4 07:32:56 UTC 2021 - Christophe Giboudeaux 
+
+- Update to 6.0.1
+  https://code.qt.io/cgit/qt/qtreleasenotes.git/tree/qt/6.0.1/release-note.txt
+
+---

Old:

  qtimageformats-everywhere-src-6.0.0.tar.xz

New:

  qtimageformats-everywhere-src-6.0.2.tar.xz



Other differences:
--
++ qt6-imageformats.spec ++
--- /var/tmp/diff_new_pack.8JhNhm/_old  2021-03-17 20:17:52.387146787 +0100
+++ /var/tmp/diff_new_pack.8JhNhm/_new  2021-03-17 20:17:52.387146787 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-imageformats
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.0.0
+%define real_version 6.0.2
 %define short_version 6.0
 %define short_name qtimageformats
 %define tar_name qtimageformats-everywhere-src
@@ -28,12 +28,12 @@
 %endif
 #
 Name:   qt6-imageformats%{?pkg_suffix}
-Version:6.0.0
+Version:6.0.2
 Release:0
 Summary:Qt 6 ImageFormat Plugins
 License:LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
 URL:https://www.qt.io
-Source: 
https://download.qt.io/official_releases/additional_libraries/%{short_name}/%{short_version}/%{real_version}%{tar_suffix}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source: 
https://download.qt.io/official_releases/additional_libraries/%{short_version}/%{real_version}/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
 Source99:   qt6-imageformats-rpmlintrc
 BuildRequires:  libtiff-devel
 BuildRequires:  pkgconfig

++ qtimageformats-everywhere-src-6.0.0.tar.xz -> 
qtimageformats-everywhere-src-6.0.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtimageformats-everywhere-src-6.0.0/.QT-ENTERPRISE-LICENSE-AGREEMENT 
new/qtimageformats-everywhere-src-6.0.2/.QT-ENTERPRISE-LICENSE-AGREEMENT
--- old/qtimageformats-everywhere-src-6.0.0/.QT-ENTERPRISE-LICENSE-AGREEMENT
2020-12-07 06:50:31.040647000 +0100
+++ new/qtimageformats-everywhere-src-6.0.2/.QT-ENTERPRISE-LICENSE-AGREEMENT
2021-02-25 07:38:07.802406800 +0100
@@ -1,5 +1,5 @@
 QT LICENSE AGREEMENT
-Agreement version 4.2.3
+Agreement version 4.3
 
 This Qt License Agreement ("Agreement") is a legal agreement for the licensing
 of Licensed Software (as defined below) between The Qt Company (as defined
@@ -159,14 +159,8 @@
 
 "Party" or "Parties" shall mean Licensee and/or The Qt Company.
 
-"Permitted Software" shall mean any (i) open source software (excluding Open
-Source Qt) that is a) generally available for public in source code form
-without additional cost under any of the licenses approved by Open Source
-Initiative as listed on  https://opensource.org/licenses; and (b) is in no
-way, directly or indirectly, developed by or for or otherwise related to or
-in the interest of the Licensee or its Affiliates, or (ii) software The Qt
-Company has made available via its Qt Marketplace online distribution
-channel.
+"Permitted Combination" shall have the meaning as set forth in Section
+3.4(viii).
 
 "Pre-Release Code" shall have the meaning as set forth in Section 4.
 
@@ -308,10 +302,10 @@
 
 Upon expiry of the initially agreed License Term, the respective License Terms
 shall be automatically extended to one or more Renewal Term(s), unless and
-until either Party notifies the other Party in writing that it does not wish
-to continue the License Term, such notification to be provided to the other
-Party no less than thirty (30) days before expiry of the respective License
-Term.
+until either Party notifies the other Party in writing, or any other method
+acceptable to The Qt Company, that it