[packages/php-phpquery] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:14:03 CEST 2025


commit 905e4d543e2d1ae6ce2522842c85c24982ed1117
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:13:47 2025 +0200

    Fix applying patches.

 php-phpquery.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-phpquery.spec b/php-phpquery.spec
index accdc74..cbdf4c7 100644
--- a/php-phpquery.spec
+++ b/php-phpquery.spec
@@ -39,9 +39,9 @@ Object Model (DOM) API based on jQuery JavaScript Library.
 %prep
 %setup -qc
 mv phpQuery .pq; mv .pq/* .
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 # fix shebang
 %{__sed} -i -e '1s,^#!.*env php,#!/usr/bin/php,' cli/phpquery
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-phpquery.git/commitdiff/905e4d543e2d1ae6ce2522842c85c24982ed1117



More information about the pld-cvs-commit mailing list