[packages/gossip] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:56:50 CEST 2025
commit 1e2204b9ad15b73f036acb6b6f30c2b3edf3180a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:56:35 2025 +0200
Fix applying patches.
gossip.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gossip.spec b/gossip.spec
index f5c9b9e..1922c60 100644
--- a/gossip.spec
+++ b/gossip.spec
@@ -54,9 +54,9 @@ jak to tylko możliwe.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
%{__glib_gettextize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gossip.git/commitdiff/1e2204b9ad15b73f036acb6b6f30c2b3edf3180a
More information about the pld-cvs-commit
mailing list