[packages/libwmf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:04:13 CEST 2025
commit d4f6b992f6449ed1f93f8e57fb9a03c9adce5de3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:03:57 2025 +0200
Fix applying patches.
libwmf.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libwmf.spec b/libwmf.spec
index bd6a141..694b0b0 100644
--- a/libwmf.spec
+++ b/libwmf.spec
@@ -108,11 +108,11 @@ Moduł wczytujący WMF dla biblioteki gdk_pixbuf 2.x
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libwmf.git/commitdiff/d4f6b992f6449ed1f93f8e57fb9a03c9adce5de3
More information about the pld-cvs-commit
mailing list