[python-setuptools] Upstream bugfix release

Toshio くらとみ toshio at fedoraproject.org
Thu Jul 14 16:10:09 UTC 2011


commit ab8f0e6ac04201b4d5f511486f2d4f471dfba2a8
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Jul 14 09:09:48 2011 -0700

    Upstream bugfix release

 .gitignore             |    1 +
 python-setuptools.spec |    9 +++++----
 sources                |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c2d5fd..b9100b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 distribute-0.6.14.tar.gz
+/distribute-0.6.19.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index a9dc346..89731ff 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -7,8 +7,8 @@
 %global srcname distribute
 
 Name:           python-setuptools
-Version:        0.6.14
-Release:        7%{?dist}
+Version:        0.6.19
+Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
 Group:          Applications/System
@@ -17,7 +17,6 @@ URL:            http://pypi.python.org/pypi/%{srcname}
 Source0:        http://pypi.python.org/packages/source/d/%{srcname}/%{srcname}-%{version}.tar.gz
 Source1:        psfl.txt
 Source2:        zpl.txt
-Patch0: distribute-py32.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -61,7 +60,6 @@ This package contains the distribute fork of setuptools.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1 -b .py32
 
 find -name '*.txt' | xargs chmod -x
 find . -name '*.orig' -exec rm \{\} \;
@@ -138,6 +136,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Thu Jul 14 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.19
+- Upstream bugfix release
+
 * Tue Feb 22 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.14-7
 - Switch to patch that I got in to upstream
 
diff --git a/sources b/sources
index 2f5c536..4beab20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac607e05682116c06383b27a15e2db90  distribute-0.6.14.tar.gz
+45a17940eefee849d4cb8cc06d28d96f  distribute-0.6.19.tar.gz


More information about the scm-commits mailing list