Accepting request 1126931 from devel:libraries:c_c++

- download 2823.patch from upstream again to fix metadata
  mismatch

- Removed e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch as [boo#1199306] is now integrated.
- Add e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
  lower than (new) 3
  * CMake improvement regarding cmake_minimum_required and policy.
  * Avoid c-style casting in stdout sinks.
  * Support for FMT_STRING compile time checking.
- Added additional building options
  * Ability to add sinks to a logger after its creation
  * Replaced set_async_mode(..) with factory template.

OBS-URL: https://build.opensuse.org/request/show/1126931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spdlog?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2023-11-17 19:49:05 +00:00 committed by Git OBS Bridge
commit 543cb7dc8c
2 changed files with 17 additions and 11 deletions

View File

@ -9,7 +9,7 @@ Subject: [PATCH] Added missing square bracket to fix the level_to_string_view
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_misc.cpp b/tests/test_misc.cpp diff --git a/tests/test_misc.cpp b/tests/test_misc.cpp
index 9f3cb1744..6199641ff 100644 index 9f3cb1744d..6199641ff2 100644
--- a/tests/test_misc.cpp --- a/tests/test_misc.cpp
+++ b/tests/test_misc.cpp +++ b/tests/test_misc.cpp
@@ -43,7 +43,7 @@ TEST_CASE("log_levels", "[log_levels]") @@ -43,7 +43,7 @@ TEST_CASE("log_levels", "[log_levels]")

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 16 13:08:02 UTC 2023 - Jiri Srain <jsrain@suse.com>
- download 2823.patch from upstream again to fix metadata
mismatch
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 2 12:48:47 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Wed Aug 2 12:48:47 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>