[RBTools] New upstream release 0.6

Stephen Gallagher sgallagh at fedoraproject.org
Tue Apr 8 17:30:49 UTC 2014


commit ef812862582891e0b4037ef5ca3f8fdc52366b42
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Tue Apr 8 13:30:55 2014 -0400

    New upstream release 0.6
    
    - http://www.reviewboard.org/docs/releasenotes/rbtools/0.6/

 .gitignore   |    1 +
 RBTools.spec |   13 ++++++-------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 95e2172..cf68a9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ RBTools-0.2.tar.gz
 /RBTools-0.5.3.tar.gz
 /RBTools-0.5.5.tar.gz
 /RBTools-0.5.7.tar.gz
+/RBTools-0.6.tar.gz
diff --git a/RBTools.spec b/RBTools.spec
index 002c5fb..618d96a 100644
--- a/RBTools.spec
+++ b/RBTools.spec
@@ -4,14 +4,14 @@
 %endif
 
 Name:           RBTools
-Version:        0.5.7
+Version:        0.6
 Release:        1%{?dist}
 Summary:        Tools for use with ReviewBoard
 
 Group:          Applications/Internet
 License:        MIT
 URL:            http://www.review-board.org
-Source0:        http://downloads.review-board.org/releases/%{name}/0.5/%{name}-%{version}.tar.gz
+Source0:        http://downloads.review-board.org/releases/%{name}/0.6/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -38,10 +38,6 @@ rm -Rf %{name}*.egg-info
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-# While /usr/bin/post-review also exists for this purpose,
-# it is still sensible to make postreview.py executable
-chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rbtools/postreview.py
-
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -50,12 +46,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README
-%{_bindir}/post-review
 %{_bindir}/rbt
 %{python_sitelib}/rbtools/
 %{python_sitelib}/RBTools*.egg-info/
 
 %changelog
+* Tue Apr 08 2014 Stephen Gallagher <sgallagh at redhat.com> 0.6-1
+- New upstream release 0.6
+- http://www.reviewboard.org/docs/releasenotes/rbtools/0.6/
+
 * Wed Feb 05 2014 Stephen Gallagher <sgallagh at redhat.com> 0.5.7-1
 - New upstream release 0.5.7
 - http://www.reviewboard.org/docs/releasenotes/rbtools/0.5.7/
diff --git a/sources b/sources
index 060349b..2c9c570 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72907fd0e0e5657ebceda8573e2f3ed7  RBTools-0.5.7.tar.gz
+042197e816be835df7afdcdf583104db  RBTools-0.6.tar.gz


More information about the scm-commits mailing list