rpms/ReviewBoard/EL-5 FED01-Disable-ez_setup-when-installing-by-RPM.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 ReviewBoard.spec, 1.7, 1.8 sources, 1.3, 1.4

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 4 19:32:34 UTC 2010


Author: sgallagh

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

Modified Files:
	.cvsignore ReviewBoard.spec sources 
Added Files:
	FED01-Disable-ez_setup-when-installing-by-RPM.patch 
Log Message:
* Fri Jun 4 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-11.beta2
- Added support for custom site-specific management commands
- Set the HOME directory for Review Board to be he site directory’s
- data directory by default
- Multiple review requests can now be closed or reopened at once by
- administrators in the administration UI’s database browser
- Added a new REST API
- Usability Improvements
- Assorted bugfixes
- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-beta-2/


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.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
 import sys
 
-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.build_py import build_py


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	12 Mar 2010 20:43:32 -0000	1.3
+++ .cvsignore	4 Jun 2010 19:32:33 -0000	1.4
@@ -1 +1 @@
-ReviewBoard-1.5beta1.tar.gz
+ReviewBoard-1.5beta2.tar.gz


Index: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/ReviewBoard.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- ReviewBoard.spec	19 Apr 2010 12:06:52 -0000	1.7
+++ ReviewBoard.spec	4 Jun 2010 19:32:34 -0000	1.8
@@ -2,18 +2,18 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        8.beta1%{?dist}
+Release:        11.beta2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
 URL:            http://www.review-board.org
-Source0:        http://downloads.review-board.org/releases/%{name}/1.5/%{name}-%{version}beta1.tar.gz
+Source0:        http://downloads.review-board.org/releases/%{name}/1.5/%{name}-%{version}beta2.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       Django >= 1.1.1
-Requires:       python-djblets >= 0.5.7
+Requires:       python-djblets >= 0.6.1
 Requires:       python-imaging
 Requires:       httpd
 Requires:       python-sqlite
@@ -27,7 +27,8 @@ Requires:       django-evolution
 Requires:       python-recaptcha-client
 Requires:       python-paramiko
 
-Patch0001: 0001-Optimize-several-queries-for-review-requests.patch
+# Patches
+Patch0001: FED01-Disable-ez_setup-when-installing-by-RPM.patch
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -36,14 +37,9 @@ projects to large companies and offers a
 of the stress and time out of the code review process.
 
 %prep
-%setup -q -n %{name}-%{version}beta1
-
+%setup -q -n %{name}-%{version}beta2
 %patch0001 -p1
 
-# Avoid trying to bootstrap setup.py; we have this via RPM:
-sed -i 's/^from ez_setup/#from ez_setup/' setup.py
-sed -i 's/^use_setuptools()/#use_setuptools()/' setup.py
-
 %build
 %{__python} setup.py build
 
@@ -77,8 +73,20 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/rb-site
 %{python_sitelib}/reviewboard/
 %{python_sitelib}/ReviewBoard*.egg-info/
+%{python_sitelib}/webtests/*.py*
 
 %changelog
+* Fri Jun 4 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-11.beta2
+- Added support for custom site-specific management commands
+- Set the HOME directory for Review Board to be he site directory’s
+- data directory by default
+- Multiple review requests can now be closed or reopened at once by
+- administrators in the administration UI’s database browser
+- Added a new REST API
+- Usability Improvements
+- Assorted bugfixes
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-beta-2/
+
 * Mon Apr 19 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-8.beta1
 - Reduce complexity of database lookups. Eliminate unneccessary joins
 - between account and group tables.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	12 Mar 2010 20:43:32 -0000	1.3
+++ sources	4 Jun 2010 19:32:34 -0000	1.4
@@ -1 +1 @@
-97393ee1ac5cc1d33940bc623d3b3f6d  ReviewBoard-1.5beta1.tar.gz
+e15203b1c582588e7c8499e7ff3f3dc4  ReviewBoard-1.5beta2.tar.gz



More information about the scm-commits mailing list