[packages/nxcomp] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:38:37 CEST 2025


commit 474e949d50e92f6fd879e7602fc2b8f863299712
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:38:21 2025 +0200

    Fix applying patches.

 nxcomp.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/nxcomp.spec b/nxcomp.spec
index ae9681b..7b24c6a 100644
--- a/nxcomp.spec
+++ b/nxcomp.spec
@@ -59,9 +59,9 @@ Statyczna biblioteka nxcomp.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
 
 %build
 %{__autoconf}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/nxcomp.git/commitdiff/474e949d50e92f6fd879e7602fc2b8f863299712



More information about the pld-cvs-commit mailing list