diff --git a/python-iniparse.spec b/python-iniparse.spec index 2b07d0b..a025e5e 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -5,7 +5,7 @@ Name: python-iniparse Version: 0.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT @@ -115,6 +115,9 @@ popd %changelog +* Wed May 14 2014 Bohuslav Kabrda - 0.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + * Fri Mar 07 2014 Tim Lauridsen - 0.4-12 - added python3-test to buildreq for python3 - run unittest with python3 also