forked from pool/python-pygit2
- Update to version 0.17.3:
+ Upstream provides no changelog, but you can check https://github.com/libgit2/pygit2/compare/v0.17.2...v0.17.3 - Changes from previous versions: + https://github.com/libgit2/pygit2/compare/v0.16.1...v0.17.2 - Enable testsuite again - Package file COPYING + Upstream provides no changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=4
This commit is contained in:
parent
7eebcfb115
commit
8eb2f7c606
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70bc10796729f8b95c6c47969f5d06bb755b754322724924c0ba4472e1ad3846
|
||||
size 30414
|
3
pygit2-0.17.3.tar.gz
Normal file
3
pygit2-0.17.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5868d113191945bf7637ca786209b631a85c990876f4d7a1bf0b49b5afe9b36e
|
||||
size 73951
|
@ -1,8 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 10:48:23 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.17.3:
|
||||
+ Upstream provides no changelog, but you can check
|
||||
https://github.com/libgit2/pygit2/compare/v0.17.2...v0.17.3
|
||||
- Changes from previous versions:
|
||||
+ https://github.com/libgit2/pygit2/compare/v0.16.1...v0.17.2
|
||||
- Enable testsuite again
|
||||
- Package file COPYING
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 08:49:31 UTC 2012 - saschpe@suse.de
|
||||
|
||||
- Update to version 0.16.1:
|
||||
- No changelog
|
||||
+ Upstream provides no changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 17:26:21 UTC 2011 - saschpe@gmx.de
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-pygit2
|
||||
Version: 0.16.1
|
||||
Version: 0.17.3
|
||||
Release: 0
|
||||
Url: http://github.com/dborowitz/pygit2
|
||||
Summary: Python bindings for libgit2
|
||||
@ -46,18 +46,17 @@ Bindings for libgit2, a linkable C library for the Git version-control system.
|
||||
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" python setup.py build
|
||||
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
# Testsuite is broken ATM.
|
||||
#%%check
|
||||
#python setup.py test
|
||||
%check
|
||||
python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.rst
|
||||
%{python_sitearch}/pygit2*
|
||||
%doc COPYING README.rst
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user