From a00ba54747e9cce7d233d8a6ac49949d8630c9b3 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 7 Mar 2018 08:29:32 +0000 Subject: [PATCH] Require gcc-c++ --- rapidjson.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rapidjson.spec b/rapidjson.spec index 28e489f..da820f3 100644 --- a/rapidjson.spec +++ b/rapidjson.spec @@ -56,7 +56,7 @@ format. RapidJSON should be in fully compliance with RFC4627/ECMA-404. Name: rapidjson Version: 1.1.0 -Release: 6%{?gitrel}%{?dist} +Release: 7%{?gitrel}%{?dist} Summary: Fast JSON parser and generator for C++ License: MIT @@ -73,6 +73,7 @@ Source0: %{giturl}/%{commit}.tar.gz#/%{gittar} Patch0: rapidjson-1.1.0-do_not_include_gtest_src_dir.patch BuildRequires: cmake +BuildRequires: gcc-c++ BuildRequires: gtest-devel BuildRequires: valgrind @@ -183,6 +184,9 @@ popd %changelog +* Wed Mar 7 2018 Tom Hughes - 1.1.0-7 +- Require gcc-c++ + * Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild