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
This commit is contained in:
DistroBaker 2021-02-03 04:24:30 +00:00
parent 25f9ae8410
commit b1b6b497c4

View File

@ -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 <releng@fedoraproject.org> - 1.1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 1 2020 Tom Hughes <tom@compton.nu> - 1.1.0-15
- Add patch for C++20 support