From b2ccfbe4404b17e92e2f7144fff0af4a0af0a7fa6a3d3fbd6ba3516a1215970b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 28 Nov 2023 13:16:50 +0000 Subject: [PATCH] Accepting request 1129535 from GNOME:Next Use %patch -p N instead of deprecated %patchN. OBS-URL: https://build.opensuse.org/request/show/1129535 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=476 --- mutter.changes | 5 +++++ mutter.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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