diff --git a/scipy.spec b/scipy.spec index 295e32631531be7809d7933b4f9099a140030657..a212467d3f2b6f9ab3e1298c6aeb6718c34d3c80 100644 --- a/scipy.spec +++ b/scipy.spec @@ -2,14 +2,14 @@ %global debug_package %{nil} Name: scipy Version: 1.2.2 -Release: 5 +Release: 6 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: Qhull and Apache-2.0 URL: https://www.scipy.org Source0: https://github.com/scipy/scipy/releases/download/v%{version}/scipy-%{version}.tar.gz BuildRequires: python3-devel python3-numpy >= 1.8.2 python3-numpy-f2py -BuildRequires: gcc-c++ openblas-devel gcc-gfortran git +BuildRequires: gcc-c++ openblas-devel gcc-gfortran %description SciPy (pronounced "Sigh Pie") is open-source software for mathematics, science, and engineering. @@ -31,7 +31,7 @@ Requires: python3 python3-numpy python3 package for scipy %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 cat > site.cfg << EOF [amd] @@ -78,6 +78,9 @@ popd %{python3_sitearch}/*.egg-info %changelog +* Mon Aug 02 2021 chenyanpanHW - 1.2.2-6 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Sun 01 Aug 2021 sunguoshuai - 1.2.2-5 - Fix build error with gcc 10