[ReviewBoard] New upstream release 1.7.4

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jan 31 13:21:38 UTC 2013


commit 2f726617bb0ca3844dbb689c05db44387bf8faf2
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jan 31 08:21:07 2013 -0500

    New upstream release 1.7.4
    
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.4/
    - Bug Fixes:
        * Fixed a JavaScript error in Internet Explorer and Firefox 3.x involving
          the console object being undefined
        * Fixed the diff viewer’s changed file listings when using Windows file
          paths

 .gitignore       |    1 +
 ReviewBoard.spec |   11 ++++++++++-
 sources          |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21a33b0..180077e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7.1.tar.gz
 /ReviewBoard-1.7.2.tar.gz
 /ReviewBoard-1.7.3.tar.gz
+/ReviewBoard-1.7.4.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index b497bbc..539b7e7 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.7.3
+Version:        1.7.4
 Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
@@ -128,6 +128,15 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Thu Jan 31 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.4-1
+- New upstream release 1.7.4
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.4/
+- Bug Fixes:
+    * Fixed a JavaScript error in Internet Explorer and Firefox 3.x involving
+      the console object being undefined
+    * Fixed the diff viewer’s changed file listings when using Windows file
+      paths
+
 * Mon Jan 28 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.3-1
 - New upstream release 1.7.3
 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.3/
diff --git a/sources b/sources
index ee2da3e..4fa2203 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1e7201c57aad5c8057df4e8d97e220d  ReviewBoard-1.7.3.tar.gz
+6576730e935964a9780feffa52114460  ReviewBoard-1.7.4.tar.gz


More information about the scm-commits mailing list