[python-scikit-learn] Remove patch for broken test (fixed in scipy 0.14.1)
by Sergio Pascual
commit ddcb83638584c806c2a90af744597d1cf0618d9e
Author: Sergio Pascual <sergiopr(a)fis.ucm.es>
Date: Fri Jan 23 11:40:11 2015 +0100
Remove patch for broken test (fixed in scipy 0.14.1)
python-scikit-learn.spec | 11 +-
sklearn-fix-test.patch | 14 -
sklearn-unbundle-six.patch | 1064 --------------------------------------------
3 files changed, 4 insertions(+), 1085 deletions(-)
---
diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec
index 3b104de..3f38abf 100644
--- a/python-scikit-learn.spec
+++ b/python-scikit-learn.spec
@@ -3,7 +3,7 @@
Name: python-scikit-learn
Version: 0.15.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Machine learning in Python
License: BSD
@@ -13,10 +13,6 @@ Source1: system-six.py
Source2: system-joblib.py
Patch0: sklearn-unbundle-joblib.patch
Patch1: sklearn-unbundle-cblas.patch
-# Disable a broken test
-# Reported upstream
-# https://github.com/scikit-learn/scikit-learn/issues/3648
-Patch2: sklearn-fix-test.patch
BuildRequires: python2-devel
BuildRequires: numpy scipy python-nose python-matplotlib
@@ -70,8 +66,6 @@ mv sklearn/externals/test_externals_setup.py sklearn/externals/bundled
cp %{SOURCE1} sklearn/externals/six.py
cp %{SOURCE2} sklearn/externals/joblib.py
-
-%patch2 -p1
rm -rf sklearn/src/cblas
chmod -x examples/decomposition/plot_pca_vs_fa_model_selection.py
@@ -128,6 +122,9 @@ popd
%endif # with_python3
%changelog
+* Tue Sep 16 2014 Sergio Pascual <sergiopr(a)fedoraproject.org> - 0.15.2-2
+- Remove patch for broken test (fixed in scipy 0.14.1)
+
* Tue Sep 16 2014 Sergio Pascual <sergiopr(a)fedoraproject.org> - 0.15.2-1
- New upstream (0.15.2), bugfix
8 years, 10 months
[shogun] Rebuild for hdf5 1.8.14
by Orion Poplawski
commit 37c17da97120795144e2ae20e95a26d88dc87b0c
Author: Orion Poplawski <orion(a)cora.nwra.com>
Date: Wed Jan 7 13:48:05 2015 -0700
Rebuild for hdf5 1.8.14
shogun.spec | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 33bf8a4..efd3a35 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -98,7 +98,7 @@ of it's 'no-redistribute', 'no-commercial-use' license.
Name: shogun
Version: %{branch}.0.1
-Release: 0.31%{?gitrel}%{?dist}
+Release: 0.32%{?gitrel}%{?dist}
Summary: Large Scale Machine Learning Toolbox
# ===== License-breakdown =====
@@ -1079,6 +1079,9 @@ popd
###############################################################################
%changelog
+* Wed Jan 07 2015 Orion Poplawski <orion(a)cora.nwra.com> - 3.2.0.1-0.32.git20141224.d71e19a
+- Rebuild for hdf5 1.8.14
+
* Wed Dec 24 2014 Björn Esser <bjoern.esser(a)gmail.com> - 3.2.0.1-0.31.git20141224.d71e19a
- updated to new snapshot git20141224.d71e19aa5a575b2b4e52c908a694eb1db7afc973
- reduced number of make-jobs on %%{arm}
8 years, 11 months