Accepting request 1152322 from home:dimstar:Factory

Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1152322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=243
This commit is contained in:
Dirk Stoecker 2024-03-07 17:26:25 +00:00 committed by Git OBS Bridge
parent ab45722abc
commit 01743f1f0e
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}