[packages/python-pycxx] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:30:49 CEST 2025
commit 6a97d52be19cb2024c55f3e77b61af30f8f73d55
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:30:33 2025 +0200
Fix applying patches.
python-pycxx.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-pycxx.spec b/python-pycxx.spec
index e9e5d86..5b4889b 100644
--- a/python-pycxx.spec
+++ b/python-pycxx.spec
@@ -60,9 +60,9 @@ files for Python 3. There is no non-devel package needed.
%prep
%setup -q -n %{modname}-%{version}
-%patch0 -p1 -b .change-include-paths
-%patch1 -p1 -b .setup
-%patch2 -p1 -b .python3-syntax-fix
+%patch -P0 -p1 -b .change-include-paths
+%patch -P1 -p1 -b .setup
+%patch -P2 -p1 -b .python3-syntax-fix
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pycxx.git/commitdiff/6a97d52be19cb2024c55f3e77b61af30f8f73d55
More information about the pld-cvs-commit
mailing list