diff --git a/.gitignore b/.gitignore index 000f5a3..a7d3fa5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtconnectivity-opensource-src-5.5.0.tar.xz /qtconnectivity-opensource-src-5.5.1-rc1.tar.xz /qtconnectivity-opensource-src-5.5.1.tar.xz +/qtconnectivity-opensource-src-5.6.0-beta.tar.gz diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index e87ab4c..1f2173c 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -1,28 +1,19 @@ %global qt_module qtconnectivity -# define to build docs, need to undef this for bootstrapping -# where qt5-qttools builds are not yet available -# only primary archs (for now), allow secondary to bootstrap -#global bootstrap 1 - -%if ! 0%{?bootstrap} -%ifarch %{arm} %{ix86} x86_64 %define docs 1 -%endif -%endif -## define prerelease rc1 +%define prerelease beta Summary: Qt5 - Connectivity components Name: qt5-%{qt_module} -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.2%{?dist} # See LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt.io -Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz +Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.gz ## upstreamable patches # bswap_16 apparently missing on el6/ppc64 @@ -30,7 +21,10 @@ Patch50: qtconnectivity-opensource-src-5.4.0-bswap_16.patch BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: pkgconfig(bluez) -BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +%if 0%{?docs} +BuildRequires: qt5-qdoc +%endif %{?_qt5:Requires: %{_qt5}%{?_isa} >= %{_qt5_version}} @@ -155,6 +149,12 @@ popd %changelog +* Thu Dec 10 2015 Helio Chissini de Castro - 5.6.0-0.2 +- Official beta release + +* 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 c7f81f0..4c090ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3d1758dbbe0212ffbefbdc249fe86a2 qtconnectivity-opensource-src-5.5.1.tar.xz +0bccdcf174efe31ca874387a9df40586 qtconnectivity-opensource-src-5.6.0-beta.tar.gz