[ReviewBoard/f13/master] Updating to ReviewBoard 1.0.9

Stephen Gallagher sgallagh at fedoraproject.org
Mon Aug 16 11:02:01 UTC 2010


commit abbe641d27c95df384efb058644d745ddc36ab8e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Aug 16 07:01:53 2010 -0400

    Updating to ReviewBoard 1.0.9

 .gitignore       |    1 +
 ReviewBoard.spec |   14 ++++++++++----
 sources          |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7d981f..a4c1efe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ReviewBoard-1.0.8.tar.gz
+ReviewBoard-1.0.9.tar.gz
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index cf2d474..bd6aa9e 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.0.8
-Release:        5%{?dist}
+Version:        1.0.9
+Release:        6%{?dist}
 Summary:        Web-based code review tool
 Group:          Applications/Internet
 License:        MIT
@@ -13,7 +13,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       Django >= 1.1.1
-Requires:       python-djblets >= 0.5-0.1.rc1
+Requires:       python-djblets >= 0.6.3
 Requires:       python-imaging
 Requires:       httpd
 Requires:       python-sqlite
@@ -23,7 +23,7 @@ Requires:       python-flup
 Requires:       python-nose
 Requires:       pytz
 Requires:       python-pygments
-Requires:       django-evolution
+Requires:       django-evolution >= 0.5
 
 #-- Patches --#
 Patch1001: FED01-Disable-ez_setup-when-installing-by-RPM.patch
@@ -65,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/ReviewBoard*.egg-info/
 
 %changelog
+* Mon Aug 16 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.0.9-6
+- New upstream stable release 1.0.9
+- Better compatibility with Django 1.2
+- Proper version requirement on python-djblets and django-evolution
+- http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.0.9/
+
 * Mon Jun 22 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.0.8-5
 - New upstream stable release 1.0.8
 - Support for Django 1.2
diff --git a/sources b/sources
index 2d77581..46ccb56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5557d3a5113fbd4686109c0ee2e873a  ReviewBoard-1.0.8.tar.gz
+ed779e45020cc3db22c735760a355a99  ReviewBoard-1.0.9.tar.gz


More information about the scm-commits mailing list