diff --git a/scipy.spec b/scipy.spec index e8a4bf2ee8152decc1a06c90442c8b5007ba4a3a..fb00ff0762af149595dca9f4ecb73d46282ba6f1 100644 --- a/scipy.spec +++ b/scipy.spec @@ -1,8 +1,9 @@ %global py_setup_args config_fc --fcompiler=gnu95 --noarch +%bcond_without python2 Name: scipy Version: 1.2.2 -Release: 1 +Release: 2 Summary: A Python-based ecosystem of open-source software for mathematics, science, and engineering License: BSD, MIT, Boost and Public Domain URL: https://www.scipy.org @@ -130,5 +131,8 @@ env FFLAGS="$RPM_OPT_FLAGS -fPIC" \ %endif %changelog -* Mon Nov 4 2019 openEuler Buildteam - version-release +* Mon Mar 23 2020 openEuler Buildteam - 1.2.2-2 +- Add macros of python2 + +* Mon Nov 4 2019 openEuler Buildteam - 1.2.2-1 - Package init