- Factory has libfmt 11 now, updated pkgconfig

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=107
This commit is contained in:
Bernd Ritter 2024-07-13 18:29:56 +00:00 committed by Git OBS Bridge
parent e8d4f5242c
commit f1901ad552
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 13 18:29:13 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
- Factory has libfmt 11 now, updated pkgconfig
-------------------------------------------------------------------
Sat Jul 13 12:35:46 UTC 2024 - Bernd Ritter <comrad@opensuse.org>

View File

@ -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