[packages/php-xcache] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:15:16 CEST 2025
commit b8b94c4aef6b4a86d72732aaccf89ee9538f598e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:15:00 2025 +0200
Fix applying patches.
php-xcache.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-xcache.spec b/php-xcache.spec
index 0805489..acf73c8 100644
--- a/php-xcache.spec
+++ b/php-xcache.spec
@@ -69,8 +69,8 @@ More information you can find at %{url}.
%prep
%setup -q -n %{modname}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i.bak -e '
s, at extensiondir@,%{php_extensiondir},
' xcache.ini
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-xcache.git/commitdiff/b8b94c4aef6b4a86d72732aaccf89ee9538f598e
More information about the pld-cvs-commit
mailing list