[packages/libcutl] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 00:46:30 CEST 2025


commit 5356dc05bcd747484d2e72b0b450ff49753401a4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 00:46:14 2025 +0200

    Fix applying patches.

 libcutl.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libcutl.spec b/libcutl.spec
index 685b9f2..f21b151 100644
--- a/libcutl.spec
+++ b/libcutl.spec
@@ -59,8 +59,8 @@ Statyczna biblioteka cutl.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # boost (as of 1.82) includes C++ <version> header; take out version file from include path
 %{__mv} version version.txt
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcutl.git/commitdiff/5356dc05bcd747484d2e72b0b450ff49753401a4



More information about the pld-cvs-commit mailing list