From 510604991e4fb756d83010e47cf0827be8e80e91 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 Dec 2015 18:28:40 -0600 Subject: [PATCH] Start to implement 5.6.0 beta, bootstrap --- .gitignore | 7 +------ qt5-qtdeclarative.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 149cad3..dce8e76 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/qt5-qtdeclarative.spec b/qt5-qtdeclarative.spec index e0f7543..0d5694d 100644 --- a/qt5-qtdeclarative.spec +++ b/qt5-qtdeclarative.spec @@ -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 - 5.6.0-0.1 +- Start to implement 5.6.0 beta, bootstrap + * Sat Oct 24 2015 Rex Dieter 5.5.1-3 - workaround QQuickShaderEffectSource::updatePaintNode deadlock (#1237269, kde#348385) diff --git a/sources b/sources index dd9b8a6..c3e7b57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7997c9d8df4ea60945229883f9ce8ed qtdeclarative-opensource-src-5.5.1.tar.xz +185f8a85ff908f6d9d310441c946380b qtdeclarative-opensource-src-5.6.0-beta1.tar.xz