Hello community,
here is the log from the commit of package libqt5-qtquicktimeline for
openSUSE:Factory checked in at 2020-09-15 16:23:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtquicktimeline (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtquicktimeline.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtquicktimeline"
Tue Sep 15 16:23:20 2020 rev:4 rq:833651 version:5.15.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtquicktimeline/libqt5-qtquicktimeline.changes
2020-05-29 21:16:00.514809923 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtquicktimeline.new.4249/libqt5-qtquicktimeline.changes
2020-09-15 16:24:19.922369419 +0200
@@ -1,0 +2,8 @@
+Thu Sep 10 07:57:21 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.15.1:
+ * New bugfix release
+ * For more details please see:
+
http://code.qt.io/cgit/qt/qtquicktimeline.git/plain/dist/changes-5.15.1/?h=5.15.1
+
+-------------------------------------------------------------------
Old:
----
qtquicktimeline-everywhere-src-5.15.0.tar.xz
New:
----
qtquicktimeline-everywhere-src-5.15.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtquicktimeline.spec ++++++
--- /var/tmp/diff_new_pack.PV71vp/_old 2020-09-15 16:24:22.462371850 +0200
+++ /var/tmp/diff_new_pack.PV71vp/_new 2020-09-15 16:24:22.466371854 +0200
@@ -17,16 +17,16 @@
Name: libqt5-qtquicktimeline
-Version: 5.15.0
+Version: 5.15.1
Release: 0
Summary: Qt 5 Quick Timeline Addon
License: GPL-3.0-or-later
Group: Development/Libraries/X11
URL: https://www.qt.io
%define base_name libqt5
-%define real_version 5.15.0
-%define so_version 5.15.0
-%define tar_version qtquicktimeline-everywhere-src-5.15.0
+%define real_version 5.15.1
+%define so_version 5.15.1
+%define tar_version qtquicktimeline-everywhere-src-5.15.1
Source:
https://download.qt.io/official_releases/qt/5.15/%{real_version}/submodules/%{tar_version}.tar.xz
BuildRequires: fdupes
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
++++++ qtquicktimeline-everywhere-src-5.15.0.tar.xz ->
qtquicktimeline-everywhere-src-5.15.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-5.15.0/.qmake.conf
new/qtquicktimeline-everywhere-src-5.15.1/.qmake.conf
--- old/qtquicktimeline-everywhere-src-5.15.0/.qmake.conf 2020-04-22
10:16:03.000000000 +0200
+++ new/qtquicktimeline-everywhere-src-5.15.1/.qmake.conf 2020-08-24
11:20:53.000000000 +0200
@@ -2,6 +2,6 @@
CONFIG += warning_clean
DEFINES += QT_NO_FOREACH
-MODULE_VERSION = 5.15.0
+MODULE_VERSION = 5.15.1
CMAKE_MODULE_TESTS = -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtquicktimeline-everywhere-src-5.15.0/.tag
new/qtquicktimeline-everywhere-src-5.15.1/.tag
--- old/qtquicktimeline-everywhere-src-5.15.0/.tag 2020-04-22
10:16:03.000000000 +0200
+++ new/qtquicktimeline-everywhere-src-5.15.1/.tag 2020-08-24
11:20:53.000000000 +0200
@@ -1 +1 @@
-e40206c703c57f3c98263a7481597dfced5db6c1
+32d7031e87551f29b598e789cfacd275c8095245
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquicktimeline-everywhere-src-5.15.0/dist/changes-5.15.1
new/qtquicktimeline-everywhere-src-5.15.1/dist/changes-5.15.1
--- old/qtquicktimeline-everywhere-src-5.15.0/dist/changes-5.15.1
1970-01-01 01:00:00.000000000 +0100
+++ new/qtquicktimeline-everywhere-src-5.15.1/dist/changes-5.15.1
2020-08-24 11:20:53.000000000 +0200
@@ -0,0 +1,20 @@
+Qt 5.15.1 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.15.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qt-5/index.html
+
+The Qt version 5.15 series is binary compatible with the 5.14.x series.
+Applications compiled for 5.14 will continue to run with 5.15.
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+ - This release contains only minor code improvements.