[packages/perl-PDL] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:03:11 CEST 2025
commit 6d0727daefef2eb2f7006b53a0600e2756f546ac
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:02:56 2025 +0200
Fix applying patches.
perl-PDL.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/perl-PDL.spec b/perl-PDL.spec
index 87051ea..1f04ca6 100644
--- a/perl-PDL.spec
+++ b/perl-PDL.spec
@@ -452,11 +452,11 @@ Przykładowe skrypty z użyciem PDL.
%prep
%setup -q -n %{pdir}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P4 -p1
+%patch -P5 -p1
# g77 flags for compiling Slatec:
%{__perl} -pi -e 's@\) \$mycflags s@\) %{rpmcflags} -fPIC s@' Lib/Slatec/Makefile.PL
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-PDL.git/commitdiff/6d0727daefef2eb2f7006b53a0600e2756f546ac
More information about the pld-cvs-commit
mailing list