[ReviewBoard] New upstream release 1.7.5

Stephen Gallagher sgallagh at fedoraproject.org
Thu Feb 7 13:58:26 UTC 2013


commit 06f7c1d6c6c117934705aff9a72f107dbc72488f
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Feb 7 08:58:17 2013 -0500

    New upstream release 1.7.5
    
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.5/
    - New Features:
        * Added a nicer, human-readable view of diffs in the FileDiff tables in the
          administration UI
        * The repository name is now included in review request e-mails
    - Compatibility Fixes:
        * We now require django-pipeline 1.2.24, which restores our compatibility
          with Python 2.5 and fixes some errors when loading pages
        * Our list of supported timezones should now be consistent across all
          installs, since we now require a specific, modern version of pytz
          (Packager's note: this is an upstream change only. In Fedora we have
          always relied on the system pytz)
    - Bug Fixes:
        * The entire thumbnail for file attachments are now clickable, making it
          easier to download the file or reach the review page
        * Users are no longer locked out of their review requests when assigned to
          private groups they don’t have access to
        * The Hide whitespace changes toggle was broken on many browsers, causing a
          JavaScript error
        * Searching for a user in the quick search field and then clicking the user
          once again navigates to the user’s page
        * The review request counts in the dashboard no longer show “None” for new
          users when using Local Sites

 .gitignore       |    1 +
 ReviewBoard.spec |   33 ++++++++++++++++++++++++++++++---
 sources          |    2 +-
 3 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 180077e..5a64562 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.7.2.tar.gz
 /ReviewBoard-1.7.3.tar.gz
 /ReviewBoard-1.7.4.tar.gz
+/ReviewBoard-1.7.5.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 539b7e7..461d7d8 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.4
+Version:        1.7.5
 Release:        1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
@@ -13,7 +13,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-djblets >= 0.7.9
-BuildRequires:  python-django-pipeline >= 1.2.22
+BuildRequires:  python-django-pipeline >= 1.2.24
 BuildRequires:  python-mimeparse
 BuildRequires:  python-sphinx
 BuildRequires:  python-recaptcha-client
@@ -54,7 +54,8 @@ Requires:       python-paramiko >= 1.7.6
 Requires:       python-memcached
 Requires:       python-dateutil
 Requires:       python-mimeparse
-Requires:       python-django-pipeline >= 1.2.22
+Requires:       python-django-pipeline >= 1.2.24
+Conflicts:      python-django-pipeline >= 1.3.0
 Requires:       python-slimit
 Requires:       python-docutils
 Requires:       python-markdown >= 2.2.1
@@ -128,6 +129,32 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Thu Feb 07 2013 Stephen Gallagher <sgallagh at redhat.com> - 1.7.5-1
+- New upstream release 1.7.5
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7.5/
+- New Features:
+    * Added a nicer, human-readable view of diffs in the FileDiff tables in the
+      administration UI
+    * The repository name is now included in review request e-mails
+- Compatibility Fixes:
+    * We now require django-pipeline 1.2.24, which restores our compatibility
+      with Python 2.5 and fixes some errors when loading pages
+    * Our list of supported timezones should now be consistent across all
+      installs, since we now require a specific, modern version of pytz
+      (Packager's note: this is an upstream change only. In Fedora we have
+      always relied on the system pytz)
+- Bug Fixes:
+    * The entire thumbnail for file attachments are now clickable, making it
+      easier to download the file or reach the review page
+    * Users are no longer locked out of their review requests when assigned to
+      private groups they don’t have access to
+    * The Hide whitespace changes toggle was broken on many browsers, causing a
+      JavaScript error
+    * Searching for a user in the quick search field and then clicking the user
+      once again navigates to the user’s page
+    * The review request counts in the dashboard no longer show “None” for new
+      users when using Local Sites
+
 * 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/
diff --git a/sources b/sources
index 4fa2203..f927297 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6576730e935964a9780feffa52114460  ReviewBoard-1.7.4.tar.gz
+a847ece017a2a519c12ef555f8d64205  ReviewBoard-1.7.5.tar.gz


More information about the scm-commits mailing list