diff --git a/h5py.spec b/h5py.spec index 286f250..1959cce 100644 --- a/h5py.spec +++ b/h5py.spec @@ -1,7 +1,7 @@ Summary: A Python interface to the HDF5 library Name: h5py Version: 2.10.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD URL: http://www.h5py.org/ Source0: https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz @@ -70,6 +70,9 @@ export CFLAGS="%{optflags} -fopenmp" %{python3_sitearch}/%{name}-%{version}-*.egg-info %changelog +* Tue May 26 2020 Miro HronĨok - 2.10.0-2 +- Rebuilt for Python 3.9 + * Sun May 17 2020 Terje Rosten - 2.10.0-1 - Add commits from 2.10.x branch