[python-setuptools] Upstream bugfix Compile the win32 launcher binary using mingw

Toshio くらとみ toshio at fedoraproject.org
Thu Oct 27 00:49:30 UTC 2011


commit 2f152e5ccd63f64a3519347c968207a853a9d556
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Oct 26 17:49:04 2011 -0700

    Upstream bugfix
    Compile the win32 launcher binary using mingw

 .gitignore             |    1 +
 python-setuptools.spec |   11 ++++++++---
 sources                |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75d184e..6236c9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/python-setuptools.spec b/python-setuptools.spec
index 3ef11ea..af809d8 100644
--- a/python-setuptools.spec
+++ b/python-setuptools.spec
@@ -7,7 +7,7 @@
 %global srcname distribute
 
 Name:           python-setuptools
-Version:        0.6.21
+Version:        0.6.24
 Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
@@ -73,6 +73,7 @@ find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
 find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
 
 %build
+
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 %if 0%{?with_python3}
@@ -136,10 +137,14 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
-* Sun Aug 21 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.21
+* Mon Oct 17 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.24-1
+- Upstream bugfix
+- Compile the win32 launcher binary using mingw
+
+* Sun Aug 21 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.21-1
 - Upstream bugfix release
 
-* Thu Jul 14 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.19
+* Thu Jul 14 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.19-1
 - Upstream bugfix release
 
 * Tue Feb 22 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.14-7
diff --git a/sources b/sources
index f5bc7c7..b23f33f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8cfcfd42ec9ab900fb3960a3308eef2  distribute-0.6.21.tar.gz
+17722b22141aba8235787f79800cc452  distribute-0.6.24.tar.gz


More information about the scm-commits mailing list