From fffb9f9a72fe6509d16ea3d384b032b4bd897f36 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Sun, 22 Jun 2014 19:30:09 +0800 Subject: [PATCH] Update to 0.20.3 --- .gitignore | 1 + python-pygit2.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e22239a..065ee0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /pygit2-0.20.2.tar.gz +/pygit2-0.20.3.tar.gz diff --git a/python-pygit2.spec b/python-pygit2.spec index 8568d37..b237ae1 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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 - 0.20.3-1 +- Update to 0.20.3 + * Sat Jun 07 2014 Fedora Release Engineering - 0.20.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 5c8c017..eed38e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddfe43076a45418a1122ca668b7b0247 pygit2-0.20.2.tar.gz +1efcc58383fd2e558a8d3cba4dcc4754 pygit2-0.20.3.tar.gz