[packages/peercast] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:54:14 CEST 2025


commit ddcb557f758b73bdf7a7bb34e1a876e46d620134
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:53:58 2025 +0200

    Fix applying patches.

 peercast.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/peercast.spec b/peercast.spec
index 328cc0e..67b935d 100644
--- a/peercast.spec
+++ b/peercast.spec
@@ -38,11 +38,11 @@ na stronach komercyjnych.
 find '(' -name '*.cpp' -o -name '*.h' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
 #%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
 
 %build
 %{__make} -C ui/linux \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/peercast.git/commitdiff/ddcb557f758b73bdf7a7bb34e1a876e46d620134



More information about the pld-cvs-commit mailing list