Update to 0.24.0
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
f9aa4bf75a
commit
37be1967a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/pygit2-0.22.1.tar.gz
|
/pygit2-0.22.1.tar.gz
|
||||||
/pygit2-0.23.1.tar.gz
|
/pygit2-0.23.1.tar.gz
|
||||||
/pygit2-0.23.3.tar.gz
|
/pygit2-0.23.3.tar.gz
|
||||||
|
/pygit2-0.24.0.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global pkgname pygit2
|
%global pkgname pygit2
|
||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 0.23.3
|
Version: 0.24.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
URL: http://www.pygit2.org
|
URL: http://www.pygit2.org
|
||||||
Source: http://pypi.python.org/packages/source/p/%{pkgname}/%{pkgname}-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/p/%{pkgname}/%{pkgname}-%{version}.tar.gz
|
||||||
@ -14,10 +14,6 @@ Requires: python-cffi
|
|||||||
|
|
||||||
Patch1: 0001-Remove-remote-calling-unit-tests.patch
|
Patch1: 0001-Remove-remote-calling-unit-tests.patch
|
||||||
|
|
||||||
# From upstream:
|
|
||||||
# https://github.com/libgit2/pygit2/issues/597#issuecomment-187773503
|
|
||||||
Patch2: 0001-Attempt-to-fix-build-on-0.23.3.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
pygit2 is a set of Python bindings to the libgit2 library, which implements
|
||||||
the core of Git.
|
the core of Git.
|
||||||
@ -98,6 +94,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';'
|
|||||||
%doc docs/_build/html/*
|
%doc docs/_build/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.24.0-1
|
||||||
|
- Update to 0.24.0
|
||||||
|
|
||||||
* Wed Feb 24 2016 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.23.3-2
|
* Wed Feb 24 2016 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.23.3-2
|
||||||
- Fix building 0.23.3 also in i686
|
- Fix building 0.23.3 also in i686
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user