[packages/plotutils] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:17:09 CEST 2025
commit 3b0f4079a53380104fc0f7f91ad9c71527955760
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:16:54 2025 +0200
Fix applying patches.
plotutils.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plotutils.spec b/plotutils.spec
index 0251e4b..8bc3864 100644
--- a/plotutils.spec
+++ b/plotutils.spec
@@ -198,10 +198,10 @@ Biblioteka statyczna libxmi.
%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/plotutils.git/commitdiff/3b0f4079a53380104fc0f7f91ad9c71527955760
More information about the pld-cvs-commit
mailing list