Update to 0.24.2 (RHBZ #1390796)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
49897c2c29
commit
a9e2716ce0
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/pygit2-0.23.3.tar.gz
|
/pygit2-0.23.3.tar.gz
|
||||||
/pygit2-0.24.0.tar.gz
|
/pygit2-0.24.0.tar.gz
|
||||||
/pygit2-0.24.1.tar.gz
|
/pygit2-0.24.1.tar.gz
|
||||||
|
/pygit2-0.24.2.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global pkgname pygit2
|
%global pkgname pygit2
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 0.24.1
|
Version: 0.24.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
License: GPLv2 with linking exception
|
License: GPLv2 with linking exception
|
||||||
URL: http://www.pygit2.org
|
URL: http://www.pygit2.org
|
||||||
@ -97,6 +97,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
%doc docs/_build/html/*
|
%doc docs/_build/html/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user