enable bootstrap (and disable failing docs)

This commit is contained in:
Rex Dieter 2015-07-14 09:59:37 -05:00
parent 5ece80d791
commit ae60b65008

View File

@ -15,7 +15,8 @@
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) %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 %if 0%{?fedora} > 21
# use external qt_settings pkg # use external qt_settings pkg
@ -38,7 +39,7 @@
Summary: Qt5 - QtBase components Summary: Qt5 - QtBase components
Name: qt5-qtbase Name: qt5-qtbase
Version: 5.5.0 Version: 5.5.0
Release: 4%{?dist} Release: 5%{?dist}
# See LGPL_EXCEPTIONS.txt, for exception details # See LGPL_EXCEPTIONS.txt, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -880,6 +881,9 @@ fi
%changelog %changelog
* Tue Jul 14 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-5
- enable bootstrap (and disable failing docs)
* Mon Jul 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4 * Mon Jul 13 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-4
- Qt5 application crashes when connecting/disconnecting displays (#1083664) - Qt5 application crashes when connecting/disconnecting displays (#1083664)