rpms/python-drizzle/F-12 python-drizzle-0.08.2-setuptools.patch, NONE, 1.1 import.log, 1.1, 1.2 python-drizzle.spec, 1.1, 1.2

derks derks at fedoraproject.org
Fri May 21 18:43:52 UTC 2010


Author: derks

Update of /cvs/pkgs/rpms/python-drizzle/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20021/F-12

Modified Files:
	import.log python-drizzle.spec 
Added Files:
	python-drizzle-0.08.2-setuptools.patch 
Log Message:
Added Patch1: python-drizzle-0.08.2-setuptools.patch to remove
ez_setup (and a BR on python-setuptools 0.6c9).



python-drizzle-0.08.2-setuptools.patch:
 setup.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE python-drizzle-0.08.2-setuptools.patch ---
--- python-libdrizzle-0.08.2/setup.py.orig	2010-03-21 14:47:21.000000000 -0500
+++ python-libdrizzle-0.08.2/setup.py	2010-05-21 12:36:22.756235533 -0500
@@ -29,8 +29,8 @@
 #  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 # bootstrap setuptools if necessary
-from ez_setup import use_setuptools
-use_setuptools()
+#from ez_setup import use_setuptools
+#use_setuptools()
 
 from distutils.command.clean import clean
 from distutils.command.build import build


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/python-drizzle/F-12/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	12 May 2010 18:17:04 -0000	1.1
+++ import.log	21 May 2010 18:43:51 -0000	1.2
@@ -1 +1,2 @@
 python-drizzle-0_08_2-4_fc12:F-12:python-drizzle-0.08.2-4.fc12.src.rpm:1273688208
+python-drizzle-0_08_2-5_fc12:F-12:python-drizzle-0.08.2-5.fc12.src.rpm:1274467420


Index: python-drizzle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-drizzle/F-12/python-drizzle.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-drizzle.spec	12 May 2010 18:17:04 -0000	1.1
+++ python-drizzle.spec	21 May 2010 18:43:51 -0000	1.2
@@ -8,7 +8,7 @@
 # source name will be changing from python-libdrizzle to python-drizzle in the near future
 Name:           python-drizzle
 Version:        0.08.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Python wrappers for libdrizzle 
 Group:          Development/Languages
 License:        BSD 
@@ -19,6 +19,7 @@ BuildRoot:      %(mktemp -ud %{_tmppath}
 # LaunchPad Bug #561003
 # Bug https://bugs.launchpad.net/drizzle-interface/+bug/561003
 Patch0: python-drizzle-0.08.2-module_name.patch
+Patch1: python-drizzle-0.08.2-setuptools.patch
     
 BuildRequires:  libdrizzle-devel, python2-devel, python-setuptools
 
@@ -31,6 +32,7 @@ via the libdrizzle client protocol libra
 %setup -q -n python-libdrizzle-%{version}
 
 %patch0 -p1 -b .module_name
+%patch1 -p1 -b .setuptools
 
 
 %build
@@ -56,6 +58,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri May 21 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.08.2-5
+- Added Patch1: python-drizzle-0.08.2-setuptools.patch to remove
+  ez_setup (and a BR on python-setuptools 0.6c9).
+
 * Mon May 10 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.08.2-4
 - Replace %%define with %%global
 - BuildRequires: python-setuptools



More information about the scm-commits mailing list