diff --git a/meson.changes b/meson.changes index b7c186f..c2f0c4e 100644 --- a/meson.changes +++ b/meson.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 27 14:29:20 UTC 2023 - Dominique Leuenberger + +- USe %patch -P N instead of deprecated %patchN. + ------------------------------------------------------------------- Tue Nov 14 15:18:10 UTC 2023 - Dominique Leuenberger diff --git a/meson.spec b/meson.spec index ed961c9..48181ab 100644 --- a/meson.spec +++ b/meson.spec @@ -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