diff --git a/python-pygit2.spec b/python-pygit2.spec index 9bb10d4..b8d123f 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 0.24.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for libgit2 License: GPLv2 with linking exception URL: http://www.pygit2.org @@ -97,6 +97,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %doc docs/_build/html/* %changelog +* Mon Dec 19 2016 Miro HronĨok - 0.24.2-2 +- Rebuild for Python 3.6 + * Sat Nov 19 2016 Igor Gnatenko - 0.24.2-1 - Update to 0.24.2 (RHBZ #1390796)