From 586ffc4803b9e05e422b430b3cc97678f986a3bf Mon Sep 17 00:00:00 2001 From: davidhan008 <619409713@qq.com> Date: Thu, 14 Dec 2023 02:24:09 +0000 Subject: [PATCH] update nlohmann-json.spec. --- nlohmann-json.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nlohmann-json.spec b/nlohmann-json.spec index c981bc5..2c643a0 100644 --- a/nlohmann-json.spec +++ b/nlohmann-json.spec @@ -2,13 +2,14 @@ Name: nlohmann-json Version: 3.11.2 -Release: 1 +Release: 2 Summary: JSON for Modern C++ License: MIT URL: https://github.com/nlohmann/json Source0: v%{version}.tar.gz BuildRequires: gcc-c++ +BuildRequires: cmake %description JSON for Modern C++ @@ -47,5 +48,7 @@ make %{_libdir}/cmake/* %changelog +* Fri Dec 15 2023 davidhan008 <619409713@qq.com> - 3.11.2-2 +- Add cmake depence * Wed May 3 2023 will_niutao - 3.11.2-1 - Init for openEuler