rpms/ReviewBoard/EL-6 FED01-Disable-ez_setup-when-installing-by-RPM.patch, 1.1, 1.2 ReviewBoard.spec, 1.3, 1.4

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jul 9 12:36:14 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/ReviewBoard/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10001

Modified Files:
	FED01-Disable-ez_setup-when-installing-by-RPM.patch 
	ReviewBoard.spec 
Log Message:
* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-16.rc1
- Added support for the iPhone and iPad
- Improved move detection in diff viewer
- Support for WSGI installations
- Improvements to the JSON API
- Assorted bugfixes
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-rc-1/


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

Index: FED01-Disable-ez_setup-when-installing-by-RPM.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-6/FED01-Disable-ez_setup-when-installing-by-RPM.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- FED01-Disable-ez_setup-when-installing-by-RPM.patch	18 Jun 2010 16:37:40 -0000	1.1
+++ FED01-Disable-ez_setup-when-installing-by-RPM.patch	9 Jul 2010 12:36:13 -0000	1.2
@@ -1,7 +1,18 @@
---- a/setup.py.orig	2010-05-13 03:21:29.000000000 -0400
-+++ b/setup.py	2010-06-04 15:21:44.849806217 -0400
-@@ -9,8 +9,8 @@
- import shutil
+From 86d1b40676ee90f00aa6d494107161e9edff4e3a Mon Sep 17 00:00:00 2001
+From: Stephen Gallagher <sgallagh at redhat.com>
+Date: Tue, 22 Jun 2010 08:14:30 -0400
+Subject: [PATCH] Disable ez_setup when installing by RPM
+
+---
+ setup.py |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 14ebd9f47b6a624b667e7f34dc21adadab7cbc76..6c9e58076f8b7d21fcbcd85297875712e23f5d38 100755
+--- a/setup.py
++++ b/setup.py
+@@ -8,8 +8,8 @@
+ import os
  import sys
  
 -from ez_setup import use_setuptools
@@ -10,4 +21,7 @@
 +#use_setuptools()
  
  from setuptools import setup, find_packages
- from setuptools.command.build_py import build_py
+ from distutils.command.install_data import install_data
+-- 
+1.7.1
+


Index: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-6/ReviewBoard.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ReviewBoard.spec	9 Jul 2010 12:30:55 -0000	1.3
+++ ReviewBoard.spec	9 Jul 2010 12:36:13 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        15.rc1%{?dist}
+Release:        16.rc1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
-* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-15.rc1
+* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-16.rc1
 - Added support for the iPhone and iPad
 - Improved move detection in diff viewer
 - Support for WSGI installations



More information about the scm-commits mailing list