From 268002b0616dfc5f3c6c3acbbd6229bef41e6766 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 7 Dec 2015 13:36:30 +0100 Subject: [PATCH] 5.6.0 (sync with qt5 copr) --- .gitignore | 1 + qt5-qtquickcontrols.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ea1f752..8388713 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtquickcontrols-opensource-src-5.5.0.tar.xz /qtquickcontrols-opensource-src-5.5.1-rc1.tar.xz /qtquickcontrols-opensource-src-5.5.1.tar.xz +/qtquickcontrols-opensource-src-5.6.0-beta1.tar.xz diff --git a/qt5-qtquickcontrols.spec b/qt5-qtquickcontrols.spec index 3495e2d..fc862b6 100644 --- a/qt5-qtquickcontrols.spec +++ b/qt5-qtquickcontrols.spec @@ -12,12 +12,12 @@ %endif %endif -## define prerelease rc1 +%define prerelease beta1 Name: qt5-%{qt_module} Summary: Qt5 - module with set of QtQuick controls -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.1%{?dist} License: LGPLv2 or LGPLv3 and GFDL Url: http://www.qt.io @@ -25,8 +25,9 @@ Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease: BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static >= %{version} -BuildRequires: qt5-qtdeclarative-devel >= %{version} +BuildRequires: qt5-qdoc BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5Declarative) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Gui) @@ -109,6 +110,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 +- Start to implement 5.6.0 beta + * Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 - Update to final release 5.5.1 diff --git a/sources b/sources index aa99f1d..7414cbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01ace647bda006b61200f61ebe6ef93b qtquickcontrols-opensource-src-5.5.1.tar.xz +d3df94b69827f940f0f80f993db4b87c qtquickcontrols-opensource-src-5.6.0-beta1.tar.xz