Accepting request 1151413 from devel:languages:misc

OBS-URL: https://build.opensuse.org/request/show/1151413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ooRexx?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2024-02-26 18:47:15 +00:00 committed by Git OBS Bridge
commit 2fea881748
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