diff --git a/.gitignore b/.gitignore index 2e296b2..9541189 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /dulwich-0.8.3.tar.gz /dulwich-0.8.4.tar.gz /dulwich-0.8.5.tar.gz +/dulwich-0.8.6.tar.gz diff --git a/python-dulwich.spec b/python-dulwich.spec index 4548811..1586212 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -8,8 +8,8 @@ %filter_setup Name: python-%{srcname} -Version: 0.8.5 -Release: 3%{?dist} +Version: 0.8.6 +Release: 1%{?dist} Summary: A python implementation of the Git file formats and protocols Group: Development/Libraries @@ -31,29 +31,23 @@ Dulwich is a pure-Python implementation of the Git file formats and protocols. The project is named after the village in which Mr. and Mrs. Git live in the Monty Python sketch. - %prep %setup -q -n %{srcname}-%{version} - %build CFLAGS="%{optflags}" %{__python} setup.py build - %install rm -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} - %clean rm -rf %{buildroot} - %check cd dulwich/tests nosetests test*.py - %files %defattr(-,root,root,-) %doc AUTHORS COPYING HACKING NEWS README docs/ @@ -62,8 +56,10 @@ nosetests test*.py %{python_sitearch}/%{srcname}* %exclude %{python_sitearch}/%{srcname}/tests* - %changelog +* Sat Nov 10 2012 Fabian Affolter - 0.8.6-1 +- Updated to new upstream version 0.8.6 + * Sat Jul 21 2012 Fedora Release Engineering - 0.8.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 333b35c..07ddd60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -544724f9ac9fe6f9865526917ad284d9 dulwich-0.8.5.tar.gz +53445b69af9ce2d5ff2fb0c073ba641c dulwich-0.8.6.tar.gz