Rebuilt with gui enabled

This commit is contained in:
Björn Esser 2016-10-03 07:08:11 +02:00
parent 62d0f3cc32
commit c50f25796e
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
%bcond_with bootstrap
# Set to bcond_with or use --without gui to disable qt4 gui build
%bcond_with gui
%bcond_without gui
# Setting the Python-version used by default
%if 0%{?rhel} && 0%{?rhel} < 8
@ -43,7 +43,7 @@
Name: %{orig_name}%{?name_suffix}
Version: %{major_version}.%{minor_version}.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Cross-platform make system
# most sources are BSD
@ -410,6 +410,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
%changelog
* Mon Oct 03 2016 Björn Esser <fedora@besser82.io> - 3.6.2-6
- Rebuilt with gui enabled
* Mon Oct 03 2016 Björn Esser <fedora@besser82.io> - 3.6.2-5
- Rebuilt for libjsoncpp.so.11
- Bootstrap without gui, due inter-circular dependency in qt5-rpm-macros