[ReviewBoard] Update to upstream release candidate 1.7rc1

Stephen Gallagher sgallagh at fedoraproject.org
Thu Dec 13 21:14:55 UTC 2012


commit a642ef0f99daa1e209d11457a72241642e41a097
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Dec 13 16:09:19 2012 -0500

    Update to upstream release candidate 1.7rc1
    
    - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7-rc-1/

 .gitignore                                      |    1 +
 FED05-Temporarily-disable-JS-minification.patch |   25 ----------------------
 ReviewBoard.spec                                |   26 ++++++++++++++--------
 sources                                         |    2 +-
 4 files changed, 18 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15a7ea2..23473a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ ReviewBoard-1.5rc1.tar.gz
 /ReviewBoard-1.6.11.tar.gz
 /ReviewBoard-1.7beta1.tar.gz
 /ReviewBoard-1.7beta2.tar.gz
+/ReviewBoard-1.7rc1.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 64a515e..441c4e9 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -2,18 +2,18 @@
 
 Name:           ReviewBoard
 Version:        1.7
-Release:        4.beta2%{?dist}
+Release:        5.rc1%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
 URL:            http://www.review-board.org
-Source0:        http://downloads.reviewboard.org/releases/%{name}/1.7/%{name}-%{version}beta2.tar.gz
+Source0:        http://downloads.reviewboard.org/releases/%{name}/1.7/%{name}-%{version}rc1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-BuildRequires:  python-djblets >= 0.7.2
-BuildRequires:  python-django-pipeline >= 1.2.1
+BuildRequires:  python-djblets >= 0.7.6
+BuildRequires:  python-django-pipeline >= 1.2.16
 BuildRequires:  python-mimeparse
 BuildRequires:  python-sphinx
 BuildRequires:  python-recaptcha-client
@@ -24,13 +24,16 @@ BuildRequires:  pytz
 BuildRequires:  python-paramiko >= 1.7.6
 BuildRequires:  python-dateutil
 BuildRequires:  python-mimeparse
+BuildRequires:  python-markdown >= 2.2.1
+BuildRequires:  python-docutils
+BuildRequires:  python-slimit
 
 %if 0%{?fedora} > 17
-Requires:       python-django >= 1.4.1
+Requires:       python-django >= 1.4.2
 BuildRequires:  python-django-evolution >= 0.6.7
 Requires:       python-django-evolution >= 0.6.7
 %else
-Requires:       Django >= 1.4.1
+Requires:       Django >= 1.4.2
 BuildRequires:  django-evolution >= 0.6.7
 Requires:       django-evolution >= 0.6.7
 %endif
@@ -52,7 +55,8 @@ Requires:       python-memcached
 Requires:       python-dateutil
 Requires:       python-mimeparse
 Requires:       python-django-pipeline >= 1.2.16
-#Requires:       python-slimit
+Requires:       python-slimit
+BuildRequires:  python-markdown >= 2.2.1
 
 # Pull in the client libraries for all of the supported databases
 Requires:       python-sqlite
@@ -66,7 +70,6 @@ Requires:       mercurial
 
 Patch1003: FED03-Change-default-cache-file-path.patch
 Patch1004: FED04-Compress-JavaScript-with-SlimIt.patch
-Patch1005: FED05-Temporarily-disable-JS-minification.patch
 
 %description
 Review Board is a powerful web-based code review tool that offers
@@ -75,10 +78,9 @@ 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}beta2
+%setup -q -n %{name}-%{version}rc1
 %patch1003 -p1
 %patch1004 -p1
-%patch1005 -p1
 
 # Remove packaged egg-info so it's regenerated by setup.py
 rm -rf ReviewBoard*.egg-info
@@ -125,6 +127,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/webtests/*.py*
 
 %changelog
+* Thu Dec 13 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.7-5.rc1
+- Update to upstream release candidate 1.7rc1
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.7-rc-1/
+
 * Wed Oct 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.7-4.beta2
 - Disable building documentation
 
diff --git a/sources b/sources
index cce7b64..6cb84b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8a44e2460ff8d9733080abc8d70106c  ReviewBoard-1.7beta2.tar.gz
+1af9670a6d04fe4574fd92f8c341eb6b  ReviewBoard-1.7rc1.tar.gz


More information about the scm-commits mailing list