rpms/django-evolution/EL-6 FED01-Disable-ez_setup-when-installing-by-RPM.patch, NONE, 1.1 django-evolution.spec, 1.3, 1.4

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 18 16:46:35 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/django-evolution/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23775

Modified Files:
	django-evolution.spec 
Added Files:
	FED01-Disable-ez_setup-when-installing-by-RPM.patch 
Log Message:
* Fri Jun 18 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-3.1
- Rebuild for EPEL6


FED01-Disable-ez_setup-when-installing-by-RPM.patch:
 setup.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE FED01-Disable-ez_setup-when-installing-by-RPM.patch ---
--- a/setup.py	2010-04-18 22:13:31.000000000 -0400
+++ b/setup.py	2010-06-03 14:54:56.845136562 -0400
@@ -2,8 +2,8 @@
 #
 # Setup script for Django Evolution
 
-from ez_setup import use_setuptools
-use_setuptools()
+#from ez_setup import use_setuptools
+#use_setuptools()
 
 from setuptools import setup, find_packages
 from setuptools.command.test import test


Index: django-evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/django-evolution/EL-6/django-evolution.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- django-evolution.spec	18 Jun 2010 16:43:31 -0000	1.3
+++ django-evolution.spec	18 Jun 2010 16:46:35 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           django-evolution
 Version:        0.5
-Release:        3%{?dist}
+Release:        3.1%{?dist}
 Summary:        Schema evolution for Django
 
 Group:          Development/Languages
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/tests/*
 
 %changelog
+* Fri Jun 18 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-3.1
+- Rebuild for EPEL6
+
 * Fri Jun 4 2010 Stephen Gallagher <sgallagh at redhat.com> - 0.5-3
 - Use python-sqlite2 for build tests on EPEL5
 



More information about the scm-commits mailing list