[packages/php-google-api] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:09:37 CEST 2025


commit 5d3c8597caa5624885386343284c08139ef5a96e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:09:21 2025 +0200

    Fix applying patches.

 php-google-api.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-google-api.spec b/php-google-api.spec
index add5178..feeec5d 100644
--- a/php-google-api.spec
+++ b/php-google-api.spec
@@ -36,9 +36,9 @@ simple, flexible, powerful API access.
 
 %prep
 %setup -qn google-api-php-client-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 # use single autoload so could use different autoloader than provided by this project
 # you intend to use this, you need to call it before accessing other classes
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-google-api.git/commitdiff/5d3c8597caa5624885386343284c08139ef5a96e



More information about the pld-cvs-commit mailing list