Accepting request 1239159 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1239159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2025-01-22 15:30:45 +00:00 committed by Git OBS Bridge
commit 7fec50d07e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 21 00:44:42 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequire sphinx_rtd_theme.
-------------------------------------------------------------------
Mon Sep 16 09:29:46 UTC 2024 - Eric Schirra <ecsos@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package libcbor
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -50,6 +50,7 @@ Source1: libcbor.3
BuildRequires: doxygen
BuildRequires: python3-Sphinx
BuildRequires: python3-breathe
BuildRequires: python3-sphinx_rtd_theme
%else
BuildRequires: cmake
BuildRequires: gcc-c++