[ReviewBoard] New upstream release 1.7.13

Stephen Gallagher sgallagh at fedoraproject.org
Fri Aug 16 01:05:57 UTC 2013


commit 6c4f394a5537ecdd1e2dc5a20f1902775c901615
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Aug 15 21:05:42 2013 -0400

    New upstream release 1.7.13
    
    - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.13/
    - Starting with this release, sites will automatically be upgraded if they are
      listed in the text file /etc/reviewboard/sites by the path to their site,
      one per line.

 .gitignore       |    1 +
 ReviewBoard.spec |   22 +++++++++++++++++++---
 sources          |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bc5692..5b37cd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7.10.tar.gz
 /ReviewBoard-1.7.11.tar.gz
 /ReviewBoard-1.7.12.tar.gz
+/ReviewBoard-1.7.13.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 9f11811..aec2ca8 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -1,10 +1,10 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%global djblets_version 0.7.16
+%global djblets_version 0.7.17
 
 Name:           ReviewBoard
-Version:        1.7.12
-Release:        1%{?dist}
+Version:        1.7.13
+Release:        2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -123,11 +123,27 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING INSTALL NEWS README
 %{_bindir}/rb-site
 %{_bindir}/rbssh
+%ghost %config(noreplace) %{_sysconfdir}/reviewboard/sites
 %{python_sitelib}/reviewboard/
 %{python_sitelib}/ReviewBoard*.egg-info/
 %{python_sitelib}/webtests/*.py*
 
+%post
+if [ $1 -eq 2 ] ; then
+    # When upgrading the package, run the upgrade script
+    # automatically to ensure that existing sites are
+    # up-to-date
+    %{_bindir}/rb-site upgrade --all-sites || :
+fi
+
 %changelog
+* Thu Aug 15 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.13-2
+- New upstream release 1.7.13
+- http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.13/
+- Starting with this release, sites will automatically be upgraded if they are
+  listed in the text file /etc/reviewboard/sites by the path to their site,
+  one per line.
+
 * Mon Jul 29 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.12-1
 - New upstream release 1.7.12
 - http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.12/
diff --git a/sources b/sources
index 6dd9eac..43e6567 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ebbae44ad98b2a95bf3d9a8d664dae65  ReviewBoard-1.7.12.tar.gz
+295192ef14ff2b9b63b40ef3f8ac1312  ReviewBoard-1.7.13.tar.gz


More information about the scm-commits mailing list