diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 6da74f7f4521ca9b68a33455d3a5ccefc1d95b24..7befc7b69bbe0baa6678fad03ea7e0ddee58e3bc 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -1,9 +1,7 @@ -%global debug_package %{nil} - Name: python-scikit-learn Summary: A Python module for machine learning built on top of SciPy Version: 0.24.0 -Release: 2 +Release: 3 License: BSD URL: https://scikit-learn.org/stable/ Source0: https://github.com/scikit-learn/scikit-learn/archive/%{version}/scikit-learn-%{version}.tar.gz @@ -27,7 +25,6 @@ Requires: python3-scipy >= 0.17.0 python3-joblib >= 0.11 %autosetup -n scikit-learn-%{version} -p1 -Sgit %build -CFLAGS="$RPM_OPT_FLAGS -s" %py3_build %install @@ -40,6 +37,9 @@ CFLAGS="$RPM_OPT_FLAGS -s" %{python3_sitearch}/scikit_learn-*.egg-info %changelog +* Wed Mar 24 2021 shixuantong - 0.24.0-3 +- add debuginfo and debugsource + * Sat Mar 20 2021 shixuantong - 0.24.0-2 - strip binary files