Ana Guerrero 2024-02-28 18:48:08 +00:00 committed by Git OBS Bridge
commit c24c826083
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:36:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Sep 13 01:57:32 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -96,9 +96,9 @@ game using Python interfaces.
%setup -q -n %{oname}-%{version}
# only apply the patch if swig 4 is used (currently: Tumbleweed)
%if 0%{?suse_version} > 1500
%patch0 -p1
%patch -P 0 -p1
%endif
%patch1 -p1
%patch -P 1 -p1
%build
%define __builddir py3