Start to implement 5.6.0 beta, bootstrap

This commit is contained in:
Rex Dieter 2015-12-05 18:28:40 -06:00
parent 81c710d651
commit 510604991e
3 changed files with 9 additions and 11 deletions

7
.gitignore vendored
View File

@ -1,7 +1,2 @@
/qtdeclarative-opensource-src-5.4.0.tar.xz
/qtdeclarative-opensource-src-5.4.1.tar.xz
/qtdeclarative-opensource-src-5.4.2.tar.xz
/qtdeclarative-opensource-src-5.5.0-rc.tar.xz
/qtdeclarative-opensource-src-5.5.0.tar.xz
/qtdeclarative-opensource-src-5.5.1-rc1.tar.xz
/qtdeclarative-opensource-src-5.5.1.tar.xz
/qtdeclarative-opensource-src-5.6.0-beta1.tar.xz

View File

@ -4,7 +4,7 @@
# 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
%global bootstrap 1
%if ! 0%{?bootstrap}
%ifarch %{arm} %{ix86} x86_64
@ -12,12 +12,12 @@
%endif
%endif
## define prerelease rc1
%define prerelease beta1
Summary: Qt5 - QtDeclarative component
Name: qt5-%{qt_module}
Version: 5.5.1
Release: 3%{?dist}
Version: 5.6.0
Release: 0.1%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -208,6 +208,9 @@ popd
%changelog
* Tue Nov 03 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.1
- Start to implement 5.6.0 beta, bootstrap
* Sat Oct 24 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-3
- workaround QQuickShaderEffectSource::updatePaintNode deadlock (#1237269, kde#348385)

View File

@ -1 +1 @@
b7997c9d8df4ea60945229883f9ce8ed qtdeclarative-opensource-src-5.5.1.tar.xz
185f8a85ff908f6d9d310441c946380b qtdeclarative-opensource-src-5.6.0-beta1.tar.xz