From e685cb55cf7b41c0c58f2b58304507cc16e35a334970eff62066599a6b61e756 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Fri, 3 May 2024 15:11:52 +0000 Subject: [PATCH] - update fmt dependency to verrsion 10.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=102 --- spdlog.changes | 5 +++++ spdlog.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/spdlog.changes b/spdlog.changes index 7e23469..53e0c92 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 3 15:11:30 UTC 2024 - Bernd Ritter + +- update fmt dependency to verrsion 10.0 + ------------------------------------------------------------------- Fri May 3 14:27:01 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index 0090240..c205bba 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -37,7 +37,7 @@ BuildRequires: gcc8-c++ BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: (pkgconfig(catch2) >= 3) -BuildRequires: pkgconfig(fmt) >= 8.0.0 +BuildRequires: (pkgconfig(fmt) >= 10.0.0) BuildRequires: pkgconfig(libsystemd) %description