[packages/aspell] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:41:43 CEST 2025


commit 4b77de8b4872155974c8208fcbf97fa7bbf676d2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:41:27 2025 +0200

    Fix applying patches.

 aspell.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/aspell.spec b/aspell.spec
index 09d1698..2b85ef8 100644
--- a/aspell.spec
+++ b/aspell.spec
@@ -109,8 +109,8 @@ aspell.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 # home_etc patch is fubar. If HOME_ETC var is not defined, it tries to open
 # such files:
 # open("$HOME|.//.aspell.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aspell.git/commitdiff/4b77de8b4872155974c8208fcbf97fa7bbf676d2



More information about the pld-cvs-commit mailing list