[python-setuptools] Upstream bugfix

Toshio くらとみ toshio at fedoraproject.org
Tue May 15 15:20:31 UTC 2012


commit 0d1fa920b49be9b6327e4dc77cba4caf92fa8b37
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue May 15 08:20:22 2012 -0700

    Upstream bugfix

 .gitignore             |    1 +
 python-setuptools.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6236c9c..6f0b7d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ distribute-0.6.14.tar.gz
 /distribute-0.6.19.tar.gz
 /distribute-0.6.21.tar.gz
 /distribute-0.6.24.tar.gz
+/distribute-0.6.26.tar.gz
diff --git a/python-setuptools.spec b/python-setuptools.spec
index ef9924f..866afd7 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -7,8 +7,8 @@
 %global srcname distribute
 
 Name:           python-setuptools
-Version:        0.6.24
-Release:        2%{?dist}
+Version:        0.6.26
+Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
 Group:          Applications/System
@@ -137,6 +137,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Tue May 15 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.24-2
+- Upstream bugfix
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.24-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b23f33f..adb238e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17722b22141aba8235787f79800cc452  distribute-0.6.24.tar.gz
+841f4262a70107f85260362f5def8206  distribute-0.6.26.tar.gz


More information about the scm-commits mailing list