From 5b0e158eb33cd92b0e1a239133d090714d0b0f94 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 Dec 2015 19:09:20 -0600 Subject: [PATCH] Start to implement 5.6.0 beta, bootstrapped --- .gitignore | 1 + qt5-qttools.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ad0b49e..e932358 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qttools-opensource-src-5.5.0.tar.xz /qttools-opensource-src-5.5.1-rc1.tar.xz /qttools-opensource-src-5.5.1.tar.xz +/qttools-opensource-src-5.6.0-beta1.tar.xz diff --git a/qt5-qttools.spec b/qt5-qttools.spec index ba84d16..6e76499 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -1,5 +1,5 @@ -#global bootstrap 1 +%global bootstrap 1 %global qt_module qttools %if 0%{?fedora} > 19 || 0%{?rhel} > 6 @@ -15,12 +15,12 @@ %endif %endif -## define prerelease rc1 +%define prerelease beta1 Summary: Qt5 - QtTool components Name: qt5-qttools -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.1%{?dist} License: LGPLv3 or LGPLv2 Url: http://www.qt.io @@ -47,7 +47,10 @@ BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-static >= %{version} BuildRequires: qt5-qtdeclarative-static >= %{version} +## optional (and deprecated), include in bootstrapping only for now +%if ! 0%{?bootstrap} BuildRequires: qt5-qtwebkit-devel +%endif %if 0%{?system_clucene} BuildRequires: clucene09-core-devel >= 0.9.21b-12 @@ -466,6 +469,9 @@ fi %changelog +* Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 +- Start to implement 5.6.0 beta, bootstrapped + * 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 830fa37..99b91bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -535ff9df9d83e9bde08ee3913b751d07 qttools-opensource-src-5.5.1.tar.xz +76f4adf4ce2706bbb3e9cff029af55e5 qttools-opensource-src-5.6.0-beta1.tar.xz