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:
parent
368e51dda3
commit
b2ccfbe440
@ -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>
|
Wed Nov 1 09:38:49 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
10
mutter.spec
10
mutter.spec
@ -143,14 +143,14 @@ applications that want to make use of the mutter library.
|
|||||||
%if !0%{?sle_version}
|
%if !0%{?sle_version}
|
||||||
%autopatch -p1 -M 999
|
%autopatch -p1 -M 999
|
||||||
%else
|
%else
|
||||||
%patch1 -p1
|
%patch -P 1 -p1
|
||||||
%patch2 -p1
|
%patch -P 2 -p1
|
||||||
%endif
|
%endif
|
||||||
# SLE-only patches and translations.
|
# SLE-only patches and translations.
|
||||||
%if 0%{?sle_version}
|
%if 0%{?sle_version}
|
||||||
%patch1000 -p1
|
%patch -P 1000 -p1
|
||||||
%patch1001 -p1
|
%patch -P 1001 -p1
|
||||||
%patch1002 -p1
|
%patch -P 1002 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user