From ae60b65008e9d7fc17f1db3e196a356f00e35c66 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jul 14 2015 14:59:37 +0000 Subject: enable bootstrap (and disable failing docs) --- diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index f8ac1d6..2dba8d8 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -15,7 +15,8 @@ %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) -%global bootstrap 0 +## set to 1 to enable bootstrap +%global bootstrap 1 %if 0%{?fedora} > 21 # use external qt_settings pkg @@ -38,7 +39,7 @@ Summary: Qt5 - QtBase components Name: qt5-qtbase Version: 5.5.0 -Release: 4%{?dist} +Release: 5%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -880,6 +881,9 @@ fi %changelog +* Tue Jul 14 2015 Rex Dieter 5.5.0-5 +- enable bootstrap (and disable failing docs) + * Mon Jul 13 2015 Rex Dieter 5.5.0-4 - Qt5 application crashes when connecting/disconnecting displays (#1083664)