[ReviewBoard] New upstream release 1.6.9

Stephen Gallagher sgallagh at fedoraproject.org
Tue Jun 12 15:21:50 UTC 2012


commit d1b54d0f18271350a5ed8a3b3be94ac2acd9969a
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Jun 12 11:21:46 2012 -0400

    New upstream release 1.6.9
    
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.9/
    - New Features:
    -    When using a GitHub repository and there's only 100 API calls or less
         available on GitHub for the hour, a warning with the number of API calls
         left is logged
    - Bug Fixes:
    -    Fixed typing in entry fields in the diff viewer
    -    Fixed some issues with private repositories on GitHub
    -    Fixed creating review requests that aren't tied to repositories

 .gitignore       |    1 +
 ReviewBoard.spec |   14 +++++++++++++-
 sources          |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c4e80f..4ddb0ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.6.7.tar.gz
 /ReviewBoard-1.6.7.1.tar.gz
 /ReviewBoard-1.6.8.tar.gz
+/ReviewBoard-1.6.9.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 79f611f..26fa1d0 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           ReviewBoard
-Version:        1.6.8
+Version:        1.6.9
 Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
@@ -112,6 +112,18 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Tue Jun 12 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.9-1
+- New upstream release 1.6.9
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.9/
+- New Features:
+-    When using a GitHub repository and there's only 100 API calls or less
+     available on GitHub for the hour, a warning with the number of API calls
+     left is logged
+- Bug Fixes:
+-    Fixed typing in entry fields in the diff viewer
+-    Fixed some issues with private repositories on GitHub
+-    Fixed creating review requests that aren't tied to repositories
+
 * Mon Jun 11 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.8-1
 - New upstream release 1.6.8
 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.8/
diff --git a/sources b/sources
index 236edd6..6e34675 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1381127faa864f176605626c2c4e520  ReviewBoard-1.6.8.tar.gz
+7ce943aaf04c48944b696f6b2205d1cb  ReviewBoard-1.6.9.tar.gz


More information about the scm-commits mailing list