diff --git a/libqt5-qtquickcontrols.changes b/libqt5-qtquickcontrols.changes index bdc93d2..3a4996b 100644 --- a/libqt5-qtquickcontrols.changes +++ b/libqt5-qtquickcontrols.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Thu Sep 4 20:37:34 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.3.2~git20140904 (ra7d03f5): + * Tip of the bugfix 5.3.2 branch: + * Fix menu/combobox popup positioning + * Dialogs: correct C++ warnings + * Dialogs must know when they are closed by the + operating system + * Dialog: initialize enabled and clicked buttons + * Dialogs: buttonless fully-filled dialog example + * Dialog: do not emit signals twice when a button + is clicked + * QtQuick.Dialogs FileDialog: default mode is ExistingFile + * QtQuick.Dialogs FontDialog: fix a binding loop issue + * Fix tooltip position when used with QQuickWidget + * Doc: Updated the Calendar example documentation + * Make the default style "Base" when built without + widgets support + * QQuickPopupWindow: Use actual item size as content size + * QtQuick.Dialogs: check for inheriting from QApplication + * Updated the example so that it adapts to the + orientation change + * Centralize determination of "no desktop" configurations + * Do not embed the Desktop style into resources on + irrelevant platforms + * Improve implicit size of Calendar on high DPI devices. + * MenuStyle: fix default text rendering type + * SpinBox: don't force active focus when tapping + the buttons on touch + * Fixed incorrect cursor when moving column in TableView + * Doc: Updated the example documentation + * Dialog: Add missing docs + * Fix editable ComboBox mouse cursor + * Doc: Update image for ApplicationWindow + * Fix SpinBox mouse cursor + * Mention that ApplicationWindow is not visible by default. + * Allow QT_QUICK_CONTROLS_STYLE pointing to resources + * TextField/Area: soft dependency to inputMethodHints + * Use the correct parent window for menu popups + * Revise unstable and slow GridLayout auto test + * Doc: Add a link to Tab in TabView documentation + * Doc: Added images and missing snippets + * Cleanup whitespace + * Remove QtWidgets dependency for WinRT + * Remove Widgets dependency for QNX + * ComboBox: open the popup on release on touch devices + * Slider: fix behavior inside a flickable on touch + * Singleton SystemPalette + * Kill unnecessary SystemPalette instances + * Remove unused BasicButton::__textColor + * Fix grammar in Layout::fillWidth and + Layout::fillHeight documentation. + ------------------------------------------------------------------- Thu Aug 7 21:41:18 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/libqt5-qtquickcontrols.spec b/libqt5-qtquickcontrols.spec index 321c301..807ed45 100644 --- a/libqt5-qtquickcontrols.spec +++ b/libqt5-qtquickcontrols.spec @@ -16,23 +16,19 @@ # -%define qt5_snapshot 0 +%define qt5_snapshot 1 Name: libqt5-qtquickcontrols -Version: 5.3.1 +Version: 5.3.2~git20140904 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: http://qt.digia.com %define base_name libqt5 -%define real_version 5.3.1 -%define so_version 5.3.1 -%if %qt5_snapshot -%define tar_version qtquickcontrols-%{real_version} -%else +%define real_version 5.3.2 +%define so_version 5.3.2 %define tar_version qtquickcontrols-opensource-src-%{real_version} -%endif Source: %{tar_version}.tar.xz BuildRequires: fdupes BuildRequires: libQt5Core-private-headers-devel >= %{version} @@ -60,11 +56,7 @@ Group: Development/Libraries/X11 Examples for libqt5-qtquickcontrols module. %prep -%if %qt5_snapshot -%setup -q -n qtquickcontrols-%{real_version} -%else %setup -q -n qtquickcontrols-opensource-src-%{real_version} -%endif %build %if %qt5_snapshot diff --git a/qtquickcontrols-opensource-src-5.3.1.tar.xz b/qtquickcontrols-opensource-src-5.3.1.tar.xz deleted file mode 100644 index 0b5fc9e..0000000 --- a/qtquickcontrols-opensource-src-5.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6936130d7d2f08062dd9b9b19dcde56511ff038e57ae813fbb0943477871c1d -size 742104 diff --git a/qtquickcontrols-opensource-src-5.3.2.tar.xz b/qtquickcontrols-opensource-src-5.3.2.tar.xz new file mode 100644 index 0000000..a13c58b --- /dev/null +++ b/qtquickcontrols-opensource-src-5.3.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfaf8b1743b6c5e4c76f76aadd20b205fa83c7ae751df36ce779c6d1325def2b +size 854500