[ReviewBoard] New upstream release 1.6.7.1

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 8 11:18:29 UTC 2012


commit fde3ebc150ea5787e1236ecd43ddb1470105115d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Jun 8 07:18:25 2012 -0400

    New upstream release 1.6.7.1
    
    - Fixed a database migration compatibility issue with certain versions of MySQL

 .gitignore       |    1 +
 ReviewBoard.spec |    8 ++++++--
 sources          |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4aea677..b438893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.6.5.tar.gz
 /ReviewBoard-1.6.6.tar.gz
 /ReviewBoard-1.6.7.tar.gz
+/ReviewBoard-1.6.7.1.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index c262603..fdce71e 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
-Release:        1%{?dist}
+Version:        1.6.7.1
+Release:        2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -112,6 +112,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* 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
+
 * Tue Jun 05 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.7-1
 - New upstream release 1.6.7
 - Important Updates:
diff --git a/sources b/sources
index 2ff3871..fc69a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab605215dda45c11ba06e4ae1faaee8e  ReviewBoard-1.6.7.tar.gz
+74ddc38becbc8ad021e98e3c83dd7c9a  ReviewBoard-1.6.7.1.tar.gz


More information about the scm-commits mailing list