Accepting request 1129151 from GNOME:Next

- USe %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1129151
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/meson?expand=0&rev=270
This commit is contained in:
Dominique Leuenberger 2023-11-27 14:38:36 +00:00 committed by Git OBS Bridge
parent 8b0561d64f
commit 9f743267a1
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 27 14:29:20 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- USe %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Nov 14 15:18:10 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -169,10 +169,10 @@ Vim/NeoVim.
%prep
%setup -q -n meson-%{version}
%patch0 -p1
%patch1 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%if !%{with setuptools}
%patch2 -p1
%patch -P 2 -p1
%endif
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} < 160000