diff --git a/python-setuptools.changes b/python-setuptools.changes index e044b11..9fca481 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 4 18:58:21 CET 2009 - matejcik@suse.cz + +- removed obsolete python-setuptools-distutils-log patch + ------------------------------------------------------------------- Wed Aug 12 20:07:42 CEST 2009 - matejcik@suse.cz diff --git a/python-setuptools.spec b/python-setuptools.spec index 1650f9e..242aa81 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -44,8 +44,7 @@ Url: http://cheeseshop.python.org/pypi/setuptools Source: setuptools-%{version}.tar.bz2 Source1: psfl.txt Source2: zpl.txt -Patch1: python-setuptools-distutils-log.diff -Patch2: setuptools-0.6c9-create-sitedir.patch +Patch1: setuptools-0.6c9-create-sitedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires @@ -62,8 +61,7 @@ Authors: %prep %setup -q -n setuptools-%{version} -%patch1 -p0 -%patch2 +%patch1 chmod -x *.txt find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'