From c50f25796ec45fedbd1ffbb64fb4dd3d86dd7e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Mon, 3 Oct 2016 07:08:11 +0200 Subject: [PATCH] Rebuilt with gui enabled --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index c0773e6..c479651 100644 --- a/cmake.spec +++ b/cmake.spec @@ -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 - 3.6.2-6 +- Rebuilt with gui enabled + * Mon Oct 03 2016 Björn Esser - 3.6.2-5 - Rebuilt for libjsoncpp.so.11 - Bootstrap without gui, due inter-circular dependency in qt5-rpm-macros