Fedora 20 Update: RBTools-0.6.1-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Wed Jul 9 02:30:45 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-7311
2014-06-12 05:43:28
--------------------------------------------------------------------------------

Name        : RBTools
Product     : Fedora 20
Version     : 0.6.1
Release     : 1.fc20
URL         : http://www.review-board.org
Summary     : Tools for use with ReviewBoard
Description :
RBTools provides client tools for interacting with a ReviewBoard
code-review server.

--------------------------------------------------------------------------------
Update Information:

http://www.reviewboard.org/docs/releasenotes/rbtools/0.6.1/
commit 86475179c6ec5450c3039c7b1296c0b780e2e705
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed May 14 12:35:31 2014 -0400

    Properly generate parent diffs in git
    
    The old behavior was to only populate the 'parent_base' attribute
    if the 'base' of the review range did not show up with
    git branch -r --contains <base>
    
    This fails for many common environments (such as having pushed to
    your private github repository prior to posting the review).
    Presumably, the assumption that was made is that if the base is
    present on a remote branch, it must be already available to
    Review Board. With distributed version-control systems, this is
    not a safe assumption to make.
    
    With this change, we will always look up the merge base and
    compare it to the review base. If they are different, we will pass
    along the parent_base so that the parent diff can be generated
    correctly.

commit 8a0e94a64e0716f6f91ce835a50f59b62c3b1da1
Author: Georgy Dyuldin <g.dyuldin at gmail.com>
Date:   Fri Apr 25 13:26:33 2014 -0700

    Switch to fuzzy search in setup-repo to match repository path.
    
    Sometimes repository path on reviewboard server and on local copy of repository
    may contains slight difference (trailing slash, user credentials, etc.) Now rbt
    setup-repo offers repository with closest path to local path.
    
    Testing done: Ran unit tests.
    
    Reviewed at https://reviews.reviewboard.org/r/5724/

commit df33dac0b489db80c5a51705550bf53146c1d57b
Author: David Trowbridge <trowbrds at gmail.com>
Date:   Fri Apr 25 13:25:25 2014 -0700

    Fix perforce options access.
    
    Not all rbt commands add the perforce command-line options, but the p4client
    was accessing them as if they did. Trivial fix.

commit 1cb1c32304569ca96620f76c262e029544990047
Author: David Trowbridge <trowbrds at gmail.com>
Date:   Tue Apr 22 16:17:11 2014 -0700

    Fix -I with svn repositories.
    
    The line that added the files to the diff command line was indented four spaces
    too many, which made it only work if the code happened to drop into that part
    of the conditional.
    
    Testing done:
    Posted a change to an SVN working directory for just a single file.
    
    Reviewed at https://reviews.reviewboard.org/r/5726/
--------------------------------------------------------------------------------
ChangeLog:

* Tue Jun 10 2014 Stephen Gallagher <sgallagh at redhat.com> 0.6.1-1
- New upstream release 0.6.1
- http://www.reviewboard.org/docs/releasenotes/rbtools/0.6.1/
* Mon May 19 2014 Stephen Gallagher <sgallagh at redhat.com> 0.6-2
- Properly generate parent diffs in git
- Switch to fuzzy search in setup-repo to match repository path
- Fix perforce options access
- Fix -I with svn repositories
* Tue Apr  8 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  5 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/
- New upstream release 0.5.6
- http://www.reviewboard.org/docs/releasenotes/rbtools/0.5.6/
* Wed Jan 15 2014 Stephen Gallagher <sgallagh at redhat.com> 0.5.5-1
- New upstream release 0.5.5
- http://www.reviewboard.org/docs/releasenotes/rbtools/0.5.5/
- New upstream release 0.5.4
- http://www.reviewboard.org/docs/releasenotes/rbtools/0.5.4/
- Deprecation:
  * post-review is deprecated (and has been for a while). It now shows a
    deprecation warning in order to remind me to use rbt post.
- Bug Fixes:
  * rbt patch:
    * rbt patch no longer fails to commit on Git if there are untracked files.
    * Fixed committing changes when the description has unicode characters.
    * Fixed compatibility with Review Board 2.0 beta.
  * rbt post:
    * Fixed R1:R2 syntax for --revision-range for Git repositories.
    * Fixed name-based lookups for repositories with Subversion.
  * rbt setup-repo:
    * Fixed error output when failing to write the .reviewboardrc file.
  * post-review:
    * Added --svn-show-copies-as-adds to post-review.
* Mon Jan  6 2014 Stephen Gallagher <sgallagh at redhat.com> - 0.5.3-1
- New upstream release 0.5.3
- http://www.reviewboard.org/docs/releasenotes/rbtools/0.5.3/
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update RBTools' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list