[packages/ctags] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:07:49 CEST 2025


commit 92bd952a11ab0ab00e19f0c2590db3f62b73fe07
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:07:34 2025 +0200

    Fix applying patches.

 ctags.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ctags.spec b/ctags.spec
index 5b06a54..b69dcf5 100644
--- a/ctags.spec
+++ b/ctags.spec
@@ -137,11 +137,11 @@ Exuberant Ctags підтримує вивід файлу TAGS у стилі Emac
 
 %prep
 %setup -q
-%patch0 -p0
+%patch -P0 -p0
 #%patch1 -p1 recheck
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
 
 %build
 %{__autoconf}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ctags.git/commitdiff/92bd952a11ab0ab00e19f0c2590db3f62b73fe07



More information about the pld-cvs-commit mailing list