[packages/mailx] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:13:40 CEST 2025


commit 777bea903b72ce92d291c985efc15df83a50f9ac
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:13:24 2025 +0200

    Fix applying patches.

 mailx.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/mailx.spec b/mailx.spec
index 794d23d..293edae 100644
--- a/mailx.spec
+++ b/mailx.spec
@@ -42,13 +42,13 @@ IMAP, wątkowanie wiadomości, punktacja i filtrowanie.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
 
 %{!?with_kerberos5:sed -i -e 's#gssapi.h#puke.h#g' makeconfig}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mailx.git/commitdiff/777bea903b72ce92d291c985efc15df83a50f9ac



More information about the pld-cvs-commit mailing list