[packages/xdelta] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:13:46 CEST 2025
commit 04ec3518b1c9084f266aaa5e584459febf741725
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:30:57 2025 +0200
Fix applying patches.
xdelta.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/xdelta.spec b/xdelta.spec
index 509ee32..ba4b03d 100644
--- a/xdelta.spec
+++ b/xdelta.spec
@@ -114,12 +114,12 @@ Bibliotecas estáticas para desenvolvimento com xdelta.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xdelta.git/commitdiff/04ec3518b1c9084f266aaa5e584459febf741725
More information about the pld-cvs-commit
mailing list