Accepting request 1156073 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1156073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=133
This commit is contained in:
Ana Guerrero 2024-03-10 19:23:27 +00:00 committed by Git OBS Bridge
commit 5df2b72de5
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 27 15:21:49 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Nov 27 10:50:24 CET 2023 - mls@suse.de

View File

@ -176,20 +176,20 @@ Perl man pages and pod files.
%prep
%setup -q -n perl-%{pversion}
cp -p %{SOURCE3} .
%patch0
%patch3
%patch4
%patch5
%patch6
%patch7
%patch -P 0
%patch -P 3
%patch -P 4
%patch -P 5
%patch -P 6
%patch -P 7
%ifarch ppc ppc64 ppc64le
%patch8 -p1
%patch13
%patch -P 8 -p1
%patch -P 13
%endif
%patch9 -p1
%patch11
%patch12 -p1
%patch18
%patch -P 9 -p1
%patch -P 11
%patch -P 12 -p1
%patch -P 18
%build
%define _lto_cflags %{nil}