[packages/xut] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 10:24:03 CEST 2025
commit 397230d44636a1dfa8ec588a78833d3131ecff74
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:31:21 2025 +0200
Fix applying patches.
xut.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xut.spec b/xut.spec
index c8d2cd1..bb5ab9a 100644
--- a/xut.spec
+++ b/xut.spec
@@ -40,8 +40,8 @@ XUT jest projektem "guzikowego" symulatora piłki nożnej.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
#%%{__aclocal}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xut.git/commitdiff/397230d44636a1dfa8ec588a78833d3131ecff74
More information about the pld-cvs-commit
mailing list