[ReviewBoard] New upstream release 1.6.7

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jun 5 13:14:28 UTC 2012


commit 950485cdfba2767f6b70ec43d8f5dc889470785d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Jun 5 09:14:25 2012 -0400

    New upstream release 1.6.7
    
    - Important Updates:
    -     support the new method for authentication that we need in order to fetch
          data from GitHub
    - New Features:
    -     Introduced a new model for hosting service integration
    -     Made the maximum diff size customizable
    -     Added Plastic SCM 4.0 compatibility
    - Web API Changes:
    -     Added a /api/hosting-service-accounts/ resource for querying existing
          hosting service accounts and for linking new ones
    - Bug Fixes:
    -     Review Board no longer continues to show the Manual Updates page if the
          problem is resolved
    -     Subversion now understands the $Header$ keyword
    -     Setting the issue status on deleted screenshots no longer fails

 .gitignore       |    1 +
 ReviewBoard.spec |   31 +++++++++++++++++++++++++------
 sources          |    2 +-
 3 files changed, 27 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f533ee..4aea677 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.6.4.1.tar.gz
 /ReviewBoard-1.6.5.tar.gz
 /ReviewBoard-1.6.6.tar.gz
+/ReviewBoard-1.6.7.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index aa97e36..c262603 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           ReviewBoard
-Version:        1.6.6
-Release:        2%{?dist}
+Version:        1.6.7
+Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -15,15 +15,16 @@ BuildRequires:  python-setuptools
 
 %if 0%{?fedora} > 17
 Requires:       python-django >= 1.3.1
-# ReviewBoard 1.6 is not yet compatible with Django 1.4
-Conflicts:      python-django >= 1.4
 %else
 Requires:       Django >= 1.3.1
+%endif
+
 # ReviewBoard 1.6 is not yet compatible with Django 1.4
 Conflicts:      Django >= 1.4
-%endif
+Conflicts:      python-django >= 1.4
 
-Requires:       python-djblets >= 0.6.17
+
+Requires:       python-djblets >= 0.6.18
 Requires:       python-imaging
 Requires:       httpd
 Requires:       mod_wsgi
@@ -111,6 +112,24 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Tue Jun 05 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.7-1
+- New upstream release 1.6.7
+- Important Updates:
+-     support the new method for authentication that we need in order to fetch
+      data from GitHub
+- New Features:
+-     Introduced a new model for hosting service integration
+-     Made the maximum diff size customizable
+-     Added Plastic SCM 4.0 compatibility
+- Web API Changes:
+-     Added a /api/hosting-service-accounts/ resource for querying existing
+      hosting service accounts and for linking new ones
+- Bug Fixes:
+-     Review Board no longer continues to show the Manual Updates page if the
+      problem is resolved
+-     Subversion now understands the $Header$ keyword
+-     Setting the issue status on deleted screenshots no longer fails
+
 * Wed Apr 25 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.6-2
 - Fix conflict with Django 1.4
 - Guarantee rebuild of .egg-info
diff --git a/sources b/sources
index 519da77..2ff3871 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5761228b8cc717c71e2a7b5f3f4b6ec2  ReviewBoard-1.6.6.tar.gz
+ab605215dda45c11ba06e4ae1faaee8e  ReviewBoard-1.6.7.tar.gz


More information about the scm-commits mailing list