Accepting request 1129593 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/1129593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=190
This commit is contained in:
Ana Guerrero 2023-11-29 20:19:27 +00:00 committed by Git OBS Bridge
commit 68981fa73d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 11:50:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Sun Oct 8 07:48:06 UTC 2023 - Yifan Jiang <yfjiang@suse.com>

View File

@ -386,7 +386,7 @@ cp -a %{SOURCE1} .
%if !0%{?sle_version}
%autopatch -p1 0
%else
%patch0 -p1
%patch -P 0 -p1
%endif
%endif
@ -394,7 +394,7 @@ cp -a %{SOURCE1} .
# Apply patches 1 to 999 (1 >= 999)
%autopatch -p1 -m 1 -M 999
%else
%patch1 -p1
%patch -P 1 -p1
%endif
%build