[ReviewBoard] - Fix specfile typo causing build break

Stephen Gallagher sgallagh at fedoraproject.org
Mon Sep 20 13:27:58 UTC 2010


commit 39abff535d2d7058b6f360ec2b0c116bc8d94100
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Sep 20 09:27:54 2010 -0400

    - Fix specfile typo causing build break

 ReviewBoard.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ReviewBoard.spec b/ReviewBoard.spec
index 917dcf0..affee2e 100644
--- a/ReviewBoard.spec
+++ b/ReviewBoard.spec
@@ -2,12 +2,12 @@
 
 Name:           ReviewBoard
 Version:        1.5
-Release:        15.rc2%{?dist}
+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
@@ -77,6 +77,9 @@ 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.


More information about the scm-commits mailing list