From af45ad89da7d2b1ecc28bddeec706d3fd55780f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Wed, 3 Jul 2019 17:39:08 +0200 Subject: [PATCH] Enable qt5 after bootstrap This reverts commit 4b5b373342a149c9e259d8190682ee62e0ea0c0b. --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 1fb96be..878291f 100644 --- a/cmake.spec +++ b/cmake.spec @@ -17,7 +17,7 @@ %bcond_without git_test # Set to bcond_with or use --without gui to disable qt4 gui build -%bcond_with gui +%bcond_without gui # Use ncurses for colorful output %bcond_without ncurses @@ -64,7 +64,7 @@ Name: %{orig_name}%{?name_suffix} Version: %{major_version}.%{minor_version}.5 -Release: 2%{?relsuf}%{?dist} +Release: 3%{?relsuf}%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -480,6 +480,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake %changelog +* Wed Jul 03 2019 Björn Esser - 3.14.5-3 +- Rebuild (jsoncpp), qt5 enabled + * Wed Jul 03 2019 Björn Esser - 3.14.5-2 - Rebuild (jsoncpp), bootstrap without qt5 - Ignore a test failing with rpm-4.15