[packages/python3-scipy] - use patch -P
baggins
baggins at pld-linux.org
Mon Mar 10 17:04:18 CET 2025
commit 5697cb5b763c271aaba9b014f3094cb7da4e96ca
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 10 16:31:46 2025 +0100
- use patch -P
python3-scipy.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python3-scipy.spec b/python3-scipy.spec
index 229608f..65f9408 100644
--- a/python3-scipy.spec
+++ b/python3-scipy.spec
@@ -10,7 +10,7 @@ Summary: A library of scientific tools
Summary(pl.UTF-8): Biblioteka narzędzi naukowych
Name: python3-%{module}
Version: 1.8.1
-Release:
+Release: 2
License: BSD
Group: Development/Languages/Python
#Source0Download: https://github.com/scipy/scipy/releases/
@@ -79,10 +79,10 @@ Dokumentacja API modułu SciPy.
%prep
%setup -q -n scipy-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P 0 -p1
+%patch -P 1 -p1
+%patch -P 2 -p1
+%patch -P 3 -p1
%build
# numpy.distutils uses LDFLAGS as its own flags replacement,
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-scipy.git/commitdiff/5697cb5b763c271aaba9b014f3094cb7da4e96ca
More information about the pld-cvs-commit
mailing list