[packages/pypy] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:25:40 CEST 2025
commit f446adea71616e5a3b9aae65e7c6f7c0440abcfe
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:25:24 2025 +0200
Fix applying patches.
pypy.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index 4977a9b..70d41c1 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -59,12 +59,12 @@ language (2.7.1). It has several advantages and distinct features:
%prep
# %setup -q -n %{name}-%{name}-release-%{version}
%setup -q -n %{name}-%{name}-341e1e3821ff
-%patch0 -p1
-# %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+# %%patch1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pypy.git/commitdiff/f446adea71616e5a3b9aae65e7c6f7c0440abcfe
More information about the pld-cvs-commit
mailing list