rpms/ReviewBoard/EL-6 ReviewBoard.spec,1.1,1.2

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jul 9 12:26:40 UTC 2010


Author: sgallagh

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

Modified Files:
	ReviewBoard.spec 
Log Message:
* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-14.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: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-6/ReviewBoard.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ReviewBoard.spec	18 Jun 2010 16:37:40 -0000	1.1
+++ ReviewBoard.spec	9 Jul 2010 12:26:40 -0000	1.2
@@ -2,18 +2,18 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        11.beta2%{?dist}
+Release:        14.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,15 @@ 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
+Requires:       python-dateutil
 
 # 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 +39,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 +78,14 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-14.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



More information about the scm-commits mailing list