Dominique Leuenberger 2025-02-25 15:40:06 +00:00 committed by Git OBS Bridge
commit 7546ab746c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 24 15:19:23 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
- Use python3-Sphinx instead of %{primary_python}-Sphinx
based on recommendation from python maintainers.
* Fixes build issue of man flavor on 15.6
-------------------------------------------------------------------
Wed Feb 5 16:26:35 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>

View File

@ -48,7 +48,7 @@ Patch0: tiff-4.0.3-seek.patch
# PATCH-FIX-UPSTREAM tiff-4.7.0-test_directory.patch based on commit ea6f6bd7bccb bsc#1236834
Patch1: tiff-4.7.0-test_directory.patch
%if %{with tiff_manpages}
BuildRequires: %{primary_python}-Sphinx
BuildRequires: python3-Sphinx
%endif
BuildRequires: cmake
BuildRequires: gcc-c++