Accepting request 1129583 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1129583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutter?expand=0&rev=215
This commit is contained in:
Ana Guerrero 2023-11-29 20:19:16 +00:00 committed by Git OBS Bridge
commit 15f9564bb2
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