From ee56caef6acf457145a41a23fc6cf15bcd4c65f7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 24 Nov 2024 14:52:03 +0100 Subject: [PATCH] fixed %{_includedir}/numpy symlink to includes [release 2.1.3-2mamba;Sat Nov 23 2024] --- python-numpy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-numpy.spec b/python-numpy.spec index 855802c..8e5a8fa 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-numpy Version: 2.1.3 -Release: 1mamba +Release: 2mamba Summary: NumPy: Scientific computing with Python NumPy Group: System/Libraries/Python Vendor: openmamba @@ -67,7 +67,7 @@ done %if "%{?with_pyver}" == "3" install -d -m0755 %{buildroot}%{_includedir} -ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/numpy +ln -s %{python_sitearch}/numpy/_core/include/numpy %{buildroot}%{_includedir}/numpy %endif %clean @@ -86,6 +86,9 @@ ln -s %{python_sitearch}/numpy/core/include/numpy %{buildroot}%{_includedir}/num %endif %changelog +* Sat Nov 23 2024 Silvan Calarco 2.1.3-2mamba +- fixed %{_includedir}/numpy symlink to includes + * Sun Nov 03 2024 Automatic Build System 2.1.3-1mamba - automatic version update by autodist