[packages/cryptlib] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:07:32 CEST 2025


commit 2997c0f52c704b4504053069b4d55eda72789e94
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:07:16 2025 +0200

    Fix applying patches.

 cryptlib.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/cryptlib.spec b/cryptlib.spec
index 985d839..b044d0b 100644
--- a/cryptlib.spec
+++ b/cryptlib.spec
@@ -86,11 +86,11 @@ Wiązania języka Python do biblioteki cryptlib.
 %prep
 %setup -q -T -c
 unzip -q -L -a %{SOURCE0}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 %build
 %{__make} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cryptlib.git/commitdiff/2997c0f52c704b4504053069b4d55eda72789e94



More information about the pld-cvs-commit mailing list