Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-quickeffectmaker for openSUSE:Factory checked in at 2025-06-05 20:33:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-quickeffectmaker (Old) and /work/SRC/openSUSE:Factory/.qt6-quickeffectmaker.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-quickeffectmaker" Thu Jun 5 20:33:16 2025 rev:17 rq:1282573 version:6.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-quickeffectmaker/qt6-quickeffectmaker.changes 2025-04-07 17:36:26.244372457 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-quickeffectmaker.new.19631/qt6-quickeffectmaker.changes 2025-06-05 20:33:45.623849324 +0200 @@ -1,0 +2,7 @@ +Tue Jun 3 07:49:30 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.9.1: + * https://www.qt.io/blog/qt-6.9.1-released +- Add a _constraints file for ppc64le builds + +------------------------------------------------------------------- Old: ---- qtquickeffectmaker-everywhere-src-6.9.0.tar.xz New: ---- _constraints qtquickeffectmaker-everywhere-src-6.9.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-quickeffectmaker.spec ++++++ --- /var/tmp/diff_new_pack.B94NaF/_old 2025-06-05 20:33:46.383880925 +0200 +++ /var/tmp/diff_new_pack.B94NaF/_new 2025-06-05 20:33:46.383880925 +0200 @@ -16,7 +16,7 @@ # -%define real_version 6.9.0 +%define real_version 6.9.1 %define short_version 6.9 %define tar_name qtquickeffectmaker-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-quickeffectmaker%{?pkg_suffix} -Version: 6.9.0 +Version: 6.9.1 Release: 0 Summary: Tool for creating shader effects for Qt Quick License: GPL-3.0-only ++++++ _constraints ++++++ <constraints> <overwrite> <conditions> <arch>ppc64le</arch> </conditions> <hardware> <memory> <size unit="G">8</size> </memory> </hardware> </overwrite> </constraints> ++++++ qtquickeffectmaker-everywhere-src-6.9.0.tar.xz -> qtquickeffectmaker-everywhere-src-6.9.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/.cmake.conf new/qtquickeffectmaker-everywhere-src-6.9.1/.cmake.conf --- old/qtquickeffectmaker-everywhere-src-6.9.0/.cmake.conf 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/.cmake.conf 2025-05-29 04:19:43.000000000 +0200 @@ -1,4 +1,4 @@ -set(QT_REPO_MODULE_VERSION "6.9.0") +set(QT_REPO_MODULE_VERSION "6.9.1") set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1") list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_CONTEXTLESS_CONNECT=1") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/.gitreview new/qtquickeffectmaker-everywhere-src-6.9.1/.gitreview --- old/qtquickeffectmaker-everywhere-src-6.9.0/.gitreview 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/.gitreview 2025-05-29 04:19:43.000000000 +0200 @@ -0,0 +1,4 @@ +[gerrit] +host=codereview.qt-project.org +project=qt/qtquickeffectmaker +defaultbranch=dev diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/.tag new/qtquickeffectmaker-everywhere-src-6.9.1/.tag --- old/qtquickeffectmaker-everywhere-src-6.9.0/.tag 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/.tag 2025-05-29 04:19:43.000000000 +0200 @@ -1 +1 @@ -2db777f18e256e6507f5d5371bdfd37697b8c591 +14d6c115f0f7c27142214ca631eb6ccfe76bda20 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/REUSE.toml new/qtquickeffectmaker-everywhere-src-6.9.1/REUSE.toml --- old/qtquickeffectmaker-everywhere-src-6.9.0/REUSE.toml 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/REUSE.toml 2025-05-29 04:19:43.000000000 +0200 @@ -13,18 +13,18 @@ SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only" [[annotations]] -path = ["**CMakeLists.txt", ".cmake.conf", "**.yaml", "**.plist"] +path = ["**CMakeLists.txt", ".cmake.conf", "**.yaml", "**.plist", ".tag"] precedence = "closest" comment = "build system" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." SPDX-License-Identifier = "BSD-3-Clause" [[annotations]] -path = [".tag", "**/.gitattributes", "**.gitignore"] +path = ["**/.gitattributes", "**.gitignore", "**.gitreview"] precedence = "closest" -comment = "version control system. Licensed as build system" +comment = "version control system. Infrastructure" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." -SPDX-License-Identifier = "BSD-3-Clause" +SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause" [[annotations]] path = ["examples/**", "tools/qqem/qml/about_effect/*"] @@ -49,10 +49,10 @@ [[annotations]] path = ["**.toml", "licenseRule.json"] -comment = "documentation" +comment = "infrastructure" precedence = "override" SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd." -SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only" +SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause" [[annotations]] path = ["**/qt_attribution.json"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/coin/module_config.yaml new/qtquickeffectmaker-everywhere-src-6.9.1/coin/module_config.yaml --- old/qtquickeffectmaker-everywhere-src-6.9.0/coin/module_config.yaml 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/coin/module_config.yaml 2025-05-29 04:19:43.000000000 +0200 @@ -6,7 +6,6 @@ instructions: Build: - # to be turned on when the module source SBOM pass the license check - type: EnvironmentVariable variableName: VERIFY_SOURCE_SBOM variableValue: "ON" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/dependencies.yaml new/qtquickeffectmaker-everywhere-src-6.9.1/dependencies.yaml --- old/qtquickeffectmaker-everywhere-src-6.9.0/dependencies.yaml 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/dependencies.yaml 2025-05-29 04:19:43.000000000 +0200 @@ -1,13 +1,13 @@ dependencies: ../qtbase: - ref: 25986746947798e1a22d0830d3bcb11a55fcd3ae + ref: 2ad23cd72d5f122f88ce95792a4323d639c27d25 required: true ../qtdeclarative: - ref: 47ecb4fa226253c1ac85be8130ba905f95318f36 + ref: 1e6adc3d5f1f4cbbb77b41911395782dff43cccd required: true ../qtquick3d: - ref: 1a50a5d1a5cd4f07d23490325964a599bfea8dc1 + ref: 9dbdffb662559841b284df117c6360b0e8e587c8 required: false ../qtshadertools: - ref: d6b8c38ef5b4ad382bc8bfaf8a9b81e748daba9e + ref: 661130571df1a19bd10dd7705fe689cfde835dad required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/licenseRule.json new/qtquickeffectmaker-everywhere-src-6.9.1/licenseRule.json --- old/qtquickeffectmaker-everywhere-src-6.9.0/licenseRule.json 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/licenseRule.json 2025-05-29 04:19:43.000000000 +0200 @@ -1,6 +1,6 @@ [ { - "comment" : ["file_pattern_ending: strings matched against the end of a file name.", + "comment": ["file_pattern_ending: strings matched against the end of a file name.", "location keys: regular expression matched against the beginning of", "the file path (relative to the git submodule root).", "spdx: list of SPDX-License-Expression's allowed in the matching files.", @@ -9,108 +9,119 @@ "unless they are examples", "Files with other endings can also be build system files" ], - "file_pattern_ending" : ["CMakeLists.txt", ".cmake", ".pro", ".pri", ".prf", + "file_pattern_ending": ["CMakeLists.txt", ".cmake", ".pro", ".pri", ".prf", "configure", "configure.bat", "cmake.in", "plist.in", "CMakeLists.txt.in", - ".cmake.conf", ".gitattributes", ".gitignore", ".tag", ".yaml", "ci_config_linux.json", + ".cmake.conf", ".tag", ".yaml", "ci_config_linux.json", "configure.json", ".qrc", ".plist"], - "location" : { - "" : { - "comment" : "Default", - "file type" : "build system", - "spdx" : ["BSD-3-Clause"] - }, - "(.*)(examples/|snippets/)" : { - "comment" : "Example takes precedence", - "file type" : "examples and snippets", - "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] + "location": { + "": { + "comment": "Default", + "file type": "build system", + "spdx": ["BSD-3-Clause"] + }, + "(.*)(examples/|snippets/)": { + "comment": "Example takes precedence", + "file type": "examples and snippets", + "spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] } } }, { - "comments" : ["Files with the following endings are Tool licensed,", + "comments": ["Files with the following endings are infrastructure licensed"], + "file_pattern_ending": [".gitattributes", ".gitignore", ".gitmodules", ".gitreview", + "clang-format", "licenseRule.json", "REUSE.toml"], + "location":{ + "": { + "comment": "Default", + "file type": "infrastructure", + "spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] + } + } + }, + { + "comments": ["Files with the following endings are Tool licensed,", "unless they are examples.", "Files with other endings can also be tool files."], - "file_pattern_ending" : [".sh", ".py", ".pl", ".bat", ".ps1"], - "location" :{ - "" : { - "comment" : "Default", - "file type" : "tools and utils", - "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"] - }, - "(.*)(examples/|snippets/)" : { - "comment" : "Example takes precedence", - "file type" : "examples and snippets", - "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] + "file_pattern_ending": [".sh", ".py", ".pl", ".bat", ".ps1"], + "location":{ + "": { + "comment": "Default", + "file type": "tools and utils", + "spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0"] + }, + "(.*)(examples/|snippets/)": { + "comment": "Example takes precedence", + "file type": "examples and snippets", + "spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] } } }, { - "comment" : "Files with the following endings are Documentation licensed.", - "file_pattern_ending" : [".qdoc", ".qdocinc" , ".qdocconf", "README", "qt_attribution.json", - "REUSE.toml", "licenseRule.json"], - "location" :{ - "" : { - "comment" : "", - "file type" : "documentation", - "spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"] + "comment": "Files with the following endings are Documentation licensed.", + "file_pattern_ending": [".qdoc", ".qdocinc" , ".qdocconf", "README", "qt_attribution.json"], + "location":{ + "": { + "comment": "", + "file type": "documentation", + "spdx": ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"] } } }, { - "comment" : ["All other files", + "comment": ["All other files", "The licensing is defined only by the file location in the Qt module repository.", "NO <file_pattern_ending> key for this case!", "This needs to be the last entry of the file."], - "location" : { - "" : { - "comment" : "Default", - "file type" : "module and plugin", - "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"] - }, - "dist/" : { - "comment" : "Default", - "file type" : "documentation", - "spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"] - }, - "src/" : { - "comment" : "Default", - "file type" : "module and plugin", - "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"] - }, - "tests/" : { - "comment" : "Default", - "file type" : "test", - "spdx" : ["LicenseRef-Qt-Commercial OR GPL-3.0-only"] - }, - "(.*)(examples/|snippets/)" : { - "comment" : "Default", - "file type" : "examples and snippets", - "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] - }, - "(.*|examples).*doc/images/" : { - "comment" : "Default", - "file type" : "documentation", - "spdx" : ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"] - }, - "config\\.tests/" : { - "comment" : "Default", - "file type" : "build system", - "spdx" : ["BSD-3-Clause"] - }, - "nodes/" : { - "comment" : "these nodes give starting points to your shaders, which users can modify", - "file type" : "examples and snippets", - "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] - }, - "tools/qqem/qml/about_effect/" : { - "comment" : "used to create AboutEffect1.qml", - "file type" : "examples and snippets", - "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] - }, - "tools/qqem/qml/fonts/SourceCodePro" : { - "comment" : "", - "file type" : "3rd party", - "spdx" : ["OFL-1.1"] + "location": { + "": { + "comment": "Default", + "file type": "module and plugin", + "spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"] + }, + "dist/": { + "comment": "Default", + "file type": "documentation", + "spdx": ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"] + }, + "src/": { + "comment": "Default", + "file type": "module and plugin", + "spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"] + }, + "tests/": { + "comment": "Default", + "file type": "test", + "spdx": ["LicenseRef-Qt-Commercial OR GPL-3.0-only"] + }, + "(.*)(examples/|snippets/)": { + "comment": "Default", + "file type": "examples and snippets", + "spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] + }, + "(.*|examples).*doc/images/": { + "comment": "Default", + "file type": "documentation", + "spdx": ["LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only"] + }, + "config\\.tests/": { + "comment": "Default", + "file type": "build system", + "spdx": ["BSD-3-Clause"] + }, + "nodes/": { + "comment": "these nodes give starting points to your shaders, which users can modify", + "file type": "examples and snippets", + "spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] + }, + "tools/qqem/qml/about_effect/": { + "comment": "used to create AboutEffect1.qml", + "file type": "examples and snippets", + "spdx": ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] + }, + "tools/qqem/qml/fonts/SourceCodePro": { + "comment": "", + "file type": "3rd party", + "spdx": ["OFL-1.1"] } } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquickeffectmaker-everywhere-src-6.9.0/tools/qqem/qml/AboutDialog.qml new/qtquickeffectmaker-everywhere-src-6.9.1/tools/qqem/qml/AboutDialog.qml --- old/qtquickeffectmaker-everywhere-src-6.9.0/tools/qqem/qml/AboutDialog.qml 2025-03-29 02:24:33.000000000 +0100 +++ new/qtquickeffectmaker-everywhere-src-6.9.1/tools/qqem/qml/AboutDialog.qml 2025-05-29 04:19:43.000000000 +0200 @@ -42,19 +42,13 @@ width: parent.width spacing: 10 Label { - text: qsTr("Copyright 2022 The Qt Company Ltd. All rights reserved.") + text: qsTr("Copyright (C) The Qt Company Ltd and other contributors.") width: parent.width wrapMode: Label.WrapAtWordBoundaryOrAnywhere font.pixelSize: 14 color: mainView.foregroundColor2 } - Label { - text: qsTr("The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE."); - width: parent.width - wrapMode: Label.WordWrap - font.pixelSize: 14 - color: mainView.foregroundColor2 - } + } } }