From f2d6112cbea8826151d8111619f911f47461edaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-pefile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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