[packages/php-sqlite3] Fix applying patches.

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


commit 58d939cb0f88a416e02cd066bff5ab7c2cd444f2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:14:23 2025 +0200

    Fix applying patches.

 php-sqlite3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-sqlite3.spec b/php-sqlite3.spec
index 46425be..d9cc369 100644
--- a/php-sqlite3.spec
+++ b/php-sqlite3.spec
@@ -34,8 +34,8 @@ na dostęp do baz SQLite z poziomu PHP.
 %prep
 %setup -q -c
 cd %{_modname}-%{version}
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
 
 %build
 cd %{_modname}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-sqlite3.git/commitdiff/58d939cb0f88a416e02cd066bff5ab7c2cd444f2



More information about the pld-cvs-commit mailing list