Update to 0.20.3
This commit is contained in:
parent
1d4db34d1f
commit
fffb9f9a72
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/pygit2-0.20.2.tar.gz
|
||||
/pygit2-0.20.3.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user