From e926ea9ede166f92a88483200065c05f8089ecce Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Wed, 24 Mar 2021 15:28:32 +0800 Subject: [PATCH] add debuginfo and debugsource --- python-scikit-learn.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 6da74f7..7befc7b 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 -- Gitee