[ReviewBoard] New upstream release 1.7.2

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jan 17 13:47:17 UTC 2013


commit 17e99470563e7a084759c1f79b5a2218e9cbfdda
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jan 17 08:44:40 2013 -0500

    New upstream release 1.7.2
    
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.2/
    - New Features:
    -   Added bug tracker support for VersionOne
    -   Added support for ssl:-prefixed P4PORTs for Perforce 2012.1+
    -   Added support for moved file handling for Perforce
    - Bug Fixes:
    -   Fixed an HTML escaping issue when listing filenames in the diff viewer
    -   Fixed the display of the static media instructions in rb-site
    -   Attempting to install on Python 2.4 will now display a helpful error before
        failing, instead of a cryptic error
    -   Fixed the display of file attachment names in review request change
        descriptions that don’t have captions
    -   Fixed the default file-based cache path used when creating a new site
    -   The Review Board Activity widget in the administration UI will now clear
        the data shown when the datasets are unselected
    -   Fixed capitalization of the navigation bar entries to be consistent
    -   Fixed the link to the PyLucene documentation in the General Settings page
    -   Fixed default Apache configuration files to be explicit in enabling
        FollowSymLinks
    -   Fixed timezone warnings when running the search index command

 .gitignore                                  |    1 +
 FED03-Change-default-cache-file-path.patch  |   20 +++++++++---------
 FED04-Compress-JavaScript-with-SlimIt.patch |    8 +++---
 ReviewBoard.spec                            |   29 ++++++++++++++++++++++++--
 sources                                     |    2 +-
 5 files changed, 42 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ada857..b407ea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7beta2.tar.gz
 /ReviewBoard-1.7rc1.tar.gz
 /ReviewBoard-1.7.1.tar.gz
+/ReviewBoard-1.7.2.tar.gz
diff --git a/FED03-Change-default-cache-file-path.patch b/FED03-Change-default-cache-file-path.patch
index a4a96a0..5970515 100644
--- a/FED03-Change-default-cache-file-path.patch
+++ b/FED03-Change-default-cache-file-path.patch
@@ -1,19 +1,19 @@
-From 06ff349cab6d6597f7f38e9b5fbe7f6cc0b45457 Mon Sep 17 00:00:00 2001
+From 6dee48c4e95875ceb6357c3fd93b56dc7ebbc1e0 Mon Sep 17 00:00:00 2001
 From: Stephen Gallagher <sgallagh at redhat.com>
 Date: Fri, 17 Jun 2011 15:50:05 -0400
-Subject: [PATCH 3/3] Change default cache file path
+Subject: [PATCH 1/2] Change default cache file path
 
 FHS requirement
 ---
- contrib/conf/settings_local.py.tmpl |    2 +-
- reviewboard/cmdline/rbsite.py       |    2 +-
+ contrib/conf/settings_local.py.tmpl | 2 +-
+ reviewboard/cmdline/rbsite.py       | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/contrib/conf/settings_local.py.tmpl b/contrib/conf/settings_local.py.tmpl
-index a2773ffb9ba4ad0b44d1d0868e15db5a692ce1b4..3db98dc5d7d82065d36dc0c15f53058e383099f4 100644
+index 3807b6f69a7bad307bd07216175e677a85042759..33b43308ffd30753fd422e226720218f2b22a6e0 100644
 --- a/contrib/conf/settings_local.py.tmpl
 +++ b/contrib/conf/settings_local.py.tmpl
-@@ -14,7 +14,7 @@ SECRET_KEY = '***********************************************'
+@@ -31,7 +31,7 @@ SECRET_KEY = '***********************************************'
  # In most Installations, memcached is the best option. Development
  # installations can get away with a file-based or local memory cache.
  #
@@ -23,18 +23,18 @@ index a2773ffb9ba4ad0b44d1d0868e15db5a692ce1b4..3db98dc5d7d82065d36dc0c15f53058e
  CACHE_BACKEND = 'locmem:///'
  
 diff --git a/reviewboard/cmdline/rbsite.py b/reviewboard/cmdline/rbsite.py
-index 0d204a6ca1876746be78f5e35b39e37d8e906d2c..2fd1e7e8fec56cd62e2522f34fcbe28a59d04154 100755
+index c30982a6479248ae1f6f0c366ba2cf332224cedf..32c6c6bbe28eb29b77ae4c1144379a8668a45e55 100755
 --- a/reviewboard/cmdline/rbsite.py
 +++ b/reviewboard/cmdline/rbsite.py
-@@ -1386,7 +1386,7 @@ class InstallCommand(Command):
+@@ -1627,7 +1627,7 @@ class InstallCommand(Command):
                         is_visible_func=lambda: site.cache_type == "file")
  
          ui.prompt_input(page, "Cache Directory",
 -                        site.cache_info or "/tmp/reviewboard_cache",
 +                        site.cache_info or "/var/cache/reviewboard/cache",
-                         normalize_func=lambda value: "file://" + value,
                          save_obj=site, save_var="cache_info")
  
+     def ask_web_server_type(self):
 -- 
-1.7.5.4
+1.8.0.2
 
diff --git a/FED04-Compress-JavaScript-with-SlimIt.patch b/FED04-Compress-JavaScript-with-SlimIt.patch
index d39f54f..21cc277 100644
--- a/FED04-Compress-JavaScript-with-SlimIt.patch
+++ b/FED04-Compress-JavaScript-with-SlimIt.patch
@@ -1,4 +1,4 @@
-From b1ac9075f564cc29cacaf18ed8bb072902d94e98 Mon Sep 17 00:00:00 2001
+From 88ef528692f68f5b1ae2bba0b3dd5b9d6bb5bb50 Mon Sep 17 00:00:00 2001
 From: Stephen Gallagher <sgallagh at redhat.com>
 Date: Wed, 3 Oct 2012 14:26:54 -0400
 Subject: [PATCH 2/2] Compress JavaScript with SlimIt
@@ -8,10 +8,10 @@ Subject: [PATCH 2/2] Compress JavaScript with SlimIt
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/reviewboard/settings.py b/reviewboard/settings.py
-index e304500e46ccd3321902c7b44e59429aab1bd980..cfa95a7f3602b110754c8a3ea32007b810b9ca9c 100644
+index e6f56f07ceac648b869c83efa45d301dfd2969e1..5ccd103379f5b8fda64e69eaa452ce7cea1d5af4 100644
 --- a/reviewboard/settings.py
 +++ b/reviewboard/settings.py
-@@ -320,7 +320,7 @@ PIPELINE_CSS = {
+@@ -376,7 +376,7 @@ PIPELINE_CSS = {
  
  BLESS_IMPORT_PATHS = ('rb/css/',)
  PIPELINE_CSS_COMPRESSOR = None
@@ -21,5 +21,5 @@ index e304500e46ccd3321902c7b44e59429aab1bd980..cfa95a7f3602b110754c8a3ea32007b8
  # On production (site-installed) builds, we always want to use the pre-compiled
  # versions. We want this regardless of the DEBUG setting (since they may
 -- 
-1.7.12.1
+1.8.0.2
 
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index fc594f3..3bb8611 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.7.1
-Release:        2%{?dist}
+Version:        1.7.2
+Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -12,7 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-djblets >= 0.7.7
+BuildRequires:  python-djblets >= 0.7.8
 BuildRequires:  python-django-pipeline >= 1.2.16
 BuildRequires:  python-mimeparse
 BuildRequires:  python-sphinx
@@ -128,6 +128,29 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Thu Jan 17 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.7.2-1
+- New upstream release 1.7.2
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.2/
+- New Features:
+-   Added bug tracker support for VersionOne
+-   Added support for ssl:-prefixed P4PORTs for Perforce 2012.1+
+-   Added support for moved file handling for Perforce
+- Bug Fixes:
+-   Fixed an HTML escaping issue when listing filenames in the diff viewer
+-   Fixed the display of the static media instructions in rb-site
+-   Attempting to install on Python 2.4 will now display a helpful error before
+    failing, instead of a cryptic error
+-   Fixed the display of file attachment names in review request change
+    descriptions that don’t have captions
+-   Fixed the default file-based cache path used when creating a new site
+-   The Review Board Activity widget in the administration UI will now clear
+    the data shown when the datasets are unselected
+-   Fixed capitalization of the navigation bar entries to be consistent
+-   Fixed the link to the PyLucene documentation in the General Settings page
+-   Fixed default Apache configuration files to be explicit in enabling
+    FollowSymLinks
+-   Fixed timezone warnings when running the search index command
+
 * Fri Dec 21 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.7.1-2
 - Add missing runtime dependencies
 
diff --git a/sources b/sources
index 513244c..1ab374d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e40191687b0addf3e4a69d765f225b7c  ReviewBoard-1.7.1.tar.gz
+f5ead87918a472945384263516dbb06e  ReviewBoard-1.7.2.tar.gz


More information about the scm-commits mailing list