[packages/stone_soup] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:09:03 CEST 2025
commit ac90b4722dc187c29dfe619a3ac0b505e2970cb0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:08:47 2025 +0200
Fix applying patches.
stone_soup.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/stone_soup.spec b/stone_soup.spec
index 2d6f921..1aa1920 100644
--- a/stone_soup.spec
+++ b/stone_soup.spec
@@ -55,12 +55,12 @@ Crawla.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%if %{with tiles}
-%patch2 -p1
+%patch -P2 -p1
%else
-%patch3 -p1
+%patch -P3 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stone_soup.git/commitdiff/ac90b4722dc187c29dfe619a3ac0b505e2970cb0
More information about the pld-cvs-commit
mailing list