[ReviewBoard/f14/master] - Update to new upstream release 1.5rc2 - Added Python 2.7 compatibility. - Added compatibility with

Stephen Gallagher sgallagh at fedoraproject.org
Mon Sep 20 13:30:17 UTC 2010


commit c1780d7926900d7fc63b72959569e9f53605a02a
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Sep 20 09:21:44 2010 -0400

    - Update to new upstream release 1.5rc2
    - Added Python 2.7 compatibility.
    - Added compatibility with PyLucene 3.x. Support for 2.x still remains.
    - Added support for review requests without diffs, for image/screenshot review
    - Assorted API improvements and bugfixes
    - Update Djblets requirement to 0.6.4
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-rc-2/

 .gitignore       |    1 +
 ReviewBoard.spec |   20 ++++++++++++++++----
 sources          |    2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2028949..ffa6c79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ReviewBoard-1.5rc1.tar.gz
+/ReviewBoard-1.5rc2.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 1b05875..affee2e 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -2,18 +2,18 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        14.rc1%{?dist}.1
+Release:        16.rc2%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
 URL:            http://www.review-board.org
-Source0:        http://downloads.review-board.org/releases/%{name}/1.5/%{name}-%{version}rc1.tar.gz
+Source0:        http://downloads.review-board.org/releases/%{name}/1.5/%{name}-%{version}rc2.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       Django >= 1.1.1
-Requires:       python-djblets >= 0.6.3
+Requires:       python-djblets >= 0.6.4
 Requires:       python-imaging
 Requires:       httpd
 Requires:       python-sqlite
@@ -38,7 +38,7 @@ projects to large companies and offers a variety of tools to take much
 of the stress and time out of the code review process.
 
 %prep
-%setup -q -n %{name}-%{version}rc1
+%setup -q -n %{name}-%{version}rc2
 %patch1000 -p1
 
 %build
@@ -77,6 +77,18 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-16.rc2
+- Fix specfile typo causing build break
+
+* Mon Sep 20 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.5-15.rc2
+- Update to new upstream release 1.5rc2
+- Added Python 2.7 compatibility.
+- Added compatibility with PyLucene 3.x. Support for 2.x still remains.
+- Added support for review requests without diffs, for image/screenshot review
+- Assorted API improvements and bugfixes
+- Update Djblets requirement to 0.6.4
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.5-rc-2/
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.5-14.rc1.1
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 83a6ea4..7287c37 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b92d26c15e03a628573931ba65373b68  ReviewBoard-1.5rc1.tar.gz
+40c2e1b2337b1828dc997cd85963d514  ReviewBoard-1.5rc2.tar.gz


More information about the scm-commits mailing list