diff --git a/spdlog.changes b/spdlog.changes index e294468..ceb7c79 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jul 13 18:29:13 UTC 2024 - Bernd Ritter + +- Factory has libfmt 11 now, updated pkgconfig + ------------------------------------------------------------------- Sat Jul 13 12:35:46 UTC 2024 - Bernd Ritter diff --git a/spdlog.spec b/spdlog.spec index dd9f3fd..f79e589 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -26,8 +26,6 @@ License: MIT URL: https://github.com/gabime/spdlog Source0: https://github.com/gabime/%{name}/archive/refs/tags/v%{version}.tar.gz Source99: baselibs.conf -# PATCH-FIX-UPSTREAM 2827.patch -- Added missing square bracket to fix the level_to_string_view -#Patch0: https://patch-diff.githubusercontent.com/raw/gabime/spdlog/pull/2827.patch BuildRequires: cmake >= 3.10 %if 0%{?suse_version} > 1500 BuildRequires: gcc-c++ >= 13 @@ -37,7 +35,7 @@ BuildRequires: gcc13-c++ BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: (pkgconfig(catch2) >= 3) -BuildRequires: (pkgconfig(fmt) >= 10.0.0) +BuildRequires: (pkgconfig(fmt) >= 11) BuildRequires: pkgconfig(libsystemd) %description