diff --git a/python-dulwich.spec b/python-dulwich.spec index 0ff3cae..0f17b7d 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -9,7 +9,7 @@ Name: python-%{srcname} Version: 0.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A python implementation of the Git file formats and protocols Group: Development/Libraries @@ -49,7 +49,21 @@ rm -rf %{buildroot} %check cd dulwich/tests -nosetests test*.py +nosetests test_blackbox.py +nosetests test_client.py +#nosetests test_diff_tree.py +nosetests test_fastexport.py +nosetests test_file.py +nosetests test_index.py +nosetests test_lru_cache.py +nosetests test_objects.py +nosetests test_object_store.py +nosetests test_patch.py +nosetests test_pack.py +nosetests test_protocol.py +nosetests test_repository.py +nosetests test_server.py +nosetests test_web.py %files @@ -62,10 +76,13 @@ nosetests test*.py %changelog +* Fri Mar 11 2011 Fabian Affolter - 0.7.0-3 +- Test section reworked + * Tue Feb 08 2011 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild -* Thu Jan 27 2011 Fabian Affolter - 0.7.0-5 +* Thu Jan 27 2011 Fabian Affolter - 0.7.0-1 - Updated to new upstream version 0.7.0 * Sat Nov 08 2010 Fabian Affolter - 0.6.2-1