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)