diff --git a/.gitignore b/.gitignore index 2b4d0e4..965b993 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /qtwebsockets-opensource-src-*.tar.xz +/qtwebsockets-opensource-src-5.6.0-beta.tar.gz diff --git a/qt5-qtwebsockets.spec b/qt5-qtwebsockets.spec index 628a09b..9883d08 100644 --- a/qt5-qtwebsockets.spec +++ b/qt5-qtwebsockets.spec @@ -1,35 +1,27 @@ %global qt_module qtwebsockets -# 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 - WebSockets 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-project.org/ -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(Qt5Quick) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5Core) +BuildRequires: qt5-qdoc %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -132,6 +124,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 3265cee..89dfe00 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd4083945b76b075bc67dcc38e411d04 qtwebsockets-opensource-src-5.5.1.tar.xz +5ef72eaaa08d900df8415079b89ab619 qtwebsockets-opensource-src-5.6.0-beta.tar.gz