diff --git a/.gitignore b/.gitignore index 2d63b33..44d877b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /pygit2-0.23.3.tar.gz /pygit2-0.24.0.tar.gz /pygit2-0.24.1.tar.gz +/pygit2-0.24.2.tar.gz diff --git a/python-pygit2.spec b/python-pygit2.spec index 98721cb..9bb10d4 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -1,8 +1,8 @@ %global pkgname pygit2 Name: python-%{pkgname} -Version: 0.24.1 -Release: 2%{?dist} +Version: 0.24.2 +Release: 1%{?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 +* Sat Nov 19 2016 Igor Gnatenko - 0.24.2-1 +- Update to 0.24.2 (RHBZ #1390796) + * Tue Jul 19 2016 Fedora Release Engineering - 0.24.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 194f132..cbd8d8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d9915e3f8a7da65af3ea70f5bc02967d pygit2-0.24.1.tar.gz +8c3b4893f3e3ae2937101e69863146fe pygit2-0.24.2.tar.gz