diff --git a/python-pefile.spec b/python-pefile.spec index 5d762e4..d645133 100644 --- a/python-pefile.spec +++ b/python-pefile.spec @@ -17,7 +17,7 @@ Some of the tasks that pefile makes possible are:\ Name: python-%{srcname} Version: 2016.3.28 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python module for working with Portable Executable files License: MIT URL: https://github.com/erocarrera/pefile @@ -79,6 +79,9 @@ sed -i -e '/^#!\//, 1d' pefile.py %{python3_sitelib}/* %changelog +* Mon Dec 19 2016 Miro HronĨok - 2016.3.28-2 +- Rebuild for Python 3.6 + * Tue Nov 01 2016 Athmane Madjoudj - 2016.3.28-1 - Update to 2016.3.28 - Revamp the specfile