[packages/gearmand] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:41:18 CEST 2025


commit 2367094ef960f1439b2c3400e61fdd10adc9dd60
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:41:02 2025 +0200

    Fix applying patches.

 gearmand.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index fe040bd..66e0706 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -127,9 +127,9 @@ Pliki nagłówkowe biblioteki libgearman.
 
 %prep
 %setup -q
-%patch0 -p1
+%patch -P0 -p1
 %ifarch x32
-%patch1 -p1
+%patch -P1 -p1
 %endif
 
 echo "m4_define([VERSION_NUMBER], %{version})" > version.m4
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gearmand.git/commitdiff/2367094ef960f1439b2c3400e61fdd10adc9dd60



More information about the pld-cvs-commit mailing list