[packages/gmp-bsd] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:50:01 CEST 2025
commit 18acaea70f8ded0eab2eaa593e081b788a60559d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:49:46 2025 +0200
Fix applying patches.
gmp-bsd.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gmp-bsd.spec b/gmp-bsd.spec
index ac0a839..b2f2311 100644
--- a/gmp-bsd.spec
+++ b/gmp-bsd.spec
@@ -59,14 +59,14 @@ na GNU MP.
%prep
%setup -q -n gmp-%{version}
-%patch0 -p1
+%patch -P0 -p1
%ifarch %{ix86} %{x8664} ppc ppc64 s390 s390x sparc sparcv9 sparc64
# ugly hack, don't apply on other archs (also recheck sizes on each upgrade)
-%patch1 -p1
+%patch -P1 -p1
%endif
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmp-bsd.git/commitdiff/18acaea70f8ded0eab2eaa593e081b788a60559d
More information about the pld-cvs-commit
mailing list