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-05-10 15:38:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-quicktimeline (Old) and /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-quicktimeline" Mon May 10 15:38:31 2021 rev:4 rq:891708 version:6.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-quicktimeline/qt6-quicktimeline.changes 2021-04-06 17:32:13.431289501 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.2988/qt6-quicktimeline.changes 2021-05-10 15:40:59.433177811 +0200 @@ -1,0 +2,16 @@ +Thu May 6 17:10:34 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.1.0: + * https://www.qt.io/blog/qt-6.1-released + +------------------------------------------------------------------- +Fri Apr 23 14:11:40 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.1.0-rc. + +------------------------------------------------------------------- +Tue Apr 13 06:29:27 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.1.0-beta3. + +------------------------------------------------------------------- @@ -5,0 +22,11 @@ + +------------------------------------------------------------------- +Fri Mar 19 15:37:23 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.1.0-beta2 + +------------------------------------------------------------------- +Tue Mar 9 14:53:13 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.1.0-beta1 + https://www.qt.io/blog/qt-6.1-beta-released Old: ---- qtquicktimeline-everywhere-src-6.0.3.tar.xz New: ---- qtquicktimeline-everywhere-src-6.1.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-quicktimeline.spec ++++++ --- /var/tmp/diff_new_pack.NMit7i/_old 2021-05-10 15:40:59.841176204 +0200 +++ /var/tmp/diff_new_pack.NMit7i/_new 2021-05-10 15:40:59.841176204 +0200 @@ -1,7 +1,7 @@ # # spec file for package qt6-quicktimeline # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2020 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.0.3 -%define short_version 6.0 +%define real_version 6.1.0 +%define short_version 6.1 %define tar_name qtquicktimeline-everywhere-src %define tar_suffix %{nil} # @@ -27,9 +27,9 @@ %endif # Name: qt6-quicktimeline%{?pkg_suffix} -Version: 6.0.3 +Version: 6.1.0 Release: 0 -Summary: Qt6 QuickTimeline plugin +Summary: Qt 6 module for creating keyframe-based animations License: 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 @@ -47,8 +47,9 @@ %endif %description -The Qt Quick Timeline plugin provides QML types to use timelines and keyframes -to animate Qt Quick user interfaces. +The Qt Quick Timeline module enables keyframe-based animations and +parameterization. This module is directly supported by Qt Design Studio and +Qt Quick Designer, with a timeline editor to create keyframe-based animations. %package imports Summary: Qt 6 QuickTimeline QML files and plugins ++++++ qtquicktimeline-everywhere-src-6.0.3.tar.xz -> qtquicktimeline-everywhere-src-6.1.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/.cmake.conf new/qtquicktimeline-everywhere-src-6.1.0/.cmake.conf --- old/qtquicktimeline-everywhere-src-6.0.3/.cmake.conf 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/.cmake.conf 2021-05-04 06:20:51.000000000 +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/qtquicktimeline-everywhere-src-6.0.3/.prev_CMakeLists.txt new/qtquicktimeline-everywhere-src-6.1.0/.prev_CMakeLists.txt --- old/qtquicktimeline-everywhere-src-6.0.3/.prev_CMakeLists.txt 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/.prev_CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,20 +0,0 @@ -# Generated from qtquicktimeline.pro. - -cmake_minimum_required(VERSION 3.15.0) - -include(.cmake.conf) -project(quicktimeline_FIXME - VERSION "${QT_REPO_MODULE_VERSION}" - DESCRIPTION "Qt quicktimeline_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::Quick) - message(NOTICE "Skipping the build as the condition \"TARGET Qt::Quick\" is not met.") - return() -endif() -qt_build_repo() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/.qmake.conf new/qtquicktimeline-everywhere-src-6.1.0/.qmake.conf --- old/qtquicktimeline-everywhere-src-6.0.3/.qmake.conf 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/.qmake.conf 2021-05-04 06:20:51.000000000 +0200 @@ -2,6 +2,6 @@ CONFIG += warning_clean DEFINES += QT_NO_FOREACH -MODULE_VERSION = 6.0.3 +MODULE_VERSION = 6.1.0 CMAKE_MODULE_TESTS = - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/.tag new/qtquicktimeline-everywhere-src-6.1.0/.tag --- old/qtquicktimeline-everywhere-src-6.0.3/.tag 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/.tag 2021-05-04 06:20:51.000000000 +0200 @@ -1 +1 @@ -a2f76822e92881f15addf670eb9e388325ecd68d +15f7e6e797af60a25ec30b76bfcc3914d6385507 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/dependencies.yaml new/qtquicktimeline-everywhere-src-6.1.0/dependencies.yaml --- old/qtquicktimeline-everywhere-src-6.0.3/dependencies.yaml 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/dependencies.yaml 2021-05-04 06:20:51.000000000 +0200 @@ -1,7 +1,7 @@ dependencies: ../qtbase: - ref: 0ff1dc7110d373c85ce41e90073291b5e2eb16ad + ref: b2ebc64dd9914359fe8acf2bc9960e341e98cf80 required: true ../qtdeclarative: - ref: 373897b4bbbafc890e631ec19125d09efbc4c8c9 + ref: 2423608d6c0fa55595db3fe0138b0be94307596b required: true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/keyframedatautils_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/keyframedatautils_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/keyframedatautils_p.h 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/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.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquickkeyframe_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquickkeyframe_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquickkeyframe_p.h 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/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.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquicktimeline_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquicktimeline_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquicktimeline_p.h 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/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.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquicktimelineanimation_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquicktimelineanimation_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.0.3/QtQuickTimeline/private/qquicktimelineanimation_p.h 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.0.3/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.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/keyframedatautils_p.h 2021-05-04 06:20:51.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.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquickkeyframe_p.h 2021-05-04 06:20:51.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.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimeline_p.h 2021-05-04 06:20:51.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.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h 1970-01-01 01:00:00.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/6.1.0/QtQuickTimeline/private/qquicktimelineanimation_p.h 2021-05-04 06:20:51.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.0.3/include/QtQuickTimeline/qtquicktimelineversion.h new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/qtquicktimelineversion.h --- old/qtquicktimeline-everywhere-src-6.0.3/include/QtQuickTimeline/qtquicktimelineversion.h 2021-03-26 06:55:09.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/include/QtQuickTimeline/qtquicktimelineversion.h 2021-05-04 09:44:38.000000000 +0200 @@ -2,8 +2,8 @@ #ifndef QT_QTQUICKTIMELINE_VERSION_H #define QT_QTQUICKTIMELINE_VERSION_H -#define QTQUICKTIMELINE_VERSION_STR "6.0.3" +#define QTQUICKTIMELINE_VERSION_STR "6.1.0" -#define QTQUICKTIMELINE_VERSION 0x060003 +#define QTQUICKTIMELINE_VERSION 0x060100 #endif // QT_QTQUICKTIMELINE_VERSION_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/qtquicktimeline.pro new/qtquicktimeline-everywhere-src-6.1.0/qtquicktimeline.pro --- old/qtquicktimeline-everywhere-src-6.0.3/qtquicktimeline.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/qtquicktimeline.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -requires(qtHaveModule(quick)) -load(qt_parts) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/src/imports/imports.pro new/qtquicktimeline-everywhere-src-6.1.0/src/imports/imports.pro --- old/qtquicktimeline-everywhere-src-6.0.3/src/imports/imports.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/src/imports/imports.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS += \ - timeline diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/src/imports/timeline/timeline.pro new/qtquicktimeline-everywhere-src-6.1.0/src/imports/timeline/timeline.pro --- old/qtquicktimeline-everywhere-src-6.0.3/src/imports/timeline/timeline.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/src/imports/timeline/timeline.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,24 +0,0 @@ -TARGET = qtquicktimelineplugin -TARGETPATH = QtQuick/Timeline -IMPORT_VERSION = 1.0 - -QT += qml quick core-private - -QT_PRIVATE += core-private gui-private qml-private quick-private - -DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII - -include(timeline.pri) - -DISTFILES += \ - qmldir \ - plugins.qmltypes - -SOURCES += \ - $$PWD/qtquicktimelineplugin.cpp - -CONFIG += no_cxx_module - -QMAKE_DOCS = $$PWD/doc/qtquicktimeline.qdocconf - -load(qml_plugin) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/src/src.pro new/qtquicktimeline-everywhere-src-6.1.0/src/src.pro --- old/qtquicktimeline-everywhere-src-6.0.3/src/src.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/src/src.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS += \ - imports diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/tests/auto/auto.pro new/qtquicktimeline-everywhere-src-6.1.0/tests/auto/auto.pro --- old/qtquicktimeline-everywhere-src-6.0.3/tests/auto/auto.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/tests/auto/auto.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -TEMPLATE = subdirs -SUBDIRS = qtquicktimeline diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/tests/auto/qtquicktimeline/qtquicktimeline.pro new/qtquicktimeline-everywhere-src-6.1.0/tests/auto/qtquicktimeline/qtquicktimeline.pro --- old/qtquicktimeline-everywhere-src-6.0.3/tests/auto/qtquicktimeline/qtquicktimeline.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/tests/auto/qtquicktimeline/qtquicktimeline.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,9 +0,0 @@ -CONFIG += testcase -QT += testlib qml quick qml-private quick-private - -TARGET = tst_qtquicktimeline - -SOURCES += \ - tst_qtquicktimeline.cpp - -DEFINES += SRCDIR=\\\"$$PWD/\\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qtquicktimeline-everywhere-src-6.0.3/tests/tests.pro new/qtquicktimeline-everywhere-src-6.1.0/tests/tests.pro --- old/qtquicktimeline-everywhere-src-6.0.3/tests/tests.pro 2021-03-25 09:11:21.000000000 +0100 +++ new/qtquicktimeline-everywhere-src-6.1.0/tests/tests.pro 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -TEMPLATE = subdirs - -!package: SUBDIRS += auto