diff --git a/h5py.spec b/h5py.spec index 8ff2305..ee2e46f 100644 --- a/h5py.spec +++ b/h5py.spec @@ -6,7 +6,7 @@ Summary: A Python interface to the HDF5 library Name: h5py Version: 2.5.0 -Release: 7%{?dist} +Release: 8%{?dist} Group: Applications/Engineering License: BSD URL: http://www.h5py.org/ @@ -97,10 +97,10 @@ chmod 0755 %{buildroot}%{python3_sitearch}/%{name}/*.so %endif %check -%{__python} setup.py test || : +%{__python} setup.py test %if 0%{?with_python3} pushd %{py3dir} -%{__python3} setup.py test || : +%{__python3} setup.py test popd %endif @@ -117,6 +117,9 @@ popd %endif %changelog +* Wed Mar 23 2016 Orion Poplawski - 2.5.0-8 +- Tests run okay now + * Wed Feb 03 2016 Fedora Release Engineering - 2.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild