Upstream bugfix release

This commit is contained in:
Toshio Kuratomi 2011-07-14 09:09:48 -07:00
parent 8e9734fd2b
commit ab8f0e6ac0
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
distribute-0.6.14.tar.gz distribute-0.6.14.tar.gz
/distribute-0.6.19.tar.gz

View File

@ -7,8 +7,8 @@
%global srcname distribute %global srcname distribute
Name: python-setuptools Name: python-setuptools
Version: 0.6.14 Version: 0.6.19
Release: 7%{?dist} Release: 1%{?dist}
Summary: Easily build and distribute Python packages Summary: Easily build and distribute Python packages
Group: Applications/System 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 Source0: http://pypi.python.org/packages/source/d/%{srcname}/%{srcname}-%{version}.tar.gz
Source1: psfl.txt Source1: psfl.txt
Source2: zpl.txt Source2: zpl.txt
Patch0: distribute-py32.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -61,7 +60,6 @@ This package contains the distribute fork of setuptools.
%prep %prep
%setup -q -n %{srcname}-%{version} %setup -q -n %{srcname}-%{version}
%patch0 -p1 -b .py32
find -name '*.txt' | xargs chmod -x find -name '*.txt' | xargs chmod -x
find . -name '*.orig' -exec rm \{\} \; find . -name '*.orig' -exec rm \{\} \;
@ -138,6 +136,9 @@ rm -rf %{buildroot}
%endif # with_python3 %endif # with_python3
%changelog %changelog
* Thu Jul 14 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.19
- Upstream bugfix release
* Tue Feb 22 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-7 * Tue Feb 22 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 0.6.14-7
- Switch to patch that I got in to upstream - Switch to patch that I got in to upstream

View File

@ -1 +1 @@
ac607e05682116c06383b27a15e2db90 distribute-0.6.14.tar.gz 45a17940eefee849d4cb8cc06d28d96f distribute-0.6.19.tar.gz