[packages/fife] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:32:07 CEST 2025
commit 1581c8445071c9162908ee46b69fd28dcbc67c41
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:31:52 2025 +0200
Fix applying patches.
fife.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fife.spec b/fife.spec
index a1a74f2..e5048dc 100644
--- a/fife.spec
+++ b/fife.spec
@@ -96,8 +96,8 @@ Ten pakiet zawiera moduł Pythona.
%prep
%setup -qn %{name}_%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
# force pre C++11 standard, code uses std::make_pair in a way incompatible with rvalue refs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fife.git/commitdiff/1581c8445071c9162908ee46b69fd28dcbc67c41
More information about the pld-cvs-commit
mailing list