[packages/python-larch] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 02:29:08 CEST 2025
commit 21d45cf0eac8a3868833a7671d247ba0591f3397
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 02:28:52 2025 +0200
Fix applying patches.
python-larch.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-larch.spec b/python-larch.spec
index 6e7803f..b945e04 100644
--- a/python-larch.spec
+++ b/python-larch.spec
@@ -67,8 +67,8 @@ framework for Unix command line programs.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%if %{with tests}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-larch.git/commitdiff/21d45cf0eac8a3868833a7671d247ba0591f3397
More information about the pld-cvs-commit
mailing list