From a81f740f6c8e65cfa104e751178910bf9d7d328f6ffd2db2255a108b1708ac8e Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Tue, 2 Nov 2021 16:30:28 +0000 Subject: [PATCH] Accepting request 928821 from home:VortexAcherontic:branches:games:tools - Added baselibs.conf for bi-arch support I did this change because of an upcoming version of MangoHud (possibly 0.6.6) which will introduce libspdlog1 as a new dependency. Since MangoHud supports bi-arch distribution this requirement must also be met by all of it's dependencies. This way some can use MangoHud on 32bit applications running on a 64bit OS without switching the package architecture beforehand. Because bi-arch was not supported by this library I added it hereby. :) Kind regards, Imo OBS-URL: https://build.opensuse.org/request/show/928821 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=51 --- baselibs.conf | 3 +++ spdlog.changes | 5 +++++ spdlog.spec | 1 + 3 files changed, 9 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..5fb2353 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,3 @@ +libspdlog1 + +/usr/lib(64)?/libspdlog1/.* + requires -libspdlog1- diff --git a/spdlog.changes b/spdlog.changes index 9b54bb6..b1edeff 100644 --- a/spdlog.changes +++ b/spdlog.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 2 16:05:55 UTC 2021 - Imo Hester + +- Added baselibs.conf for bi-arch support + ------------------------------------------------------------------- Fri Aug 13 06:18:26 UTC 2021 - Luigi Baldoni diff --git a/spdlog.spec b/spdlog.spec index c4d5dad..5b649ff 100644 --- a/spdlog.spec +++ b/spdlog.spec @@ -25,6 +25,7 @@ License: MIT URL: https://github.com/gabime/spdlog Source0: https://github.com/gabime/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE spdlog-1.9.1-use_system_catch2.patch use system catch2 to fix problem with glibc 2.3.4 -- aloisio@gmx.com +Source99: baselibs.conf Patch0: spdlog-1.9.1-use_system_catch2.patch BuildRequires: benchmark-devel >= 1.4.0 BuildRequires: cmake >= 3.10