diff --git a/python-tables.spec b/python-tables.spec index d8df92d..b436753 100644 --- a/python-tables.spec +++ b/python-tables.spec @@ -7,7 +7,7 @@ Summary: HDF5 support in Python Name: python-tables Version: 3.4.4 -Release: 4%{?dist}%{?gitcommit:.git%{shortcommit}} +Release: 5%{?dist}%{?gitcommit:.git%{shortcommit}} #Source0: https://github.com/PyTables/PyTables/archive/%{commit}/PyTables-%{commit}.tar.gz Source0: https://github.com/PyTables/PyTables/archive/v%{version}/python-tables-%{version}.tar.gz @@ -129,6 +129,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} bench/check_all.py %doc examples/ %changelog +* Sat Mar 16 2019 Orion Poplawski - 3.4.4-5 +- Rebuild for hdf5 1.10.5 + * Sun Mar 3 2019 Zbigniew Jędrzejewski-Szmek - 3.4.4-4 - Backport patch from upstream for numpy 1.16 compatibility (#1675793)