rpms/ReviewBoard/EL-5 .cvsignore, 1.4, 1.5 FED01-Disable-ez_setup-when-installing-by-RPM.patch, 1.1, 1.2 ReviewBoard.spec, 1.8, 1.9 sources, 1.4, 1.5 0001-Optimize-several-queries-for-review-requests.patch, 1.1, NONE

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jul 6 11:44:22 UTC 2010


Author: sgallagh

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

Modified Files:
	.cvsignore FED01-Disable-ez_setup-when-installing-by-RPM.patch 
	ReviewBoard.spec sources 
Removed Files:
	0001-Optimize-several-queries-for-review-requests.patch 
Log Message:
* Mon Jul 06 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-13.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/



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	4 Jun 2010 19:32:33 -0000	1.4
+++ .cvsignore	6 Jul 2010 11:44:22 -0000	1.5
@@ -1 +1 @@
-ReviewBoard-1.5beta2.tar.gz
+ReviewBoard-1.5rc1.tar.gz

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-5/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	4 Jun 2010 19:32:34 -0000	1.1
+++ FED01-Disable-ez_setup-when-installing-by-RPM.patch	6 Jul 2010 11:44:22 -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-5/ReviewBoard.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ReviewBoard.spec	4 Jun 2010 19:32:34 -0000	1.8
+++ ReviewBoard.spec	6 Jul 2010 11:44:22 -0000	1.9
@@ -2,18 +2,18 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        11.beta2%{?dist}
+Release:        13.rc1%{?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}beta2.tar.gz
+Source0:        http://downloads.review-board.org/releases/%{name}/1.5/%{name}-%{version}rc1.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.6.1
+Requires:       python-djblets >= 0.6.3
 Requires:       python-imaging
 Requires:       httpd
 Requires:       python-sqlite
@@ -22,13 +22,14 @@ Requires:       pysvn
 Requires:       python-flup
 Requires:       python-nose
 Requires:       pytz
-Requires:       python-pygments
-Requires:       django-evolution
+Requires:       python-pygments >= 1.1.1
+Requires:       django-evolution >= 0.5
 Requires:       python-recaptcha-client
 Requires:       python-paramiko
+Requires:       python-memcached
 
 # Patches
-Patch0001: FED01-Disable-ez_setup-when-installing-by-RPM.patch
+Patch1000: FED01-Disable-ez_setup-when-installing-by-RPM.patch
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -37,8 +38,8 @@ projects to large companies and offers a
 of the stress and time out of the code review process.
 
 %prep
-%setup -q -n %{name}-%{version}beta2
-%patch0001 -p1
+%setup -q -n %{name}-%{version}rc1
+%patch1000 -p1
 
 %build
 %{__python} setup.py build
@@ -76,6 +77,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Mon Jul 06 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-13.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/
+
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	4 Jun 2010 19:32:34 -0000	1.4
+++ sources	6 Jul 2010 11:44:22 -0000	1.5
@@ -1 +1 @@
-e15203b1c582588e7c8499e7ff3f3dc4  ReviewBoard-1.5beta2.tar.gz
+b92d26c15e03a628573931ba65373b68  ReviewBoard-1.5rc1.tar.gz


--- 0001-Optimize-several-queries-for-review-requests.patch DELETED ---



More information about the scm-commits mailing list