[packages/tpop3d] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:21:05 CEST 2025


commit 9c622302d9e7d7cfe0a2b3e324ac49eaf4b525d4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:20:49 2025 +0200

    Fix applying patches.

 tpop3d.spec | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tpop3d.spec b/tpop3d.spec
index f6cfe28..5452162 100644
--- a/tpop3d.spec
+++ b/tpop3d.spec
@@ -113,13 +113,13 @@ pomiędzy sesjami.
 
 %prep
 %setup -q
-%patch1 -p1
+%patch -P1 -p1
 %if %{with skipgetpwcheck}
-%patch2 -p0
+%patch -P2 -p0
 %endif
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
 
 %build
 %{__aclocal}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tpop3d.git/commitdiff/9c622302d9e7d7cfe0a2b3e324ac49eaf4b525d4



More information about the pld-cvs-commit mailing list