[ReviewBoard] Security Updates: * Review Board 1.6.1 now requires Django 1.3.1. Django 1.3.1 contains a number of

Stephen Gallagher sgallagh at fedoraproject.org
Tue Sep 13 12:05:16 UTC 2011


commit 6141509770dc7df9e6864c23471a40054717e908
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Sep 13 08:04:56 2011 -0400

    Security Updates:
    * Review Board 1.6.1 now requires Django 1.3.1. Django 1.3.1 contains a
    number of important security fixes.
    Bug Fixes:
    * Fixed the Dashboard counters showing up as 0 or negative numbers

 .gitignore       |    1 +
 ReviewBoard.spec |   23 +++++++++++++++--------
 sources          |    2 +-
 3 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03f7545..1e52c3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.6beta2.1.tar.gz
 /ReviewBoard-1.6rc1.tar.gz
 /ReviewBoard-1.6rc2.tar.gz
+/ReviewBoard-1.6.1.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index e23055a..c145b51 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -1,19 +1,19 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           ReviewBoard
-Version:        1.6
-Release:        5%{?dist}.rc2
+Version:        1.6.1
+Release:        1%{?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}rc2.tar.gz
+Source0:        http://downloads.review-board.org/releases/%{name}/1.6/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-Requires:       Django >= 1.3
-Requires:       python-djblets >= 0.6.8
+Requires:       Django >= 1.3.1
+Requires:       python-djblets >= 0.6.11
 Requires:       python-imaging
 Requires:       httpd
 Requires:       python-sqlite
@@ -23,9 +23,9 @@ Requires:       python-flup
 Requires:       python-nose
 Requires:       pytz
 Requires:       python-pygments >= 1.4
-Requires:       django-evolution >= 0.6.4
+Requires:       django-evolution >= 0.6.5
 Requires:       python-recaptcha-client
-Requires:       python-paramiko
+Requires:       python-paramiko >= 1.7.6
 Requires:       python-memcached
 Requires:       python-dateutil
 
@@ -40,7 +40,7 @@ projects to large companies and offers a variety of tools to take much
 of the stress and time out of the code review process.
 
 %prep
-%setup -q -n %{name}-%{version}rc2
+%setup -q -n %{name}-%{version}
 %patch1001 -p1
 %patch1002 -p1
 %patch1003 -p1
@@ -87,6 +87,13 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Tue Sep 13 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.6.1-1
+- Security Updates:
+  * Review Board 1.6.1 now requires Django 1.3.1. Django 1.3.1 contains a
+    number of important security fixes.
+- Bug Fixes:
+  * Fixed the Dashboard counters showing up as 0 or negative numbers
+
 * Mon Jul 25 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.6-5.rc2
 http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6-rc-2/
 - New Features
diff --git a/sources b/sources
index f8de968..5ed4fb4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a1808188f7e6ded23c5e4045f9ab20f  ReviewBoard-1.6rc2.tar.gz
+90e1fd873e59700ad379b3f7f34d9dd1  ReviewBoard-1.6.1.tar.gz


More information about the scm-commits mailing list