[packages/SPQR] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:05:52 CEST 2025
commit ddb7c3dcb0dd31b3028385d61828efae3a2e2efc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:05:37 2025 +0200
Fix applying patches.
SPQR.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/SPQR.spec b/SPQR.spec
index 5dda928..8216881 100644
--- a/SPQR.spec
+++ b/SPQR.spec
@@ -65,8 +65,8 @@ Statyczna biblioteka SPQR.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/SPQR.git/commitdiff/ddb7c3dcb0dd31b3028385d61828efae3a2e2efc
More information about the pld-cvs-commit
mailing list