diff --git a/python-scikit-sparse.changes b/python-scikit-sparse.changes index 7adf837..7515bf8 100644 --- a/python-scikit-sparse.changes +++ b/python-scikit-sparse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 8 16:38:21 UTC 2018 - jengelh@inai.de + +- Trim irrelevant parts from description. + ------------------------------------------------------------------- Thu May 24 17:42:59 UTC 2018 - toddrme2178@gmail.com diff --git a/python-scikit-sparse.spec b/python-scikit-sparse.spec index 1b91636..afb07ce 100644 --- a/python-scikit-sparse.spec +++ b/python-scikit-sparse.spec @@ -19,9 +19,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-scikit-sparse Version: 0.4.3 +Release: 0 # For license file %define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b -Release: 0 Summary: Scikits sparse matrix package License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Languages/Python @@ -49,12 +49,12 @@ ExcludeArch: %{ix86} %description Sparse matrix tools. -This is a home for sparse matrix code in Python that plays well with +This is a sparse matrix code in Python that plays well with scipy.sparse, but that is somehow unsuitable for inclusion in scipy -proper. Usually this will be because it is released under the GPL. +proper. -So far we have a wrapper for the CHOLMOD library for sparse Cholesky -decomposition. Further contributions are welcome! +There is a wrapper for the CHOLMOD library for sparse Cholesky +decomposition. %prep %setup -q -n scikit-sparse-%{version}