- 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:
parent
e8d4f5242c
commit
f1901ad552
@ -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>
|
Sat Jul 13 12:35:46 UTC 2024 - Bernd Ritter <comrad@opensuse.org>
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@ License: MIT
|
|||||||
URL: https://github.com/gabime/spdlog
|
URL: https://github.com/gabime/spdlog
|
||||||
Source0: https://github.com/gabime/%{name}/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://github.com/gabime/%{name}/archive/refs/tags/v%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
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
|
BuildRequires: cmake >= 3.10
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: gcc-c++ >= 13
|
BuildRequires: gcc-c++ >= 13
|
||||||
@ -37,7 +35,7 @@ BuildRequires: gcc13-c++
|
|||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: (pkgconfig(catch2) >= 3)
|
BuildRequires: (pkgconfig(catch2) >= 3)
|
||||||
BuildRequires: (pkgconfig(fmt) >= 10.0.0)
|
BuildRequires: (pkgconfig(fmt) >= 11)
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user