Upstream bugfix

Compile the win32 launcher binary using mingw
This commit is contained in:
Toshio Kuratomi 2011-10-26 17:49:04 -07:00
parent efecd02331
commit 2f152e5ccd
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@fedoraproject.org> - 0.6.21
* Mon Oct 17 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.24-1
- Upstream bugfix
- Compile the win32 launcher binary using mingw
* Sun Aug 21 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.21-1
- Upstream bugfix release
* Thu Jul 14 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.19
* Thu Jul 14 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.19-1
- Upstream bugfix release
* Tue Feb 22 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-7

View File

@ -1 +1 @@
c8cfcfd42ec9ab900fb3960a3308eef2 distribute-0.6.21.tar.gz
17722b22141aba8235787f79800cc452 distribute-0.6.24.tar.gz