[packages/libopenraw] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:56:39 CEST 2025
commit 0753008ea9ef3a9e26ac6608e62f40a04f139932
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:56:23 2025 +0200
Fix applying patches.
libopenraw.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libopenraw.spec b/libopenraw.spec
index fe2a5eb..807109b 100644
--- a/libopenraw.spec
+++ b/libopenraw.spec
@@ -127,9 +127,9 @@ Statyczna biblioteka libopenrawgnome.
%prep
%setup -q -b1
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
install -d .cargo
cat >.cargo/config <<EOF
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libopenraw.git/commitdiff/0753008ea9ef3a9e26ac6608e62f40a04f139932
More information about the pld-cvs-commit
mailing list