Hello community,
here is the log from the commit of package libqt5-qtquickcontrols for
openSUSE:Factory checked in at 2017-12-08 12:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtquickcontrols (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtquickcontrols"
Fri Dec 8 12:52:17 2017 rev:28 rq:545949 version:5.9.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/libqt5-qtquickcontrols/libqt5-qtquickcontrols.changes
2017-10-23 16:20:03.570018731 +0200
+++
/work/SRC/openSUSE:Factory/.libqt5-qtquickcontrols.new/libqt5-qtquickcontrols.changes
2017-12-08 12:52:18.308699362 +0100
@@ -1,0 +2,8 @@
+Sat Nov 25 12:46:40 UTC 2017 - [email protected]
+
+- Update to 5.9.3
+ * New bugfix release
+ * For more details, see:
+
http://code.qt.io/cgit/qt/qtquickcontrols.git/tree/dist/changes-5.9.3/?h=v5.9.3
+
+-------------------------------------------------------------------
Old:
----
qtquickcontrols-opensource-src-5.9.2.tar.xz
New:
----
qtquickcontrols-opensource-src-5.9.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtquickcontrols.spec ++++++
--- /var/tmp/diff_new_pack.HFwc8P/_old 2017-12-08 12:52:23.324518214 +0100
+++ /var/tmp/diff_new_pack.HFwc8P/_new 2017-12-08 12:52:23.324518214 +0100
@@ -19,15 +19,15 @@
%define qt5_snapshot 0
Name: libqt5-qtquickcontrols
-Version: 5.9.2
+Version: 5.9.3
Release: 0
Summary: Qt 5 Quick Controls Addon
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
Group: Development/Libraries/X11
Url: https://www.qt.io
%define base_name libqt5
-%define real_version 5.9.2
-%define so_version 5.9.2
+%define real_version 5.9.3
+%define so_version 5.9.3
%define tar_version qtquickcontrols-opensource-src-%{real_version}
Source:
https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz
BuildRequires: fdupes
++++++ qtquickcontrols-opensource-src-5.9.2.tar.xz ->
qtquickcontrols-opensource-src-5.9.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtquickcontrols-opensource-src-5.9.2/.qmake.conf
new/qtquickcontrols-opensource-src-5.9.3/.qmake.conf
--- old/qtquickcontrols-opensource-src-5.9.2/.qmake.conf 2017-09-26
12:17:44.000000000 +0200
+++ new/qtquickcontrols-opensource-src-5.9.3/.qmake.conf 2017-11-08
08:55:20.000000000 +0100
@@ -2,4 +2,4 @@
CONFIG += warning_clean
android|ios|qnx|winrt|isEmpty(QT.widgets.name): CONFIG += no_desktop
-MODULE_VERSION = 5.9.2
+MODULE_VERSION = 5.9.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/qtquickcontrols-opensource-src-5.9.2/.tag
new/qtquickcontrols-opensource-src-5.9.3/.tag
--- old/qtquickcontrols-opensource-src-5.9.2/.tag 2017-09-26
12:17:44.000000000 +0200
+++ new/qtquickcontrols-opensource-src-5.9.3/.tag 2017-11-08
08:55:20.000000000 +0100
@@ -1 +1 @@
-8476f8fff7dc5b6f140074d280828cc0f9590088
+118c63b8b5c129b2566f19b7931529fbe60850f8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/dist/changes-5.9.3
new/qtquickcontrols-opensource-src-5.9.3/dist/changes-5.9.3
--- old/qtquickcontrols-opensource-src-5.9.2/dist/changes-5.9.3 1970-01-01
01:00:00.000000000 +0100
+++ new/qtquickcontrols-opensource-src-5.9.3/dist/changes-5.9.3 2017-11-08
08:55:20.000000000 +0100
@@ -0,0 +1,26 @@
+Qt 5.9.3 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.3 Changes *
+****************************************************************************
+
+ - Slider:
+ * [QTBUG-63354] Fixed the handle position to get updated when the maximum
+ value changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/examples/quickcontrols/controls/basiclayouts/main.qml
new/qtquickcontrols-opensource-src-5.9.3/examples/quickcontrols/controls/basiclayouts/main.qml
---
old/qtquickcontrols-opensource-src-5.9.2/examples/quickcontrols/controls/basiclayouts/main.qml
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/examples/quickcontrols/controls/basiclayouts/main.qml
2017-11-08 08:55:20.000000000 +0100
@@ -1,12 +1,22 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/examples/quickcontrols/controls/touch/src/main.cpp
new/qtquickcontrols-opensource-src-5.9.3/examples/quickcontrols/controls/touch/src/main.cpp
---
old/qtquickcontrols-opensource-src-5.9.2/examples/quickcontrols/controls/touch/src/main.cpp
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/examples/quickcontrols/controls/touch/src/main.cpp
2017-11-08 08:55:20.000000000 +0100
@@ -1,12 +1,22 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/src/controls/Slider.qml
new/qtquickcontrols-opensource-src-5.9.3/src/controls/Slider.qml
--- old/qtquickcontrols-opensource-src-5.9.2/src/controls/Slider.qml
2017-09-26 12:17:44.000000000 +0200
+++ new/qtquickcontrols-opensource-src-5.9.3/src/controls/Slider.qml
2017-11-08 08:55:20.000000000 +0100
@@ -177,10 +177,10 @@
/*! \internal
The extra arguments positionAtMinimum and positionAtMaximum are there
to force
re-evaluation of the handle position when the constraints change
(QTBUG-41255),
- and the same for range.minimumValue (QTBUG-51765).
+ and the same for range.minimumValue (QTBUG-51765) and
range.maximumValue (QTBUG-63354).
*/
property real __handlePos: range.valueForPosition(__horizontal ?
fakeHandle.x : fakeHandle.y,
- range.positionAtMinimum, range.positionAtMaximum, range.minimumValue)
+ range.positionAtMinimum, range.positionAtMaximum, range.minimumValue,
range.maximumValue)
activeFocusOnTab: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/controls/data/rangemodel/init.qml
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/controls/data/rangemodel/init.qml
---
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/controls/data/rangemodel/init.qml
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/controls/data/rangemodel/init.qml
2017-11-08 08:55:20.000000000 +0100
@@ -1,12 +1,22 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/controls/data/tst_slider.qml
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/controls/data/tst_slider.qml
---
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/controls/data/tst_slider.qml
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/controls/data/tst_slider.qml
2017-11-08 08:55:20.000000000 +0100
@@ -392,7 +392,7 @@
}
}
- function test_minimumValueLargerThanValue() {
+ function test_minimumMaximumValueLargerThanValue() {
var control = sliderComponent.createObject(container, { "style":
namedHandleStyle, "minimumValue": 0, "maximumValue": 2, value: "minimumValue"
});
verify(control);
@@ -405,6 +405,19 @@
compare(control.value, control.minimumValue);
compare(handle.mapToItem(null, 0, 0).x, 0)
+ control.maximumValue = 5;
+ control.value = 5;
+ compare(control.value, 5);
+
+ // get the slider position at max
+ var maxPos = handle.mapToItem(null, 0, 0).x;
+
+ // reduce the maximum value, resulting in the value becoming 4 as
well
+ control.maximumValue = 4;
+ compare(control.value, 4);
+ // make sure that the actual position of the handle is the same
(it used to be off - see QTBUG-63354)
+ compare(handle.mapToItem(null, 0, 0).x, maxPos);
+
control.destroy();
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/dialogs/data/DialogImplicitSize.qml
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/dialogs/data/DialogImplicitSize.qml
---
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/dialogs/data/DialogImplicitSize.qml
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/dialogs/data/DialogImplicitSize.qml
2017-11-08 08:55:20.000000000 +0100
@@ -1,12 +1,22 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/dialogs/data/DialogMinimumSize.qml
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/dialogs/data/DialogMinimumSize.qml
---
old/qtquickcontrols-opensource-src-5.9.2/tests/auto/dialogs/data/DialogMinimumSize.qml
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/tests/auto/dialogs/data/DialogMinimumSize.qml
2017-11-08 08:55:20.000000000 +0100
@@ -1,12 +1,22 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
-** You may use this file under the terms of the BSD license as follows:
+** Commercial License Usage
+** Licensees holding valid commercial Qt licenses may use this file in
+** accordance with the commercial license agreement provided with the
+** Software or, alternatively, in accordance with the terms contained in
+** a written agreement between you and The Qt Company. For licensing terms
+** and conditions see https://www.qt.io/terms-conditions. For further
+** information use the contact form at https://www.qt.io/contact-us.
+**
+** BSD License Usage
+** Alternatively, you may use this file under the terms of the BSD license
+** as follows:
**
** "Redistribution and use in source and binary forms, with or without
** modification, are permitted provided that the following conditions are
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/qtquickcontrols-opensource-src-5.9.2/tests/benchmarks/startup/startup_bench.cpp
new/qtquickcontrols-opensource-src-5.9.3/tests/benchmarks/startup/startup_bench.cpp
---
old/qtquickcontrols-opensource-src-5.9.2/tests/benchmarks/startup/startup_bench.cpp
2017-09-26 12:17:44.000000000 +0200
+++
new/qtquickcontrols-opensource-src-5.9.3/tests/benchmarks/startup/startup_bench.cpp
2017-11-08 08:55:20.000000000 +0100
@@ -52,6 +52,7 @@
#include <QtQml/QQmlApplicationEngine>
#include <QtCore/QElapsedTimer>
#include <functional>
+#include <stdio.h>
int runBenchmark(std::function<int()> f) {
{