From 66b183418b8b4a942aa09c86665259d93a31755fd8d356e891cff2362790ad05 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Wed, 19 Oct 2022 21:18:17 +0000 Subject: [PATCH] - 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 --- spdlog.changes | 6 ++++++ spdlog.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/spdlog.changes b/spdlog.changes index 685320f..b63df5b 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 19 21:16:08 UTC 2022 - Bernd Ritter + +- 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 diff --git a/spdlog.spec b/spdlog.spec index c92616e..9c9a5f2 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -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)