diff --git a/python-fasteners.spec b/python-fasteners.spec index bb55ed6..da0e566 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -6,7 +6,7 @@ Name: python-%{pypi_name} Version: 0.14.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A python package that provides useful locks License: ASL 2.0 @@ -99,6 +99,9 @@ nosetests-%{python3_version} %changelog +* Mon Dec 19 2016 Miro Hrončok - 0.14.1-7 +- Rebuild for Python 3.6 + * Mon Aug 29 2016 Matthias Runge - 0.14.1-6 - Use time.monotonic if available (Python3 > 3.2) patch thanks to Ville Skyttä (rhbz#1294335)