Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-quicktimeline for 
openSUSE:Factory checked in at 2026-03-28 20:12:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-quicktimeline (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-quicktimeline"

Sat Mar 28 20:12:44 2026 rev:42 rq:1342808 version:6.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-quicktimeline/qt6-quicktimeline.changes      
2026-02-03 21:27:54.931606216 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.8177/qt6-quicktimeline.changes
    2026-03-28 20:13:13.465109270 +0100
@@ -1,0 +2,6 @@
+Mon Mar 23 10:37:52 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.11.0
+  https://www.qt.io/blog/qt-6.11-released
+
+-------------------------------------------------------------------

Old:
----
  qtquicktimeline-everywhere-src-6.10.2.tar.xz

New:
----
  qtquicktimeline-everywhere-src-6.11.0.tar.xz

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

Other differences:
------------------
++++++ qt6-quicktimeline.spec ++++++
--- /var/tmp/diff_new_pack.ro2O8O/_old  2026-03-28 20:13:14.637157642 +0100
+++ /var/tmp/diff_new_pack.ro2O8O/_new  2026-03-28 20:13:14.637157642 +0100
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.10.2
-%define short_version 6.10
+%define real_version 6.11.0
+%define short_version 6.11
 %define tar_name qtquicktimeline-everywhere-src
 %define tar_suffix %{nil}
 #
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-quicktimeline%{?pkg_suffix}
-Version:        6.10.2
+Version:        6.11.0
 Release:        0
 Summary:        Qt 6 module for creating keyframe-based animations
 License:        GPL-3.0-only

++++++ qtquicktimeline-everywhere-src-6.10.2.tar.xz -> 
qtquicktimeline-everywhere-src-6.11.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.10.2/.cmake.conf 
new/qtquicktimeline-everywhere-src-6.11.0/.cmake.conf
--- old/qtquicktimeline-everywhere-src-6.10.2/.cmake.conf       2026-01-22 
20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/.cmake.conf       2026-03-10 
06:07:54.000000000 +0100
@@ -1,7 +1,8 @@
-set(QT_REPO_MODULE_VERSION "6.10.2")
+set(QT_REPO_MODULE_VERSION "6.11.0")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
 set(QT_EXTRA_INTERNAL_TARGET_DEFINES
     "QT_NO_CONTEXTLESS_CONNECT=1"
     "QT_NO_FOREACH=1"
     "QT_NO_QASCONST=1"
+    "QT_NO_URL_CAST_FROM_STRING=1"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.10.2/.tag 
new/qtquicktimeline-everywhere-src-6.11.0/.tag
--- old/qtquicktimeline-everywhere-src-6.10.2/.tag      2026-01-22 
20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/.tag      2026-03-10 
06:07:54.000000000 +0100
@@ -1 +1 @@
-372127db608a0fbae24e767bcd9b8e2fe7c0ae57
+364dc7f2d66e2f4950531e8ca2838035c4ea532a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.10.2/CMakeLists.txt 
new/qtquicktimeline-everywhere-src-6.11.0/CMakeLists.txt
--- old/qtquicktimeline-everywhere-src-6.10.2/CMakeLists.txt    2026-01-22 
20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/CMakeLists.txt    2026-03-10 
06:07:54.000000000 +0100
@@ -13,10 +13,15 @@
     LANGUAGES CXX C
 )
 
-find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals 
Core) # special case
-find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Quick) # 
special case
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS BuildInternals)
+
+# This should be called as early as possible, just after 
find_package(BuildInternals) where it is
+# defined.
 qt_internal_project_setup()
 
+find_package(Qt6 ${PROJECT_VERSION} CONFIG REQUIRED COMPONENTS Core)
+find_package(Qt6 ${PROJECT_VERSION} QUIET CONFIG OPTIONAL_COMPONENTS Quick)
+
 if(NOT TARGET Qt::Quick)
     message(NOTICE "Skipping the build as the condition \"TARGET Qt::Quick\" 
is not met.")
     return()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.10.2/REUSE.toml 
new/qtquicktimeline-everywhere-src-6.11.0/REUSE.toml
--- old/qtquicktimeline-everywhere-src-6.10.2/REUSE.toml        2026-01-22 
20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/REUSE.toml        2026-03-10 
06:07:54.000000000 +0100
@@ -3,7 +3,7 @@
 [[annotations]]
 path = ["tests/**.cbor", "tests/**.txt"]
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR GPL-3.0-only"
 
 [[annotations]]
@@ -11,32 +11,32 @@
         ".tag"]
 precedence = "closest"
 comment = "build system"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "BSD-3-Clause"
 
 [[annotations]]
 path = ["**/.gitattributes", "**.gitignore", "**.gitreview"]
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["**/doc/images/**", "**.qdocconf", "src/timeline/doc/style/style.css"]
 comment = "documentation"
 precedence = "closest"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
 
 [[annotations]]
 path = ["**.toml", "licenseRule.json"]
 precedence = "override"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR BSD-3-Clause"
 
 [[annotations]]
 path = ["**/qt_attribution.json"]
 precedence = "override"
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
 
 [[annotations]]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/dependencies.yaml 
new/qtquicktimeline-everywhere-src-6.11.0/dependencies.yaml
--- old/qtquicktimeline-everywhere-src-6.10.2/dependencies.yaml 2026-01-22 
20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/dependencies.yaml 2026-03-10 
06:07:54.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: 000d6c62f7880bb8d3054724e8da0b8ae244130e
+    ref: 8ba7ea4b77a4b8f1948760221e264917ddc9e1c8
     required: true
   ../qtdeclarative:
-    ref: 09c70541c76659bcd8c49f05841b0e778c9ffd4c
+    ref: e602a097ca314e9610b1fd3b7dbfa467a868731a
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/dist/REUSE.toml 
new/qtquicktimeline-everywhere-src-6.11.0/dist/REUSE.toml
--- old/qtquicktimeline-everywhere-src-6.10.2/dist/REUSE.toml   2026-01-22 
20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/dist/REUSE.toml   2026-03-10 
06:07:54.000000000 +0100
@@ -4,5 +4,5 @@
 path = ["*"]
 precedence = "override"
 comment = "Licensed as documentation."
-SPDX-FileCopyrightText = "Copyright (C) 2024 The Qt Company Ltd."
+SPDX-FileCopyrightText = "Copyright (C) The Qt Company Ltd."
 SPDX-License-Identifier = "LicenseRef-Qt-Commercial OR 
GFDL-1.3-no-invariants-only"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/CMakeLists.txt 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/CMakeLists.txt
--- old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/CMakeLists.txt       
2026-01-22 20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/CMakeLists.txt       
2026-03-10 06:07:54.000000000 +0100
@@ -8,7 +8,7 @@
     CLASS_NAME QtQuickTimelinePlugin
     PLUGIN_TARGET qtquicktimelineplugin
     DEPENDENCIES
-        QtQuick
+        QtQuick/auto
     SOURCES
         qquickkeyframedatautils_p.h
         qquickkeyframe.cpp qquickkeyframe_p.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/CMakeLists.txt
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/CMakeLists.txt
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/CMakeLists.txt
    2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/CMakeLists.txt
    2026-03-10 06:07:54.000000000 +0100
@@ -8,7 +8,8 @@
     CLASS_NAME QtQuickTimelineBlendTreesPlugin
     PLUGIN_TARGET qtquicktimelineblendtreesplugin
     DEPENDENCIES
-        QtQuickTimeline
+        QtQuick/auto
+        QtQuick.Timeline/auto
     SOURCES
         qblendtreenode.cpp qblendtreenode_p.h
         qtimelineanimationnode.cpp qtimelineanimationnode_p.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendanimationnode.cpp
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendanimationnode.cpp
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendanimationnode.cpp
   2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendanimationnode.cpp
   2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qblendanimationnode_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendanimationnode_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendanimationnode_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendanimationnode_p.h
   2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendanimationnode_p.h
   2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QBLENDANIMATIONNODE_P_H
 #define QBLENDANIMATIONNODE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendtreenode.cpp
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendtreenode.cpp
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendtreenode.cpp
        2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendtreenode.cpp
        2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qblendtreenode_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendtreenode_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendtreenode_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qblendtreenode_p.h
        2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qblendtreenode_p.h
        2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QBLENDTREENODE_P_H
 #define QBLENDTREENODE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtimelineanimationnode.cpp
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtimelineanimationnode.cpp
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtimelineanimationnode.cpp
        2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtimelineanimationnode.cpp
        2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qtimelineanimationnode_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtimelineanimationnode_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtimelineanimationnode_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtimelineanimationnode_p.h
        2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtimelineanimationnode_p.h
        2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QTIMELINEANIMATIONNODE_P_H
 #define QTIMELINEANIMATIONNODE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtquicktimelineblendtreesglobal.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtquicktimelineblendtreesglobal.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtquicktimelineblendtreesglobal.h
 2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtquicktimelineblendtreesglobal.h
 2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QTQUICKTIMELINEBLENDTREESGLOBAL_H
 #define QTQUICKTIMELINEBLENDTREESGLOBAL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtquicktimelineblendtreesglobal_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtquicktimelineblendtreesglobal_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/blendtrees/qtquicktimelineblendtreesglobal_p.h
       2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/blendtrees/qtquicktimelineblendtreesglobal_p.h
       2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2023 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QTQUICKTIMELINEBLENDTREESGLOBAL_P_H
 #define QTQUICKTIMELINEBLENDTREESGLOBAL_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframe.cpp 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquickkeyframe.cpp
--- old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframe.cpp   
2026-01-22 20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquickkeyframe.cpp   
2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:critical reason:data-parser
 
 #include "qquickkeyframe_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframe_p.h 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquickkeyframe_p.h
--- old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframe_p.h   
2026-01-22 20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquickkeyframe_p.h   
2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QQUICKKEYFRAME_P_H
 #define QQUICKKEYFRAME_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframedatautils_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquickkeyframedatautils_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframedatautils_p.h
  2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquickkeyframedatautils_p.h
  2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2020 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QQUICKKEYFRAMEDATAUTILS_H
 #define QQUICKKEYFRAMEDATAUTILS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimeline.cpp 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimeline.cpp
--- old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimeline.cpp   
2026-01-22 20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimeline.cpp   
2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qquicktimeline_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimeline_p.h 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimeline_p.h
--- old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimeline_p.h   
2026-01-22 20:42:22.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimeline_p.h   
2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QQUICKTIMELINE_P_H
 #define QQUICKTIMELINE_P_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimelineanimation.cpp
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimelineanimation.cpp
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimelineanimation.cpp
  2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimelineanimation.cpp
  2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #include "qquicktimelineanimation_p.h"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimelineanimation_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimelineanimation_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquicktimelineanimation_p.h
  2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qquicktimelineanimation_p.h
  2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2019 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QQUICKTIMELINEANIMATION_H
 #define QQUICKTIMELINEANIMATION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qtquicktimelineglobal.h 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qtquicktimelineglobal.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qtquicktimelineglobal.h  
    2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qtquicktimelineglobal.h  
    2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QTQUICKTIMELINEGLOBAL_H
 #define QTQUICKTIMELINEGLOBAL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qtquicktimelineglobal_p.h
 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qtquicktimelineglobal_p.h
--- 
old/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qtquicktimelineglobal_p.h
    2026-01-22 20:42:22.000000000 +0100
+++ 
new/qtquicktimeline-everywhere-src-6.11.0/src/timeline/qtquicktimelineglobal_p.h
    2026-03-10 06:07:54.000000000 +0100
@@ -1,5 +1,6 @@
 // Copyright (C) 2021 The Qt Company Ltd.
 // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// Qt-Security score:significant reason:default
 
 #ifndef QTQUICKTIMELINEGLOBAL_P_H
 #define QTQUICKTIMELINEGLOBAL_P_H

Reply via email to