rpms/ReviewBoard/devel ReviewBoard.spec,1.12,1.13

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jul 9 12:17:02 UTC 2010


Author: sgallagh

Update of /cvs/pkgs/rpms/ReviewBoard/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6753

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/devel/ReviewBoard.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- ReviewBoard.spec	6 Jul 2010 11:43:06 -0000	1.12
+++ ReviewBoard.spec	9 Jul 2010 12:17:01 -0000	1.13
@@ -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
 
 Patch1000: FED01-Disable-ez_setup-when-installing-by-RPM.patch
 
@@ -76,6 +77,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
 - Specfile change: more specific %files section
 



More information about the scm-commits mailing list