From 8088d31be5d1c026ee46ec71689ac065a95d4f383daec904e2bb009cbc58be24 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 4 Nov 2009 17:59:19 +0000 Subject: [PATCH] - removed obsolete python-setuptools-distutils-log patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=28 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) 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}|'