diff --git a/python-pygit2.spec b/python-pygit2.spec index d8b3b09..bc5ab3e 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -2,7 +2,7 @@ Name: python-%{pkgname} Version: 0.25.0 -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 +* Tue Feb 07 2017 Igor Gnatenko - 0.25.0-2 +- Bump release for rebuild + * Tue Jan 10 2017 Igor Gnatenko - 0.25.0-1 - Update to 0.25.0 (RHBZ #1408689)