diff --git a/.gitignore b/.gitignore index ec6ab9f..5e921dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtquickcontrols-opensource-src-5.2.1.tar.xz +/qtquickcontrols-opensource-src-5.3.0.tar.xz diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index e61cc61..2aca1a9 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -7,15 +7,15 @@ Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls -Version: 5.2.1 +Version: 5.3.0 Release: 1%{?dist} License: BSD and (LGPLv2 with exceptions or GPLv3 with exceptions) and GFDL Url: http://qt-project.org/ %if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.2/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz +Source0: http://download.qt-project.org/development_releases/qt/5.3/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz %else -Source0: http://download.qt-project.org/official_releases/qt/5.2/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz +Source0: http://download.qt-project.org/official_releases/qt/5.3/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz %endif BuildRequires: qt5-qtbase-devel >= %{version} @@ -88,17 +88,20 @@ make install_docs INSTALL_ROOT=%{buildroot} %{_qt5_docdir}/qtquickcontrols/ %{_qt5_docdir}/qtquicklayouts.qch %{_qt5_docdir}/qtquicklayouts/ +%{_qt5_docdir}/qtquickdialogs.qch +%{_qt5_docdir}/qtquickdialogs/ %endif -# ready -examples, seems 'make install' doesn't currently do anything in examples/ -%if 0 -#if 0%{?_qt5_examplesdir:1} +%if 0%{?_qt5_examplesdir:1} %files examples %{_qt5_examplesdir}/ %endif %changelog +* Wed May 21 2014 Jan Grulich 5.3.0-1 +- 5.3.0 + * Thu Feb 06 2014 Rex Dieter 5.2.1-1 - 5.2.1 diff --git a/sources b/sources index 47adf4a..2ade8e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -027bc7d05fe740b21284dc909c9f11ac qtquickcontrols-opensource-src-5.2.1.tar.xz +808b5a28f152f1af19dad30a10e5dbf1 qtquickcontrols-opensource-src-5.3.0.tar.xz