[packages/scm] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:53:57 CEST 2025


commit 0860142bb25fa3875a4e7ac2f88a8cdae5af2585
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:53:41 2025 +0200

    Fix applying patches.

 scm.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/scm.spec b/scm.spec
index dae4173..327d6ba 100644
--- a/scm.spec
+++ b/scm.spec
@@ -32,10 +32,10 @@ IEEE P1178.
 
 %prep
 %setup -q -c -a1
-%patch0 -p0
-%patch1 -p0
-%patch3 -p0
-%patch5 -p0
+%patch -P0 -p0
+%patch -P1 -p0
+%patch -P3 -p0
+%patch -P5 -p0
 
 ln -s slib-%{slib_ver} slib
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/scm.git/commitdiff/0860142bb25fa3875a4e7ac2f88a8cdae5af2585



More information about the pld-cvs-commit mailing list