Update to 0.20.3

This commit is contained in:
Christopher Meng 2014-06-22 19:30:09 +08:00
parent 1d4db34d1f
commit fffb9f9a72
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pygit2-0.20.2.tar.gz
/pygit2-0.20.3.tar.gz

View File

@ -6,18 +6,18 @@
%endif
Name: python-%{pkgname}
Version: 0.20.2
Release: 3%{?dist}
Version: 0.20.3
Release: 1%{?dist}
Summary: Python 2.x bindings for libgit2
URL: http://www.pygit2.org
Source: http://pypi.python.org/packages/source/p/%{pkgname}/%{pkgname}-%{version}.tar.gz
License: GPLv2 with linking exception
BuildRequires: libgit2-devel
BuildRequires: openssl-devel
BuildRequires: python2-devel
BuildRequires: python-sphinx
BuildRequires: python-nose
BuildRequires: python-setuptools
BuildRequires: openssl-devel
%description
pygit2 is a set of Python bindings to the libgit2 library, which implements
@ -50,7 +50,7 @@ CFLAGS="%{optflags}" %{__python2} setup.py build
pushd %{py3dir}
CFLAGS="%{optflags}" %{__python3} setup.py build
popd
cd docs && make html
make -C docs html
%install
%{__python2} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot}
@ -83,6 +83,9 @@ popd
%doc docs/_build/html/*
%changelog
* Sat Jun 21 2014 Christopher Meng <rpm@cicku.me> - 0.20.3-1
- Update to 0.20.3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
ddfe43076a45418a1122ca668b7b0247 pygit2-0.20.2.tar.gz
1efcc58383fd2e558a8d3cba4dcc4754 pygit2-0.20.3.tar.gz