SHA256
1
0
forked from pool/spdlog

Accepting request 1126873 from home:jsrain:branches:devel:libraries:c_c++

- refresh 2823.patch from upstream

OBS-URL: https://build.opensuse.org/request/show/1126873
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=87
This commit is contained in:
2023-11-16 14:48:25 +00:00
committed by Git OBS Bridge
parent 02947f91dd
commit 3e96ed7324
2 changed files with 6 additions and 1 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(-)
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
+++ b/tests/test_misc.cpp
@@ -43,7 +43,7 @@ TEST_CASE("log_levels", "[log_levels]")

View File

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