[packages/pacparser] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:50:00 CEST 2025
commit b620053e604f84b0b705349d806b4d9f072fca31
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:49:44 2025 +0200
Fix applying patches.
pacparser.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pacparser.spec b/pacparser.spec
index b35c108..1f2d6d6 100644
--- a/pacparser.spec
+++ b/pacparser.spec
@@ -90,10 +90,10 @@ Interfejs Pythona do biblioteki pacparser.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%undos src/pymod/setup.py
-%patch2 -p1
+%patch -P2 -p1
%build
%{__make} -C src \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pacparser.git/commitdiff/b620053e604f84b0b705349d806b4d9f072fca31
More information about the pld-cvs-commit
mailing list