From e69b0660d8d6e62ed0209bac0e888d6122fa29e04eee6100ed4fa2fab9e33e94 Mon Sep 17 00:00:00 2001 From: Bernd Ritter Date: Thu, 20 Oct 2022 20:09:19 +0000 Subject: [PATCH] - Patch file added locally OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=61 --- ...69a0ecbdfb51cc28087b11256fb88c360ba4.patch | 24 +++++++++++++++++++ spdlog.changes | 5 ++++ 2 files changed, 29 insertions(+) create mode 100644 e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch diff --git a/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch b/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch new file mode 100644 index 0000000..9ac7b1d --- /dev/null +++ b/e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch @@ -0,0 +1,24 @@ +From 41efc971addb0596de50337863f01491a9fba2a5 Mon Sep 17 00:00:00 2001 +From: Jan Engelhardt +Date: Fri, 13 May 2022 09:44:09 +0200 +Subject: [PATCH] build: expand SOVERSION to not give false illusion of + compatibility + +Fixes #2369 +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 21577e508..dc6b0ded1 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -169,7 +169,7 @@ target_include_directories(spdlog PUBLIC "$ + +- Patch file added locally + ------------------------------------------------------------------- Thu Oct 20 20:00:13 UTC 2022 - Bernd Ritter