Hello community,
here is the log from the commit of package libqt5-qtquickcontrols for
openSUSE:Factory checked in at 2018-06-26 10:30:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtquickcontrols (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtquickcontrols"
Tue Jun 26 10:30:57 2018 rev:31 rq:618676 version:5.11.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2018-06-02 11:51:12.942052522 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
2018-06-26 10:30:57.709039996 +0200
@@ -1,0 +2,8 @@
+Tue Jun 19 10:50:48 CEST 2018 - [email protected]
+
+- Update to 5.11.1
+ * New bugfix release
+ * For more details please see:
+ *
http://code.qt.io/cgit/qt/qtquickcontrols.git/plain/dist/changes-5.11.1/?h=v5.11.1
+
+-------------------------------------------------------------------
Old:
----
qtquickcontrols-everywhere-src-5.11.0.tar.xz
New:
----
qtquickcontrols-everywhere-src-5.11.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtquickcontrols.spec ++++++
--- /var/tmp/diff_new_pack.RHFjGb/_old 2018-06-26 10:30:58.753001654 +0200
+++ /var/tmp/diff_new_pack.RHFjGb/_new 2018-06-26 10:30:58.757001507 +0200
@@ -19,16 +19,16 @@
%define qt5_snapshot 0
Name: libqt5-qtquickcontrols
-Version: 5.11.0
+Version: 5.11.1
Release: 0
Summary: Qt 5 Quick Controls Addon
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-only
Group: Development/Libraries/X11
Url: https://www.qt.io
%define base_name libqt5
-%define real_version 5.11.0
-%define so_version 5.11.0
-%define tar_version qtquickcontrols-everywhere-src-5.11.0
+%define real_version 5.11.1
+%define so_version 5.11.1
+%define tar_version qtquickcontrols-everywhere-src-5.11.1
Source:
https://download.qt.io/official_releases/qt/5.11/%{real_version}/submodules/%{tar_version}.tar.xz
BuildRequires: fdupes
BuildRequires: libQt5Core-private-headers-devel >= %{version}
++++++ qtquickcontrols-everywhere-src-5.11.0.tar.xz ->
qtquickcontrols-everywhere-src-5.11.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtquickcontrols-everywhere-src-5.11.0/.qmake.conf
new/qtquickcontrols-everywhere-src-5.11.1/.qmake.conf
--- old/qtquickcontrols-everywhere-src-5.11.0/.qmake.conf 2018-04-25
06:17:21.000000000 +0200
+++ new/qtquickcontrols-everywhere-src-5.11.1/.qmake.conf 2018-06-04
06:15:46.000000000 +0200
@@ -2,4 +2,4 @@
CONFIG += warning_clean
android|ios|qnx|isEmpty(QT.widgets.name): CONFIG += no_desktop
-MODULE_VERSION = 5.11.0
+MODULE_VERSION = 5.11.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtquickcontrols-everywhere-src-5.11.0/.tag
new/qtquickcontrols-everywhere-src-5.11.1/.tag
--- old/qtquickcontrols-everywhere-src-5.11.0/.tag 2018-04-25
06:17:21.000000000 +0200
+++ new/qtquickcontrols-everywhere-src-5.11.1/.tag 2018-06-04
06:15:46.000000000 +0200
@@ -1 +1 @@
-88ff352d5145b5761179ee42164a0bfcd4f1d54a
+191a2fe59cbaf7603d502fa764b4737f49422010
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/dist/changes-5.9.5
new/qtquickcontrols-everywhere-src-5.11.1/dist/changes-5.9.5
--- old/qtquickcontrols-everywhere-src-5.11.0/dist/changes-5.9.5
1970-01-01 01:00:00.000000000 +0100
+++ new/qtquickcontrols-everywhere-src-5.11.1/dist/changes-5.9.5
2018-06-04 06:15:46.000000000 +0200
@@ -0,0 +1,39 @@
+Qt 5.9.5 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.
+
+****************************************************************************
+* Qt 5.9.5 Changes *
+****************************************************************************
+
+Controls
+--------
+
+ - Menu:
+ * [QTBUG-55251] Fixed opening position on high-DPI screens.
+
+Dialogs
+-------
+
+ - Dialog:
+ * Fixed a minor memory leak in QQuickAbstractDialog. If Dialog's
+ decoration component is not an Item based object, there was a minor
+ memory leak in error cleanup path, causing the object to leak.
+ - FileDialog:
+ * [QTBUG-53707] Fixed a binding loop warning for the lazily populated
+ shortcuts property that never changes after being populated.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/dist/changes-5.9.6
new/qtquickcontrols-everywhere-src-5.11.1/dist/changes-5.9.6
--- old/qtquickcontrols-everywhere-src-5.11.0/dist/changes-5.9.6
1970-01-01 01:00:00.000000000 +0100
+++ new/qtquickcontrols-everywhere-src-5.11.1/dist/changes-5.9.6
2018-06-04 06:15:46.000000000 +0200
@@ -0,0 +1,24 @@
+Qt 5.9.6 is a bug-fix release. It maintains both forward and backward
+compatibility (source and binary) with Qt 5.9.0 through 5.9.5.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+http://doc.qt.io/qt-5/index.html
+
+The Qt version 5.9 series is binary compatible with the 5.8.x series.
+Applications compiled for 5.8 will continue to run with 5.9.
+
+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.
+
+****************************************************************************
+* Qt 5.9.6 Changes *
+****************************************************************************
+
+ - This release contains only minor code improvements.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/examples/quickcontrols/extras/dashboard/qml/DashboardGaugeStyle.qml
new/qtquickcontrols-everywhere-src-5.11.1/examples/quickcontrols/extras/dashboard/qml/DashboardGaugeStyle.qml
---
old/qtquickcontrols-everywhere-src-5.11.0/examples/quickcontrols/extras/dashboard/qml/DashboardGaugeStyle.qml
2018-04-25 06:17:21.000000000 +0200
+++
new/qtquickcontrols-everywhere-src-5.11.1/examples/quickcontrols/extras/dashboard/qml/DashboardGaugeStyle.qml
2018-06-04 06:15:46.000000000 +0200
@@ -101,7 +101,7 @@
ctx.stroke();
ctx.beginPath();
- var gradient = ctx.createRadialGradient(xCenter, yCenter, outerRadius
* 0.8, xCenter, yCenter, outerRadius);
+ var gradient = ctx.createRadialGradient(xCenter, yCenter, 0, xCenter,
yCenter, outerRadius * 1.5);
gradient.addColorStop(0, Qt.rgba(1, 1, 1, 0));
gradient.addColorStop(0.7, Qt.rgba(1, 1, 1, 0.13));
gradient.addColorStop(1, Qt.rgba(1, 1, 1, 1));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/src/controls/Styles/Base/HandleStyleHelper.qml
new/qtquickcontrols-everywhere-src-5.11.1/src/controls/Styles/Base/HandleStyleHelper.qml
---
old/qtquickcontrols-everywhere-src-5.11.0/src/controls/Styles/Base/HandleStyleHelper.qml
2018-04-25 06:17:21.000000000 +0200
+++
new/qtquickcontrols-everywhere-src-5.11.1/src/controls/Styles/Base/HandleStyleHelper.qml
2018-06-04 06:15:46.000000000 +0200
@@ -67,8 +67,8 @@
}
ctx.beginPath();
- var gradient = ctx.createRadialGradient(handleX, handleY, handleWidth
/ 2,
- handleX, handleY, handleWidth);
+ var gradient = ctx.createRadialGradient(handleX, handleY, 0,
+ handleX, handleY, handleWidth * 1.5);
gradient.addColorStop(0, handleColorTop);
gradient.addColorStop(handleColorBottomStop, handleColorBottom);
ctx.ellipse(handleX, handleY, handleWidth, handleHeight);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/src/controls/Styles/Base/StatusIndicatorStyle.qml
new/qtquickcontrols-everywhere-src-5.11.1/src/controls/Styles/Base/StatusIndicatorStyle.qml
---
old/qtquickcontrols-everywhere-src-5.11.0/src/controls/Styles/Base/StatusIndicatorStyle.qml
2018-04-25 06:17:21.000000000 +0200
+++
new/qtquickcontrols-everywhere-src-5.11.1/src/controls/Styles/Base/StatusIndicatorStyle.qml
2018-06-04 06:15:46.000000000 +0200
@@ -204,7 +204,7 @@
gradient.addColorStop(1.0, "transparent");
} else {
// Draw the radial shine.
- gradient = ctx.createRadialGradient(width / 2, height / 2,
width * 0.25, width / 2, height / 2, width * 0.25);
+ gradient = ctx.createRadialGradient(width / 2, height / 2,
0, width / 2, height / 2, width * 0.5 /* (same as height) */);
gradient.addColorStop(0.0, Qt.lighter(baseColor, 1.4));
gradient.addColorStop(1.0, "transparent");
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/src/extras/Private/CircularButtonStyleHelper.qml
new/qtquickcontrols-everywhere-src-5.11.1/src/extras/Private/CircularButtonStyleHelper.qml
---
old/qtquickcontrols-everywhere-src-5.11.0/src/extras/Private/CircularButtonStyleHelper.qml
2018-04-25 06:17:21.000000000 +0200
+++
new/qtquickcontrols-everywhere-src-5.11.1/src/extras/Private/CircularButtonStyleHelper.qml
2018-06-04 06:15:46.000000000 +0200
@@ -96,7 +96,7 @@
ctx.lineWidth = outerArcLineWidth;
ctx.arc(xCenter, yCenter, outerArcRadius, 0, Math.PI * 2, false);
var gradient = ctx.createRadialGradient(xCenter, yCenter - halfRadius,
- halfRadius, xCenter, yCenter - halfRadius, radius);
+ 0, xCenter, yCenter - halfRadius, radius * 1.5);
gradient.addColorStop(0, outerArcColorTop);
gradient.addColorStop(1, outerArcColorBottom);
ctx.strokeStyle = gradient;
@@ -126,8 +126,8 @@
/* Draw the button's body */
ctx.beginPath();
ctx.ellipse(xCenter - radius, yCenter - radius, radius * 2, radius *
2);
- gradient = ctx.createRadialGradient(xCenter, yCenter + radius * 0.85,
radius,
- xCenter, yCenter + radius * 0.85, radius * 0.85);
+ gradient = ctx.createRadialGradient(xCenter, yCenter + radius * 0.85,
0,
+ xCenter, yCenter + radius * 0.85, radius * (0.85 * 2));
gradient.addColorStop(1, buttonColorTop);
gradient.addColorStop(0, buttonColorBottom);
ctx.fillStyle = gradient;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-everywhere-src-5.11.0/tests/auto/extras/BLACKLIST
new/qtquickcontrols-everywhere-src-5.11.1/tests/auto/extras/BLACKLIST
--- old/qtquickcontrols-everywhere-src-5.11.0/tests/auto/extras/BLACKLIST
2018-04-25 06:17:21.000000000 +0200
+++ new/qtquickcontrols-everywhere-src-5.11.1/tests/auto/extras/BLACKLIST
1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-[Tests_Tumbler::test_focusPastLastColumn]
-*
-[Tests_Tumbler::test_itemsCorrectlyPositioned]
-*
-[Tests_Tumbler::test_keyboardNavigation]
-*