From c10750081a9c9f10cd065b44b3751d08471061a6 Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Wed, 26 Jun 2024 14:36:04 +0800 Subject: [PATCH] spec: add buildrequires cmake --- nlohmann-json.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nlohmann-json.spec b/nlohmann-json.spec index c981bc5..c6c0e13 100644 --- a/nlohmann-json.spec +++ b/nlohmann-json.spec @@ -2,13 +2,13 @@ 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: gcc-c++ cmake %description JSON for Modern C++ @@ -47,5 +47,8 @@ make %{_libdir}/cmake/* %changelog +* Tue May 28 2024 zhangxianting - 3.11.2-2 +- spec: add buildrequires cmake + * Wed May 3 2023 will_niutao - 3.11.2-1 - Init for openEuler -- Gitee