[packages/aalib] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:28:35 CEST 2025


commit 056542e55f12b0881628448c1dfd80b1b92ecc3c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:28:20 2025 +0200

    Fix applying patches.

 aalib.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/aalib.spec b/aalib.spec
index b880345..d049f86 100644
--- a/aalib.spec
+++ b/aalib.spec
@@ -137,9 +137,9 @@ Narzędzia AA-lib.
 
 %prep
 %setup -q -n %{name}-%{version}.0
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 # don't include aclocal.m4 from configure.in
 tail -n +2 configure.in > c.tmp
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/aalib.git/commitdiff/056542e55f12b0881628448c1dfd80b1b92ecc3c



More information about the pld-cvs-commit mailing list