diff --git a/.gitignore b/.gitignore index 8a16550..96180e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /qtwebchannel-opensource-src-5.5.0.tar.xz /qtwebchannel-opensource-src-5.5.1-rc1.tar.xz +/qtwebchannel-opensource-src-5.6.0-beta.tar.gz diff --git a/qt5-qtwebchannel.spec b/qt5-qtwebchannel.spec index fb14f2a..728e745 100644 --- a/qt5-qtwebchannel.spec +++ b/qt5-qtwebchannel.spec @@ -1,35 +1,25 @@ %global qt_module qtwebchannel -# 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 - WebChannel component Name: qt5-%{qt_module} -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.2%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html 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 -BuildRequires: qt5-qtbase-devel >= %{version} -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Quick) - -# Qt5WebSockets package is optional and only needed for examples -BuildRequires: pkgconfig(Qt5WebSockets) +BuildRequires: qt5-qtbase-devel >= %{version} +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: qt5-qdoc +BuildRequires: pkgconfig(Qt5WebSockets) %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -132,6 +122,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 for final qt 5.5.1 diff --git a/sources b/sources index ac60eed..c0bd47e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9adf49f8dcaeef5887645ab8c8bd8a2 qtwebchannel-opensource-src-5.5.1-rc1.tar.xz +dbd637b0e90d3fea56141e3d277071ed qtwebchannel-opensource-src-5.6.0-beta.tar.gz