diff --git a/dulwich-0.7.1.tar.gz b/dulwich-0.7.1.tar.gz deleted file mode 100644 index 0328e32..0000000 --- a/dulwich-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24e393bdadd685608b61e0293719296d467b76917e2135822576246b988724b5 -size 164718 diff --git a/dulwich-0.8.0.tar.gz b/dulwich-0.8.0.tar.gz new file mode 100644 index 0000000..7434dcb --- /dev/null +++ b/dulwich-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342f84c713839c9a2e24a7e7121cf150a6f53da08224b66da6125fd09bd2886f +size 183532 diff --git a/python-dulwich.changes b/python-dulwich.changes index 5f04950..47d9982 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 20 13:16:45 UTC 2011 - saschpe@suse.de + +- Update to version 0.8.0: + * web: Use correct result MIME types. + * pack: Cache binary SHA of unpacked objects. + - See upstream git for more details... + ------------------------------------------------------------------- Sun Jul 3 10:21:34 UTC 2011 - saschpe@gmx.de diff --git a/python-dulwich.spec b/python-dulwich.spec index cc03e69..a69c598 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -18,13 +18,13 @@ Name: python-dulwich -Version: 0.7.1 -Release: 1 +Version: 0.8.0 +Release: 0 Url: http://samba.org/~jelmer/dulwich Summary: Pure-Python Git Library License: GPLv2+ Group: Development/Languages/Python -Source: dulwich-%{version}.tar.gz +Source: http://www.samba.org/~jelmer/dulwich/dulwich-0.8.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel %if 0%{?suse_version} @@ -46,9 +46,6 @@ CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc AUTHORS COPYING HACKING NEWS README docs