[packages/libsvg] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:01:49 CEST 2025
commit 28b157a3c0c775a3203db3280402a78a5f889c3a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:01:33 2025 +0200
Fix applying patches.
libsvg.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libsvg.spec b/libsvg.spec
index 27a4ae1..db973f8 100644
--- a/libsvg.spec
+++ b/libsvg.spec
@@ -61,10 +61,10 @@ Statyczna biblioteka libsvg.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsvg.git/commitdiff/28b157a3c0c775a3203db3280402a78a5f889c3a
More information about the pld-cvs-commit
mailing list