diff --git a/python-tables.spec b/python-tables.spec index 13f1c10..97fbf5a 100644 --- a/python-tables.spec +++ b/python-tables.spec @@ -7,7 +7,7 @@ Summary: HDF5 support in Python Name: python-tables Version: 3.5.2 -Release: 3%{?dist}%{?gitcommit:.git%{shortcommit}} +Release: 4%{?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 @@ -106,6 +106,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{__python3} bench/check_all.py %doc examples/ %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 3.5.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Jul 12 2019 Zbigniew Jędrzejewski-Szmek - 3.5.2-3 - Add patch to fix build on python3.8 (#1718246)