Accepting request 210102 from home:posophe:branches:devel:languages:python
- Update to version 0.20.0 + Upstream provides no changelog, but you can check https://github.com/libgit2/pygit2/compare/v0.19.0...v0.20.0 - Fix build on openSUSE >= 12.3 and SLE11SP3 - Remove obsolete conditionnal macros OBS-URL: https://build.opensuse.org/request/show/210102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=11
This commit is contained in:
parent
b0767b5501
commit
2f5ac8c80b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5868d113191945bf7637ca786209b631a85c990876f4d7a1bf0b49b5afe9b36e
|
|
||||||
size 73951
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d98700e5850fb5ccbca71a45c3e73af54a64c634ac6595d4920fabb1799d228d
|
|
||||||
size 108682
|
|
3
pygit2-0.20.0.tar.gz
Normal file
3
pygit2-0.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:800c687a685abe6c963064bbdbe69f3d65a4fe5c43dae3e7c16722bb0e162310
|
||||||
|
size 113474
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 9 13:31:12 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.20.0
|
||||||
|
+ Upstream provides no changelog, but you can check
|
||||||
|
https://github.com/libgit2/pygit2/compare/v0.19.0...v0.20.0
|
||||||
|
- Fix build on openSUSE >= 12.3 and SLE11SP3
|
||||||
|
- Remove obsolete conditionnal macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 18 13:24:03 UTC 2013 - toddrme2178@gmail.com
|
Sun Aug 18 13:24:03 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -17,11 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pygit2
|
Name: python-pygit2
|
||||||
%if 0%{?suse_version} >= 1230 || 0%{?sles_version} >= 11
|
Version: 0.20.0
|
||||||
Version: 0.19.0
|
|
||||||
%else
|
|
||||||
Version: 0.17.3
|
|
||||||
%endif
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://github.com/dborowitz/pygit2
|
Url: http://github.com/dborowitz/pygit2
|
||||||
Summary: Python bindings for libgit2
|
Summary: Python bindings for libgit2
|
||||||
@ -31,11 +27,7 @@ Source: http://pypi.python.org/packages/source/p/pygit2/pygit2-%{version
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libgit2-devel
|
BuildRequires: libgit2-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
|
||||||
BuildRequires: openssl-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user