From 6ab95beacec28b94f5999e34420e383958303b93a38f771b8ce3b1a6af4af748 Mon Sep 17 00:00:00 2001
From: OBS User unknown <null@suse.de>
Date: Fri, 27 Oct 2006 21:01:19 +0000
Subject: [PATCH] OBS-URL:
 https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=4

---
 python-setuptools.spec | 39 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 38 insertions(+), 1 deletion(-)

diff --git a/python-setuptools.spec b/python-setuptools.spec
index d64bfe1..fb22a6f 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -3,7 +3,7 @@ Name:           python-%{modname}
 URL:            http://peak.telecommunity.com/DevCenter/setuptools
 Summary:        Download, build, install, upgrade, and uninstall Python packages -- easily!
 Version:        0.6
-%define extraver b3
+%define extraver c3
 Release:        5
 License:        PSF or ZPL
 Group:          Development/Libraries/Python
@@ -42,6 +42,43 @@ rm -rf %{buildroot}
 
 %changelog
 
+* Fri Oct 27 2006 - poeml@suse.de
+
+- update to 0.6c3:
+  - Fixed breakages caused by Subversion 1.4's new "working copy"
+    format
+  - The ez_setup module displays the conflicting version of
+    setuptools (and its installation location) when a script
+    requests a version that's not available.
+  - Running setup.py develop on a setuptools-using project will now
+    install setuptools if needed, instead of only downloading the
+    egg.
+  - Fixed AttributeError when trying to download a setup_requires
+    dependency when a distribution lacks a dependency_links
+    setting.
+  - Made zip-safe and not-zip-safe flag files contain a single
+    byte, so as to play better with packaging tools that complain
+    about zero-length files.
+  - Made setup.py develop respect the --no-deps option, which it
+    previously was ignoring.
+  - Support extra_path option to setup() when install is run in
+    backward-compatibility mode.
+  - Source distributions now always include a setup.cfg file that
+    explicitly sets egg_info options such that they produce an
+    identical version number to the source distribution's version
+    number. (Previously, the default version number could be
+    different due to the use of --tag-date, or if the version was
+    overridden on the command line that built the source
+    distribution.)
+  - Fix register not obeying name/version set by egg_info command,
+    if egg_info wasn't explicitly run first on the same command
+    line.
+  - Added --no-date and --no-svn-revision options to egg_info
+    command, to allow suppressing tags configured in setup.cfg.
+  - Fixed redundant warnings about missing README file(s); it
+    should now appear only if you are actually a source
+    distribution.
+
 * Tue Jul 04 2006 - James Oakley <jfunk@funktronics.ca> - 0.6-5
 - Requires python-devel at runtime