[packages/ucl-common] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 03:24:29 CEST 2025


commit 34448d3a42beec585a6ecd0a8224bbc4c5493dcc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 03:24:13 2025 +0200

    Fix applying patches.

 ucl-common.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ucl-common.spec b/ucl-common.spec
index 5463e49..e9700c3 100644
--- a/ucl-common.spec
+++ b/ucl-common.spec
@@ -65,10 +65,10 @@ Statyczna biblioteka wspólnego kodu UCL.
 
 %prep
 %setup -qn common-%{basever}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ucl-common.git/commitdiff/34448d3a42beec585a6ecd0a8224bbc4c5493dcc



More information about the pld-cvs-commit mailing list