diff --git a/python-semantic_version.spec b/python-semantic_version.spec index 0e4d02d..5936210 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 2.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library implementing the 'SemVer' scheme License: BSD @@ -108,6 +108,9 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Mon Jun 18 2018 Miro Hrončok - 2.6.0-6 +- Rebuilt for Python 3.7 + * Tue May 29 2018 Javier Peña - 2.6.0-5 - Fix build due to Django dependency (bz#1556267)