From efd52e12230ed1315df7fea005f3a026b149586c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Jan 28 2013 17:27:16 +0000 Subject: New upstream release 0.4.3 - http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4.3/ - New Features: * Added support for posting from Bazaar repositories * Passing --basedir to post-review will override the computed base directory used for Subversion diffs * Added better support for moved files in Perforce - Bug Fixes: * General: * Fixed problems authenticating with the server when anonymous access is disabled * Fixed loading settings from the user’s ~/.reviewboardrc when it’s the only .reviewboardrc in the search path * Fixed a crash when the user’s home directory isn’t writable * Added a fallback when failing to get the API version from a Review Board server * The "Username" prompt is now printed to stderr instead of stdout, to match the “Password” prompt’s inputted text * Unicode URLs are now encoded as UTF-8, preventing an encoding conflict when talking to Review Board * Git: * Git diffs no longer contain move/rename information if the Review Board server doesn’t support it * Mercurial: * Fixed --guess-summary when it has newline characters in it * Subversion: * Fixed problems generating diffs containing deleted files --- diff --git a/.gitignore b/.gitignore index c9cbc78..7237cff 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ RBTools-0.2.tar.gz /RBTools-0.4.tar.gz /RBTools-0.4.1.tar.gz /RBTools-0.4.2.tar.gz +/RBTools-0.4.3.tar.gz diff --git a/FED01-Disable-ez_setup-when-installing-by-RPM.patch b/FED01-Disable-ez_setup-when-installing-by-RPM.patch index 07a6078..dfe8c8b 100644 --- a/FED01-Disable-ez_setup-when-installing-by-RPM.patch +++ b/FED01-Disable-ez_setup-when-installing-by-RPM.patch @@ -1,19 +1,19 @@ -From ca0a34db9261718367903176201669301ac4fceb Mon Sep 17 00:00:00 2001 +From 35f008977b773a850e929b285880397d19d93890 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 15 Mar 2010 12:43:08 -0400 -Subject: [PATCH 7/8] Disable ez_setup when installing by RPM +Subject: [PATCH] Disable ez_setup when installing by RPM --- - setup.py | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + setup.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py -index 08f4fbe..53da8ac 100755 +index 7553c4a2e8c8288a2a9ba48ab4d7bcf7ad9ef44d..b21edbd9bf07cc0ea58a7f89c47acfe9151aade3 100755 --- a/setup.py +++ b/setup.py -@@ -19,8 +19,8 @@ - # along with this program; if not, write to the Free Software - # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +@@ -23,8 +23,8 @@ + # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + # SOFTWARE. -from ez_setup import use_setuptools -use_setuptools() @@ -23,5 +23,5 @@ index 08f4fbe..53da8ac 100755 from setuptools import setup, find_packages from setuptools.command.test import test -- -1.6.6.1 +1.8.1 diff --git a/RBTools.spec b/RBTools.spec index dc30bf7..dee3a1b 100644 --- a/RBTools.spec +++ b/RBTools.spec @@ -4,7 +4,7 @@ %endif Name: RBTools -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: Tools for use with ReviewBoard @@ -31,6 +31,7 @@ code-review server. %prep %setup -q -n %{name}-%{version} +rm -Rf %{name}*.egg-info # Apply patches %patch1001 -p1 @@ -60,6 +61,35 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/RBTools*.egg-info/ %changelog +* Mon Jan 28 2013 Stephen Gallagher - 0.4.3-1 +- New upstream release 0.4.3 +- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4.3/ +- New Features: + * Added support for posting from Bazaar repositories + * Passing --basedir to post-review will override the computed base + directory used for Subversion diffs + * Added better support for moved files in Perforce +- Bug Fixes: + * General: + * Fixed problems authenticating with the server when anonymous access is + disabled + * Fixed loading settings from the user’s ~/.reviewboardrc when it’s the + only .reviewboardrc in the search path + * Fixed a crash when the user’s home directory isn’t writable + * Added a fallback when failing to get the API version from a Review + Board server + * The "Username" prompt is now printed to stderr instead of stdout, to + match the “Password” prompt’s inputted text + * Unicode URLs are now encoded as UTF-8, preventing an encoding conflict + when talking to Review Board + * Git: + * Git diffs no longer contain move/rename information if the Review Board + server doesn’t support it + * Mercurial: + * Fixed --guess-summary when it has newline characters in it + * Subversion: + * Fixed problems generating diffs containing deleted files + * Fri Nov 16 2012 - Stephen Gallagher - 0.4.2-1 - New upstream release 0.4.2 - http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4.2/ diff --git a/sources b/sources index dc50de5..f291fc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b736c24eeeefaf859a64f6e73f00e930 RBTools-0.4.2.tar.gz +fc76cbe3a9f023a012966577bdd300d6 RBTools-0.4.3.tar.gz