Update to 0.24.2 (RHBZ #1390796)

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2016-11-19 10:55:31 +01:00
parent 49897c2c29
commit a9e2716ce0
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <i.gnatenko.brain@gmail.com> - 0.24.2-1
- Update to 0.24.2 (RHBZ #1390796)
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.1-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
d9915e3f8a7da65af3ea70f5bc02967d pygit2-0.24.1.tar.gz
8c3b4893f3e3ae2937101e69863146fe pygit2-0.24.2.tar.gz