[RBTools] New upstream release 0.7

Stephen Gallagher sgallagh at fedoraproject.org
Mon Jan 19 13:05:30 UTC 2015


commit 142c31eec8e9db8486ff43765e3b1f5aee25fe7e
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Jan 19 08:03:47 2015 -0500

    New upstream release 0.7
    
    - https://www.reviewboard.org/docs/releasenotes/rbtools/0.7/
    - API Caching for performance enhancements
    - Support for command aliases
    - 'rbt land' tool will now handle landing Git commits for upstream
    - 'rbt post' can now exclude some files (such as autogenerated ones)
      from the review
    - Support for Microsoft Team Foundation Server (when used with
      Review Board Power Pack on the server-side

 .gitignore                                         |    6 +
 ...dd-C-option-to-commit-patches-immediately.patch |  116 --------------------
 RBTools.spec                                       |   18 +++-
 sources                                            |    2 +-
 4 files changed, 21 insertions(+), 121 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1530807..584768b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+RBTools-*/
+clog
+*.rpm
+*.swp
+.build*.log
 RBTools-0.2.tar.gz
 /RBTools-0.3.tar.gz
 /RBTools-0.3.1.tar.gz
@@ -18,3 +23,4 @@ RBTools-0.2.tar.gz
 /RBTools-0.6.1.tar.gz
 /RBTools-0.6.2.tar.gz
 /RBTools-0.6.3.tar.gz
+/RBTools-0.7.tar.gz
diff --git a/RBTools.spec b/RBTools.spec
index 2ed59b3..20acea8 100644
--- a/RBTools.spec
+++ b/RBTools.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           RBTools
-Version:        0.6.3
-Release:        2%{?dist}
+Version:        0.7
+Release:        1%{?dist}
 Summary:        Tools for use with ReviewBoard
 
 Group:          Applications/Internet
@@ -19,9 +19,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
 Requires:       python-simplejson
+Requires:       python-six
 
 ### Patches ###
-Patch0001: 0001-Add-C-option-to-commit-patches-immediately.patch
 
 # Upstream
 
@@ -31,7 +31,6 @@ code-review server.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0001 -p1
 
 rm -Rf %{name}*.egg-info
 
@@ -56,6 +55,17 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/RBTools*.egg-info/
 
 %changelog
+* Mon Jan 19 2015 Stephen Gallagher <sgallagh at redhat.com> 0.7-1
+- New upstream release 0.7
+- https://www.reviewboard.org/docs/releasenotes/rbtools/0.7/
+- API Caching for performance enhancements
+- Support for command aliases
+- 'rbt land' tool will now handle landing Git commits for upstream
+- 'rbt post' can now exclude some files (such as autogenerated ones)
+  from the review
+- Support for Microsoft Team Foundation Server (when used with
+  Review Board Power Pack on the server-side
+
 * Mon Nov 17 2014 Stephen Gallagher <sgallagh at redhat.com> 0.6.3-2
 - Actually apply the "-C" patch
 
diff --git a/sources b/sources
index 2174ce2..b38a1a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b3a73e6df3d2584c26e8d9c9f175ac0  RBTools-0.6.3.tar.gz
+0cee145b4416c411d441a84332d9775d  RBTools-0.7.tar.gz


More information about the scm-commits mailing list