[packages/python-wxPython] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:33:57 CEST 2025


commit af450367e0334fd2d226f8876976e9567422bef2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:33:41 2025 +0200

    Fix applying patches.

 python-wxPython.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-wxPython.spec b/python-wxPython.spec
index ae919eb..f9d1544 100644
--- a/python-wxPython.spec
+++ b/python-wxPython.spec
@@ -107,8 +107,8 @@ Przykładowe programy w wxPythonie.
 
 %prep
 %setup -q -n %{module}-src-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 cd wxPython
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-wxPython.git/commitdiff/af450367e0334fd2d226f8876976e9567422bef2



More information about the pld-cvs-commit mailing list