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
This commit is contained in:
Bjørn Lie 2023-11-28 13:16:50 +00:00 committed by Git OBS Bridge
parent 368e51dda3
commit b2ccfbe440
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 11:57:17 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Wed Nov 1 09:38:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -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