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
BIN
pygit2-0.16.1.tar.gz
(Stored with Git LFS)
BIN
pygit2-0.16.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pygit2-0.17.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygit2-0.17.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Tue Apr 24 08:49:31 UTC 2012 - saschpe@suse.de
|
||||||
|
|
||||||
- Update to version 0.16.1:
|
- Update to version 0.16.1:
|
||||||
- No changelog
|
+ Upstream provides no changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 26 17:26:21 UTC 2011 - saschpe@gmx.de
|
Wed Jan 26 17:26:21 UTC 2011 - saschpe@gmx.de
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-pygit2
|
Name: python-pygit2
|
||||||
Version: 0.16.1
|
Version: 0.17.3
|
||||||
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
|
||||||
@ -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
|
#sed -i 's|/usr/local/lib|%%{_libdir}|' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" python setup.py build
|
CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
# Testsuite is broken ATM.
|
%check
|
||||||
#%%check
|
python setup.py test
|
||||||
#python setup.py test
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.rst
|
%doc COPYING README.rst
|
||||||
%{python_sitearch}/pygit2*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user