Start to implement 5.6.0 beta, bootstrap
This commit is contained in:
parent
81c710d651
commit
510604991e
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user