[ReviewBoard] New upstream release 1.6.8

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jun 11 11:23:44 UTC 2012


commit 69e90afa91e103b366a8f068471a138543c5ae84
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jun 11 07:23:20 2012 -0400

    New upstream release 1.6.8
    
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.8/
    - Bug Fixes:
    -    The Account field for a hosting service for a repository now properly loads the existing account when re-editing a repository or when showing validation errors
    -    Fixed problems when using the "Use hosting service's bug tracker" setting
    -    Fixed a file fetching error with GitHub when using the New Review Request form
    -    Improved the help text of some of the hosting service fields
    -    Fixed improper text in the File Not Found error when using GitHub

 .gitignore       |    1 +
 ReviewBoard.spec |   17 +++++++++++++++--
 sources          |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b438893..5c4e80f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.6.6.tar.gz
 /ReviewBoard-1.6.7.tar.gz
 /ReviewBoard-1.6.7.1.tar.gz
+/ReviewBoard-1.6.8.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index fdce71e..79f611f 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.7.1
-Release:        2%{?dist}
+Version:        1.6.8
+Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -112,6 +112,19 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* 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/
+- Bug Fixes:
+-    The Account field for a hosting service for a repository now properly
+     loads the existing account when re-editing a repository or when showing
+     validation errors
+-    Fixed problems when using the "Use hosting service's bug tracker" setting
+-    Fixed a file fetching error with GitHub when using the New Review Request
+     form
+-    Improved the help text of some of the hosting service fields
+-    Fixed improper text in the File Not Found error when using GitHub
+
 * Fri Jun 08 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.7.1-2
 - New upstream release 1.6.7.1
 - Fixed a database migration compatibility issue with certain versions of MySQL
diff --git a/sources b/sources
index fc69a35..236edd6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74ddc38becbc8ad021e98e3c83dd7c9a  ReviewBoard-1.6.7.1.tar.gz
+e1381127faa864f176605626c2c4e520  ReviewBoard-1.6.8.tar.gz


More information about the scm-commits mailing list