From b1b6b497c4dd75a23662fe21e57be115bd858327 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 04:24:30 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/rapidjson.git#480faba4f2d33b45697d14b2a80802b9555c5528 --- rapidjson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rapidjson.spec b/rapidjson.spec index 7e1b91d..8e255b4 100644 --- a/rapidjson.spec +++ b/rapidjson.spec @@ -2,7 +2,7 @@ Name: rapidjson Version: 1.1.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Fast JSON parser and generator for C++ License: MIT @@ -13,7 +13,7 @@ Patch0: rapidjson-1.1.0-do_not_include_gtest_src_dir.patch # Upstream derived patch for C++20 support Patch1: rapidjson-1.1.0-c++20.patch -BuildRequires: cmake +BuildRequires: cmake make BuildRequires: gcc-c++ BuildRequires: gtest-devel BuildRequires: valgrind @@ -114,6 +114,9 @@ find %{buildroot} -type f -name 'CMake*.txt' -delete %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 1 2020 Tom Hughes - 1.1.0-15 - Add patch for C++20 support