diff --git a/pygit2-0.16.1.tar.gz b/pygit2-0.16.1.tar.gz deleted file mode 100644 index 9593da4..0000000 --- a/pygit2-0.16.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70bc10796729f8b95c6c47969f5d06bb755b754322724924c0ba4472e1ad3846 -size 30414 diff --git a/pygit2-0.17.3.tar.gz b/pygit2-0.17.3.tar.gz new file mode 100644 index 0000000..b7b34d9 --- /dev/null +++ b/pygit2-0.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5868d113191945bf7637ca786209b631a85c990876f4d7a1bf0b49b5afe9b36e +size 73951 diff --git a/python-pygit2.changes b/python-pygit2.changes index 90a4ece..aad737b 100644 --- a/python-pygit2.changes +++ b/python-pygit2.changes @@ -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 diff --git a/python-pygit2.spec b/python-pygit2.spec index ea1e578..adb2b26 100644 --- a/python-pygit2.spec +++ b/python-pygit2.spec @@ -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