[packages/gsoap] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:00:10 CEST 2025
commit 2483a555ec106fecf5de42789324f5659dbb5a16
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:59:54 2025 +0200
Fix applying patches.
gsoap.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gsoap.spec b/gsoap.spec
index b038aed..9564371 100644
--- a/gsoap.spec
+++ b/gsoap.spec
@@ -65,9 +65,9 @@ Statyczna biblioteka %{name}.
%prep
%setup -q -n %{name}-2.8
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# remove stuff with gsoap license only - not GPL
%{__rm} -r gsoap/extras gsoap/mod_gsoap gsoap/Symbian
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gsoap.git/commitdiff/2483a555ec106fecf5de42789324f5659dbb5a16
More information about the pld-cvs-commit
mailing list