[packages/shiboken] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:57:42 CEST 2025
commit e49568929416f49783f268d82c74aa7ad95c8ae9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:57:26 2025 +0200
Fix applying patches.
shiboken.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/shiboken.spec b/shiboken.spec
index 10075ea..ddf8e0d 100644
--- a/shiboken.spec
+++ b/shiboken.spec
@@ -100,9 +100,9 @@ Biblioteka uruchomieniowa shiboken dla Pythona 3.x.
%prep
%setup -q -n Shiboken-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%if %{with python2}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/shiboken.git/commitdiff/e49568929416f49783f268d82c74aa7ad95c8ae9
More information about the pld-cvs-commit
mailing list