[packages/python-gd] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:28:12 CEST 2025


commit 2d0f760ebea719ad54595bde475f15111e63fe4a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:27:56 2025 +0200

    Fix applying patches.

 python-gd.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-gd.spec b/python-gd.spec
index ad01007..4c76e82 100644
--- a/python-gd.spec
+++ b/python-gd.spec
@@ -50,10 +50,10 @@ oryginalnej biblioteki GD.
 %prep
 %setup -q -n gdmodule-%{version}
 %if "%{_lib}" == "lib64"
-%patch0 -p1
+%patch -P0 -p1
 %endif
 %if "%{_lib}" == "libx32"
-%patch1 -p1
+%patch -P1 -p1
 %endif
 
 %{__mv} Setup.py setup.py
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-gd.git/commitdiff/2d0f760ebea719ad54595bde475f15111e63fe4a



More information about the pld-cvs-commit mailing list