[ReviewBoard] New upstream release 1.7.9

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jun 3 19:55:06 UTC 2013


commit aa4293b29adf1a979992a3a45e38f9f37dfcdf5f
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jun 3 15:54:48 2013 -0400

    New upstream release 1.7.9
    
    - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.9/
    - API Changes:
        * Added new blocks and depends_on fields to the Review Request resource
    - Bug Fixes:
        * Fixed the max_length of the new HostingServiceAccount.hosting_url field
        * Fixed the documentation for the cgit configuration for Git
        * Fixed the cgit URL for Fedora Hosted

 .gitignore                            |    1 +
 FED05-Fix-references-to-cgit-id.patch |   73 ---------------------------------
 ReviewBoard.spec                      |   14 +++++-
 sources                               |    2 +-
 4 files changed, 13 insertions(+), 77 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97093df..fe5faf7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7.6.tar.gz
 /ReviewBoard-1.7.7.1.tar.gz
 /ReviewBoard-1.7.8.1.tar.gz
+/ReviewBoard-1.7.9.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index a80d07b..55e6e01 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.8.1
+Version:        1.7.9
 Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
@@ -69,7 +69,6 @@ Requires:       python-django-evolution >= 0.6.9
 
 Patch1003: FED03-Change-default-cache-file-path.patch
 Patch1004: FED04-Compress-JavaScript-with-SlimIt.patch
-Patch1005: FED05-Fix-references-to-cgit-id.patch
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -81,7 +80,6 @@ of the stress and time out of the code review process.
 %setup -q -n %{name}-%{version}
 %patch1003 -p1
 %patch1004 -p1
-%patch1005 -p1
 
 # Remove packaged egg-info so it's regenerated by setup.py
 rm -rf ReviewBoard*.egg-info
@@ -128,6 +126,16 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Mon Jun 03 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.9-1
+- New upstream release 1.7.9
+- http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.9/
+- API Changes:
+    * Added new blocks and depends_on fields to the Review Request resource
+- Bug Fixes:
+    * Fixed the max_length of the new HostingServiceAccount.hosting_url field
+    * Fixed the documentation for the cgit configuration for Git
+    * Fixed the cgit URL for Fedora Hosted
+
 * Mon Jun 03 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.8.1-1
 - New upstream release 1.7.8.1
 - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.8.1/
diff --git a/sources b/sources
index b98b955..f2f885e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d4b9627848e6ecdb29017b8ee8d92fe  ReviewBoard-1.7.8.1.tar.gz
+dc3b961edbad4272212cfffa80af0150  ReviewBoard-1.7.9.tar.gz


More information about the scm-commits mailing list