Accepting request 1189363 from devel:libraries:c_c++

- Build kddockwidgets without spdlog until fmt 11 gets supported

OBS-URL: https://build.opensuse.org/request/show/1189363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kddockwidgets?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2024-07-25 13:39:04 +00:00 committed by Git OBS Bridge
commit 5dd35bea1a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 24 11:02:36 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Build kddockwidgets without spdlog until fmt 11 gets supported
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 21 13:30:23 UTC 2024 - Christophe Marin <christophe@krop.fr> Tue May 21 13:30:23 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@ -59,7 +59,8 @@ BuildRequires: cmake(Qt6Widgets)
%endif %endif
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
# fmt is too old in 15.5/15.6, spdlog can't be used # fmt is too old in 15.5/15.6, spdlog can't be used
BuildRequires: cmake(spdlog) >= 1.8.0 # FIXME: 2024/07/24: disabled until https://github.com/KDAB/KDDockWidgets/issues/520 is fixed
# BuildRequires: cmake(spdlog) >= 1.8.0
%else %else
# Full c++-17 support needed # Full c++-17 support needed
BuildRequires: gcc13-PIE BuildRequires: gcc13-PIE