Accepting request 1151385 from home:dimstar:rpm4.20:o

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1151385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/ooRexx?expand=0&rev=185
This commit is contained in:
Erico Mendonca 2024-02-26 12:47:28 +00:00 committed by Git OBS Bridge
parent 947e6186af
commit 1723ff28b6
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 12:39:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Oct 15 18:39:48 UTC 2021 - Erico Mendonca <erico.mendonca@suse.com>

View File

@ -144,10 +144,10 @@ Open Object Rexx.
#******************************************************************************
%setup -q
%patch0 -p1
%patch1 -p0
%patch2 -p1
%patch3 -p1
%patch -P 0 -p1
%patch -P 1 -p0
%patch -P 2 -p1
%patch -P 3 -p1
#******************************************************************************
%build