From 70f3c6ff8e28f7c52de34ab169f0e9b9a0d0eba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 1 Sep 2017 22:21:07 +0200 Subject: [PATCH] Bootstrapping for jsoncpp-1.8.3 --- cmake.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index 3ef25d5..c504f03 100644 --- a/cmake.spec +++ b/cmake.spec @@ -1,5 +1,5 @@ # Set to bcond_with or use --without gui to disable qt4 gui build -%bcond_without gui +%bcond_with gui # Setting the Python-version used by default %if 0%{?rhel} && 0%{?rhel} < 8 @@ -41,7 +41,7 @@ Name: %{orig_name}%{?name_suffix} Version: %{major_version}.%{minor_version}.1 -Release: 2%{?relsuf}%{?dist} +Release: 3%{?relsuf}%{?dist} Summary: Cross-platform make system # most sources are BSD @@ -444,6 +444,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Sep 01 2017 Björn Esser - 3.9.1-3 +- Bootstrapping for jsoncpp-1.8.3 + * Sun Aug 13 2017 Björn Esser - 3.9.1-2 - Add patch to restore old style debuginfo creation for rpm >= 4.14 in CPackRPM