Accepting request 1227182 from devel:languages:python:Factory

- Apply sphinx-72.patch only conditionally for non-SLE-15 builds.

OBS-URL: https://build.opensuse.org/request/show/1227182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python310?expand=0&rev=54
This commit is contained in:
Ana Guerrero 2024-11-30 12:27:20 +00:00 committed by Git OBS Bridge
commit 98a593499c
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Remove -IVendor/ from python-config boo#1231795
- Apply sphinx-72.patch only conditionally for non-SLE-15 builds.
-------------------------------------------------------------------
Wed Nov 13 13:25:01 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -484,7 +484,11 @@ other applications.
%patch -p1 -P 17
%patch -p1 -P 18
%patch -p1 -P 19
%if ! 0%{?sle_version} || 0%{?sle_version} >= 160000
%patch -p1 -P 21
%endif
%patch -p1 -P 22
%patch -p1 -P 24
%patch -p1 -P 27