diff --git a/.cvsignore b/.cvsignore index 3bb9a51..bc10506 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptools-0.6c5.tar.gz +setuptools-0.6c6.tar.gz diff --git a/python-setuptools.spec b/python-setuptools.spec index 6cea727..42d3453 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-setuptools -Version: 0.6c5 +Version: 0.6c6 Release: 1%{?dist} Summary: Download, build, install, upgrade, and uninstall Python packages @@ -16,6 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel +Requires: python-devel + %description setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that @@ -55,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 10 2007 Konstantin Ryabitsev - 0.6c6-1 +- Upstream 0.6c6 +- Require python-devel (#240707) + * Sun Jan 28 2007 Konstantin Ryabitsev - 0.6c5-1 - Upstream 0.6c5 (known bugs, but the promised 0.6c6 is taking too long) diff --git a/sources b/sources index 4498c1f..499acc0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c43562970b700ab779d5328ec170f659 setuptools-0.6c5.tar.gz +e3d56d4d19776042607cbbecae823c8b setuptools-0.6c6.tar.gz