rpms/ReviewBoard/EL-5 ReviewBoard.spec,1.9,1.10

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jul 9 12:22:06 UTC 2010


Author: sgallagh

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

Modified Files:
	ReviewBoard.spec 
Log Message:
* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-14.rc1
- Add missing Requires: python-dateutil



Index: ReviewBoard.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ReviewBoard/EL-5/ReviewBoard.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ReviewBoard.spec	6 Jul 2010 11:44:22 -0000	1.9
+++ ReviewBoard.spec	9 Jul 2010 12:22:05 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        13.rc1%{?dist}
+Release:        14.rc1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -27,6 +27,7 @@ Requires:       django-evolution >= 0.5
 Requires:       python-recaptcha-client
 Requires:       python-paramiko
 Requires:       python-memcached
+Requires:       python-dateutil
 
 # Patches
 Patch1000: FED01-Disable-ez_setup-when-installing-by-RPM.patch
@@ -77,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Fri Jul 09 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-14.rc1
+- Add missing Requires: python-dateutil
+
 * 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



More information about the scm-commits mailing list