[ReviewBoard/el6] Fix python-pygments requirement ReviewBoard will work with python-pygments >= 1.1.1, but performance

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 29 11:44:28 UTC 2011


commit 7c66a5ed5da1cf807678bb126ec3b1faaea40c16
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 29 07:44:11 2011 -0400

    Fix python-pygments requirement
    ReviewBoard will work with python-pygments >= 1.1.1, but performance may
    be slower.

 ReviewBoard.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index a215992..6580e7e 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -2,7 +2,7 @@
 
 Name:           ReviewBoard
 Version:        1.5.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -22,7 +22,7 @@ Requires:       pysvn
 Requires:       python-flup
 Requires:       python-nose
 Requires:       pytz
-Requires:       python-pygments >= 1.4
+Requires:       python-pygments >= 1.1.1
 Requires:       django-evolution >= 0.6.5
 Requires:       python-recaptcha-client
 Requires:       python-paramiko
@@ -87,6 +87,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Mon Aug 29 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.6-2
+- Fix python-pygments requirement
+- ReviewBoard will work with python-pygments >= 1.1.1, but performance may
+  be slower.
+
 * Mon Aug 22 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.6-1
 - New upstream release 1.5.6
 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5.6/


More information about the scm-commits mailing list