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 2021-06-15 16:38:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-quicktimeline (Old) and /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-quicktimeline" Tue Jun 15 16:38:00 2021 rev:5 rq:900095 version:6.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-quicktimeline/qt6-quicktimeline.changes 2021-05-10 15:40:59.433177811 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.32437/qt6-quicktimeline.changes 2021-06-15 16:38:37.069826581 +0200 @@ -1,0 +2,6 @@ +Tue Jun 8 05:54:17 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 6.1.1: + * https://www.qt.io/blog/qt-6.1.1-released + +------------------------------------------------------------------- Old: ---- qtquicktimeline-everywhere-src-6.1.0.tar.xz New: ---- qtquicktimeline-everywhere-src-6.1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-quicktimeline.spec ++++++ --- /var/tmp/diff_new_pack.mz6UNW/_old 2021-06-15 16:38:37.561827434 +0200 +++ /var/tmp/diff_new_pack.mz6UNW/_new 2021-06-15 16:38:37.565827440 +0200 @@ -1,7 +1,7 @@ # # spec file for package qt6-quicktimeline # -# 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.1.0 +%define real_version 6.1.1 %define short_version 6.1 %define tar_name qtquicktimeline-everywhere-src %define tar_suffix %{nil} @@ -27,7 +27,7 @@ %endif # Name: qt6-quicktimeline%{?pkg_suffix} -Version: 6.1.0 +Version: 6.1.1 Release: 0 Summary: Qt 6 module for creating keyframe-based animations License: GPL-3.0-or-later @@ -51,12 +51,16 @@ parameterization. This module is directly supported by Qt Design Studio and Qt Quick Designer, with a timeline editor to create keyframe-based animations. +%if !%{qt6_docs_flavor} + %package imports Summary: Qt 6 QuickTimeline QML files and plugins %description imports QML files and plugins from the Qt 6 QuickTimeline module +%endif + %prep %autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix} ++++++ qtquicktimeline-everywhere-src-6.1.0.tar.xz -> qtquicktimeline-everywhere-src-6.1.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/.cmake.conf new/qtquicktimeline-everywhere-src-6.1.1/.cmake.conf --- old/qtquicktimeline-everywhere-src-6.1.0/.cmake.conf 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/.cmake.conf 2021-06-02 09:14:21.000000000 +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/qtquicktimeline-everywhere-src-6.1.0/.qmake.conf new/qtquicktimeline-everywhere-src-6.1.1/.qmake.conf --- old/qtquicktimeline-everywhere-src-6.1.0/.qmake.conf 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/.qmake.conf 2021-06-02 09:14:21.000000000 +0200 @@ -2,6 +2,6 @@ CONFIG += warning_clean DEFINES += QT_NO_FOREACH -MODULE_VERSION = 6.1.0 +MODULE_VERSION = 6.1.1 CMAKE_MODULE_TESTS = - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/.tag new/qtquicktimeline-everywhere-src-6.1.1/.tag --- old/qtquicktimeline-everywhere-src-6.1.0/.tag 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/.tag 2021-06-02 09:14:21.000000000 +0200 @@ -1 +1 @@ -15f7e6e797af60a25ec30b76bfcc3914d6385507 +cf110c2aa2ee426015e0a2fddfad25dc2611c1e1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/CMakeLists.txt new/qtquicktimeline-everywhere-src-6.1.1/CMakeLists.txt --- old/qtquicktimeline-everywhere-src-6.1.0/CMakeLists.txt 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/CMakeLists.txt 2021-06-02 09:14:21.000000000 +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) # sepcial 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/qtquicktimeline-everywhere-src-6.1.0/dependencies.yaml new/qtquicktimeline-everywhere-src-6.1.1/dependencies.yaml --- old/qtquicktimeline-everywhere-src-6.1.0/dependencies.yaml 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/dependencies.yaml 2021-06-02 09:14:21.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: b2ebc64dd9914359fe8acf2bc9960e341e98cf80 + ref: 179b3f6797094a494e13a4d3daa5c6732bf0ada2 required: true ../qtdeclarative: - ref: 2423608d6c0fa55595db3fe0138b0be94307596b + ref: 41c787b567e15e4524efd8cad25b61551d3d71b4 required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/imports/timeline/keyframedatautils_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/imports/timeline/qquickkeyframe_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/imports/timeline/qquicktimeline_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -#include "../../../../../src/imports/timeline/qquicktimelineanimation_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/keyframedatautils_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/keyframedatautils_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/keyframedatautils_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/keyframedatautils_p.h 2021-06-02 09:14:21.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/imports/timeline/keyframedatautils_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquickkeyframe_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquickkeyframe_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquickkeyframe_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquickkeyframe_p.h 2021-06-02 09:14:21.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/imports/timeline/qquickkeyframe_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimeline_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimeline_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimeline_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimeline_p.h 2021-06-02 09:14:21.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/imports/timeline/qquicktimeline_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimelineanimation_p.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimelineanimation_p.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimelineanimation_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/6.1.1/QtQuickTimeline/private/qquicktimelineanimation_p.h 2021-06-02 09:14:21.000000000 +0200 @@ -0,0 +1 @@ +#include "../../../../../src/imports/timeline/qquicktimelineanimation_p.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/qtquicktimelineversion.h new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/qtquicktimelineversion.h --- old/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/qtquicktimelineversion.h 2021-05-04 09:44:38.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/include/QtQuickTimeline/qtquicktimelineversion.h 2021-06-03 07:46:55.000000000 +0200 @@ -2,8 +2,8 @@ #ifndef QT_QTQUICKTIMELINE_VERSION_H #define QT_QTQUICKTIMELINE_VERSION_H -#define QTQUICKTIMELINE_VERSION_STR "6.1.0" +#define QTQUICKTIMELINE_VERSION_STR "6.1.1" -#define QTQUICKTIMELINE_VERSION 0x060100 +#define QTQUICKTIMELINE_VERSION 0x060101 #endif // QT_QTQUICKTIMELINE_VERSION_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/src/imports/timeline/doc/qtquicktimeline.qdocconf new/qtquicktimeline-everywhere-src-6.1.1/src/imports/timeline/doc/qtquicktimeline.qdocconf --- old/qtquicktimeline-everywhere-src-6.1.0/src/imports/timeline/doc/qtquicktimeline.qdocconf 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/src/imports/timeline/doc/qtquicktimeline.qdocconf 2021-06-02 09:14:21.000000000 +0200 @@ -31,7 +31,8 @@ #qhp.QtQuickTimeline.subprojects.examples.sortPages = true headerdirs += .. -sourcedirs += .. +sourcedirs += .. \ + ../../../timeline #exampledirs = imagedirs += images \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.1.0/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc new/qtquicktimeline-everywhere-src-6.1.1/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc --- old/qtquicktimeline-everywhere-src-6.1.0/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc 2021-05-04 06:20:51.000000000 +0200 +++ new/qtquicktimeline-everywhere-src-6.1.1/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc 2021-06-02 09:14:21.000000000 +0200 @@ -50,13 +50,20 @@ \li \l{Qt Quick Timeline Overview}{Overview} \endlist + \section1 Module Evolution + \l{Changes to Qt Quick Timeline} lists important changes in the + module API and functionality that were done for the Qt 6 series of Qt. + + \section1 Licenses + + Qt Quick Timeline is available under commercial licenses from \l{The Qt Company}. + In addition, it is available under the \l{GNU General Public License, version 3}. + See \l{Qt Licensing} for further details. + \section1 Reference \list \li \l{Qt Quick Timeline QML Types}{QML Types} \endlist - \section1 Module Evolution - \l{Changes to Qt Quick Timeline} lists important changes in the - module API and functionality that were done for the Qt 6 series of Qt. */
