diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index 7e02356..6a524f8 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -3,7 +3,7 @@ Name: python-scikit-learn Version: 0.14.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Machine learning in Python License: BSD # No license file @@ -124,6 +124,10 @@ find %{buildroot} -name "*.so" | xargs chmod 755 %endif # with_python3 %changelog +* Wed Sep 11 2013 Sergio Pascual - 0.14.1-2 +- Update cblas patch +- Update EVR to build with new numpy (1.8.0-0.3b2) + * Wed Aug 28 2013 Sergio Pascual - 0.14.1-1 - New upstream source (0.14.1) - Add python3 support