diff --git a/mutter.changes b/mutter.changes index 395955d..5019071 100644 --- a/mutter.changes +++ b/mutter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 28 11:57:17 UTC 2023 - Dominique Leuenberger + +- Use %patch -p N instead of deprecated %patchN. + ------------------------------------------------------------------- Wed Nov 1 09:38:49 UTC 2023 - Bjørn Lie diff --git a/mutter.spec b/mutter.spec index 4dbb284..cdbb0f1 100644 --- a/mutter.spec +++ b/mutter.spec @@ -143,14 +143,14 @@ applications that want to make use of the mutter library. %if !0%{?sle_version} %autopatch -p1 -M 999 %else -%patch1 -p1 -%patch2 -p1 +%patch -P 1 -p1 +%patch -P 2 -p1 %endif # SLE-only patches and translations. %if 0%{?sle_version} -%patch1000 -p1 -%patch1001 -p1 -%patch1002 -p1 +%patch -P 1000 -p1 +%patch -P 1001 -p1 +%patch -P 1002 -p1 %endif %build