From 9664353d9c2a081d73fb147c930b32e7598aaecc09ae2b141e49735e11b6bcc8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 23 Dec 2017 11:13:25 +0000 Subject: [PATCH] Accepting request 557393 from KDE:Qt5 Qt 5.10.0 OBS-URL: https://build.opensuse.org/request/show/557393 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtquickcontrols2?expand=0&rev=7 --- libqt5-qtquickcontrols2.changes | 61 ++++++++++++++++++- libqt5-qtquickcontrols2.spec | 14 ++--- qtquickcontrols2-everywhere-src-5.10.0.tar.xz | 3 + qtquickcontrols2-opensource-src-5.9.3.tar.xz | 3 - 4 files changed, 70 insertions(+), 11 deletions(-) create mode 100644 qtquickcontrols2-everywhere-src-5.10.0.tar.xz delete mode 100644 qtquickcontrols2-opensource-src-5.9.3.tar.xz diff --git a/libqt5-qtquickcontrols2.changes b/libqt5-qtquickcontrols2.changes index 23b565a..eccc751 100644 --- a/libqt5-qtquickcontrols2.changes +++ b/libqt5-qtquickcontrols2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Dec 8 23:12:54 UTC 2017 - christophe@krop.fr + +- Update the license tag (boo#967696) + +------------------------------------------------------------------- +Thu Dec 7 12:18:11 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 final + * New bugfix release + +------------------------------------------------------------------- +Sun Dec 3 14:12:55 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 2 + * New bugfix release + +------------------------------------------------------------------- +Thu Nov 30 09:47:16 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 1 + * New bugfix release + ------------------------------------------------------------------- Sat Nov 25 12:46:41 UTC 2017 - fabian@ritter-vogt.de @@ -6,6 +29,31 @@ Sat Nov 25 12:46:41 UTC 2017 - fabian@ritter-vogt.de * For more details, see: http://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/dist/changes-5.9.3/?h=v5.9.3 +------------------------------------------------------------------- +Wed Nov 15 11:41:49 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 4 +- Contains bugfixes + +------------------------------------------------------------------- +Thu Nov 2 07:22:35 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 3 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 30 16:19:31 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 2 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 9 16:17:31 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 1 +- For more information visit: + https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/ + ------------------------------------------------------------------- Sun Oct 8 14:07:36 UTC 2017 - lbeltrame@kde.org @@ -13,6 +61,18 @@ Sun Oct 8 14:07:36 UTC 2017 - lbeltrame@kde.org * For more details please see: https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/ +------------------------------------------------------------------- +Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Alpha 1: + * Introduced new QML types: Action, ActionGroup, MenuBar + * Introduced new styles: + + the Fusion style offers a platform agnostic desktop-oriented look'n'feel + + the Imagine style is based on image assets that can be provided using a predefined naming convention + * Other stuff, too long to fit here +- For more information visit: + https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/ + ------------------------------------------------------------------- Sat Jul 1 08:15:21 UTC 2017 - lbeltrame@kde.org @@ -58,4 +118,3 @@ Sat Sep 24 18:39:05 UTC 2016 - hrvoje.senjan@gmail.com Sat Jul 16 17:14:27 UTC 2016 - hrvoje.senjan@gmail.com - Activate libqt5-qtquickcontrols2 package - diff --git a/libqt5-qtquickcontrols2.spec b/libqt5-qtquickcontrols2.spec index 9d4df9f..66c6742 100644 --- a/libqt5-qtquickcontrols2.spec +++ b/libqt5-qtquickcontrols2.spec @@ -19,17 +19,17 @@ %define qt5_snapshot 0 Name: libqt5-qtquickcontrols2 -Version: 5.9.3 +Version: 5.10.0 Release: 0 Summary: Qt 5 Quick Controls Addon -License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 +License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 or LGPL-3.0-with-Qt-Company-Qt-exception-1.1 Group: Development/Libraries/X11 Url: https://www.qt.io %define base_name libqt5 -%define real_version 5.9.3 -%define so_version 5.9.3 -%define tar_version qtquickcontrols2-opensource-src-%{real_version} -Source: https://download.qt.io/official_releases/qt/5.9/%{real_version}/submodules/%{tar_version}.tar.xz +%define real_version 5.10.0 +%define so_version 5.10.0 +%define tar_version qtquickcontrols2-everywhere-src-5.10.0 +Source: https://download.qt.io/official_releases/qt/5.10/%{real_version}/submodules/%{tar_version}.tar.xz BuildRequires: fdupes BuildRequires: libQt5Core-private-headers-devel >= %{version} BuildRequires: libQt5Gui-private-headers-devel >= %{version} @@ -91,7 +91,7 @@ Group: Development/Libraries/X11 Examples for libqt5-qtquickcontrols2 module. %prep -%setup -q -n qtquickcontrols2-opensource-src-%{real_version} +%setup -q -n %{tar_version} %build %if %qt5_snapshot diff --git a/qtquickcontrols2-everywhere-src-5.10.0.tar.xz b/qtquickcontrols2-everywhere-src-5.10.0.tar.xz new file mode 100644 index 0000000..25fc29b --- /dev/null +++ b/qtquickcontrols2-everywhere-src-5.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:818770247a3a211714dfc17f7f5a07c6cf49999ff405d36fd00fab1d5559a1a1 +size 8954948 diff --git a/qtquickcontrols2-opensource-src-5.9.3.tar.xz b/qtquickcontrols2-opensource-src-5.9.3.tar.xz deleted file mode 100644 index 4648b9b..0000000 --- a/qtquickcontrols2-opensource-src-5.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21aaa26956ad0ccc3ce86ced7925ceae4b4cef25c6c5ef2f7ded608431420843 -size 4123332