rpms/python-setuptools/devel python-setuptools.spec, 1.41, 1.42 distribute-0.6.13-tests.patch, 1.1, NONE distribute-b045d0750c13.diff, 1.1, NONE distribute-tests-race.patch, 1.1, NONE

tomspur tomspur at fedoraproject.org
Thu Jul 22 12:20:03 UTC 2010


Author: tomspur

Update of /cvs/pkgs/rpms/python-setuptools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11952/devel

Modified Files:
	python-setuptools.spec 
Removed Files:
	distribute-0.6.13-tests.patch distribute-b045d0750c13.diff 
	distribute-tests-race.patch 
Log Message:
- update to new version
- all patches are upsteam



Index: python-setuptools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-setuptools/devel/python-setuptools.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- python-setuptools.spec	21 Jul 2010 23:06:30 -0000	1.41
+++ python-setuptools.spec	22 Jul 2010 12:20:03 -0000	1.42
@@ -7,8 +7,8 @@
 %global srcname distribute
 
 Name:           python-setuptools
-Version:        0.6.13
-Release:        7%{?dist}
+Version:        0.6.14
+Release:        1%{?dist}
 Summary:        Easily build and distribute Python packages
 
 Group:          Applications/System
@@ -17,9 +17,6 @@ URL:            http://pypi.python.org/p
 Source0:        http://pypi.python.org/packages/source/d/%{srcname}/%{srcname}-%{version}.tar.gz
 Source1:        psfl.txt
 Source2:        zpl.txt
-Patch0:         distribute-0.6.13-tests.patch
-Patch1:         distribute-tests-race.patch
-Patch2:         http://bitbucket.org/tarek/distribute/changeset/b045d0750c13/raw/distribute-b045d0750c13.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -60,9 +57,6 @@ execute the software that requires pkg_r
 
 %prep
 %setup -q -n %{srcname}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 find -name '*.txt' | xargs chmod -x
 find . -name '*.orig' -exec rm \{\} \;
@@ -139,6 +133,10 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Thu Jul 22 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.6.14-1
+- update to new version
+- all patches are upsteam
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.13-7
 - generalize path of easy_install-2.6 and -3.1 to -2.* and -3.*
 


--- distribute-0.6.13-tests.patch DELETED ---


--- distribute-b045d0750c13.diff DELETED ---


--- distribute-tests-race.patch DELETED ---



More information about the scm-commits mailing list