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-02-03 21:27:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-quicktimeline (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-quicktimeline"

Tue Feb  3 21:27:17 2026 rev:41 rq:1330595 version:6.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-quicktimeline/qt6-quicktimeline.changes      
2025-11-25 15:49:10.021166142 +0100
+++ 
/work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.1995/qt6-quicktimeline.changes
    2026-02-03 21:27:54.931606216 +0100
@@ -1,0 +2,6 @@
+Sat Jan 31 08:10:40 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.10.2:
+  * https://www.qt.io/blog/qt-6.10.2-released
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ qt6-quicktimeline.spec ++++++
--- /var/tmp/diff_new_pack.KPbgWi/_old  2026-02-03 21:27:55.651636436 +0100
+++ /var/tmp/diff_new_pack.KPbgWi/_new  2026-02-03 21:27:55.655636604 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qt6-quicktimeline
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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.10.1
+%define real_version 6.10.2
 %define short_version 6.10
 %define tar_name qtquicktimeline-everywhere-src
 %define tar_suffix %{nil}
@@ -27,7 +27,7 @@
 %endif
 #
 Name:           qt6-quicktimeline%{?pkg_suffix}
-Version:        6.10.1
+Version:        6.10.2
 Release:        0
 Summary:        Qt 6 module for creating keyframe-based animations
 License:        GPL-3.0-only

++++++ qtquicktimeline-everywhere-src-6.10.1.tar.xz -> 
qtquicktimeline-everywhere-src-6.10.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.10.1/.cmake.conf 
new/qtquicktimeline-everywhere-src-6.10.2/.cmake.conf
--- old/qtquicktimeline-everywhere-src-6.10.1/.cmake.conf       2025-11-13 
21:37:04.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.10.2/.cmake.conf       2026-01-22 
20:42:22.000000000 +0100
@@ -1,5 +1,7 @@
-set(QT_REPO_MODULE_VERSION "6.10.1")
+set(QT_REPO_MODULE_VERSION "6.10.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")
-list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_CONTEXTLESS_CONNECT=1")
+set(QT_EXTRA_INTERNAL_TARGET_DEFINES
+    "QT_NO_CONTEXTLESS_CONNECT=1"
+    "QT_NO_FOREACH=1"
+    "QT_NO_QASCONST=1"
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.10.1/.tag 
new/qtquicktimeline-everywhere-src-6.10.2/.tag
--- old/qtquicktimeline-everywhere-src-6.10.1/.tag      2025-11-13 
21:37:04.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.10.2/.tag      2026-01-22 
20:42:22.000000000 +0100
@@ -1 +1 @@
-1289642dc2f2ea0217b586c87e2a88ccc85ea8be
+372127db608a0fbae24e767bcd9b8e2fe7c0ae57
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.1/dependencies.yaml 
new/qtquicktimeline-everywhere-src-6.10.2/dependencies.yaml
--- old/qtquicktimeline-everywhere-src-6.10.1/dependencies.yaml 2025-11-13 
21:37:04.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.10.2/dependencies.yaml 2026-01-22 
20:42:22.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: 90b845d15ffb97693dba527385db83510ebd121a
+    ref: 000d6c62f7880bb8d3054724e8da0b8ae244130e
     required: true
   ../qtdeclarative:
-    ref: 22fb5e739a2ea700448b22d34ade0d5c1927cb48
+    ref: 09c70541c76659bcd8c49f05841b0e778c9ffd4c
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtquicktimeline-everywhere-src-6.10.1/src/timeline/qquickkeyframe.cpp 
new/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframe.cpp
--- old/qtquicktimeline-everywhere-src-6.10.1/src/timeline/qquickkeyframe.cpp   
2025-11-13 21:37:04.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-6.10.2/src/timeline/qquickkeyframe.cpp   
2026-01-22 20:42:22.000000000 +0100
@@ -69,7 +69,8 @@
     });
 }
 
-// time, easingType, data
+// a valid frame : time, easingType, data
+// returns total size(data + 2) if valid, -1 otherwise
 static int validFrameSize(QMetaType::Type type)
 {
     switch (type) {
@@ -273,8 +274,12 @@
     // Start keyframes array
     QCborArray kfArray = kfSrcCborArray.at(3).toArray();
     const auto arraySize = kfArray.size();
+    if (arraySize % frameSize != 0)
+        return error(QStringLiteral("invalid keyframe array"));
+
     bool validKeyframeData = true;
-    for (qsizetype i = 0; i < arraySize - frameSize; i += frameSize) {
+    for (qsizetype i = 0; i < arraySize; i += frameSize) {
+        // An array element should be ( time, easingType, keyframeData )
         auto keyframe = std::make_unique<QQuickKeyframe>(q);
 
         keyframe->setFrame(kfArray.at(i).toDouble());

Reply via email to