SHA256
1
0
forked from pool/spdlog

- Change on build spec

* Limiting build choices on catch2-dependency to catch2 2.13.4 and lower than (new) 3

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=58
This commit is contained in:
Bernd Ritter 2022-10-19 21:18:17 +00:00 committed by Git OBS Bridge
parent 587d221d9d
commit 66b183418b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 19 21:16:08 UTC 2022 - Bernd Ritter <comrad@posteo.de>
- Change on build spec
* Limiting build choices on catch2-dependency to catch2 2.13.4 and lower than (new) 3
-------------------------------------------------------------------
Mon Apr 18 19:47:37 UTC 2022 - Bernd Ritter <comrad@posteo.de>

View File

@ -19,7 +19,7 @@
%define _sover 1
Name: spdlog
Version: 1.10.0
Release: 0
Release: 1
Summary: C++ logging library
License: MIT
URL: https://github.com/gabime/spdlog
@ -33,7 +33,7 @@ BuildRequires: gcc8-c++
%endif
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: pkgconfig(catch2) >= 2.13.4
BuildRequires: (pkgconfig(catch2) >= 2.13.4 with pkgconfig(catch2) < 3)
BuildRequires: pkgconfig(fmt) >= 8.0.0
BuildRequires: pkgconfig(libsystemd)