Accepting request 910459 from home:alois:branches:devel:libraries:c_c++

- Add spdlog-1.9.1-use_system_catch2.patch (fixes boo#1189103)

OBS-URL: https://build.opensuse.org/request/show/910459
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=49
This commit is contained in:
2021-08-06 09:47:47 +00:00
committed by Git OBS Bridge
parent 345b79765e
commit d8ecaede85
3 changed files with 49 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ Summary: C++ logging library
License: MIT
URL: https://github.com/gabime/spdlog
Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE spdlog-1.9.1-use_system_catch2.patch use system catch2 to fix problem with glibc 2.3.4 -- aloisio@gmx.com
Patch0: spdlog-1.9.1-use_system_catch2.patch
BuildRequires: benchmark-devel >= 1.4.0
BuildRequires: cmake >= 3.10
%if 0%{?suse_version} > 1500
@@ -33,6 +35,7 @@ BuildRequires: gcc8-c++
%endif
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: pkgconfig(catch2) >= 2.13.4
BuildRequires: pkgconfig(fmt) >= 8.0.0
BuildRequires: pkgconfig(libsystemd)