pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bzr Update to 1.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4cd0d1b66a88
branches:  trunk
changeset: 542152:4cd0d1b66a88
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon May 05 11:17:51 2008 +0000

description:
Update to 1.4:

This release of Bazaar includes handy improvements to the speed of log and
status, new options for several commands, improved documentation, and better
hooks, including initial code for server-side hooks.  A number of bugs have
been fixed, particularly in interoperability between different formats or
different releases of Bazaar over there network.  There's been substantial
internal work in both the repository and network code to enable new features
and faster performance.

BUG FIXES:

* Pushing a branch in "dirstate" format (Branch5) over bzr+ssh would break
  if the remote server was < version 1.2.  This was due to a bug in the
  RemoteRepository.get_parent_map() fallback code.
  (John Arbash Meinel, Andrew Bennetts, #214894)

diffstat:

 devel/bzr/Makefile |   4 ++--
 devel/bzr/PLIST    |  17 +++++++++++++----
 devel/bzr/distinfo |   8 ++++----
 3 files changed, 19 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r ce467c5aa02a -r 4cd0d1b66a88 devel/bzr/Makefile
--- a/devel/bzr/Makefile        Mon May 05 10:59:55 2008 +0000
+++ b/devel/bzr/Makefile        Mon May 05 11:17:51 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2008/04/25 20:39:08 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2008/05/05 11:17:51 xtraeme Exp $
 #
 
-DISTNAME=              bzr-1.3.1
+DISTNAME=              bzr-1.4
 CATEGORIES=            devel scm
 MASTER_SITES=          http://bazaar-vcs.org/releases/src/
 
diff -r ce467c5aa02a -r 4cd0d1b66a88 devel/bzr/PLIST
--- a/devel/bzr/PLIST   Mon May 05 10:59:55 2008 +0000
+++ b/devel/bzr/PLIST   Mon May 05 11:17:51 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2008/04/07 20:10:10 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.17 2008/05/05 11:17:51 xtraeme Exp $
 bin/bzr
 ${PYSITELIB}/bzrlib/__init__.py
 ${PYSITELIB}/bzrlib/__init__.pyc
@@ -960,6 +960,18 @@
 ${PYSITELIB}/bzrlib/tests/stub_sftp.py
 ${PYSITELIB}/bzrlib/tests/stub_sftp.pyc
 ${PYSITELIB}/bzrlib/tests/stub_sftp.pyo
+${PYSITELIB}/bzrlib/tests/test_mutabletree.py
+${PYSITELIB}/bzrlib/tests/test_mutabletree.pyc
+${PYSITELIB}/bzrlib/tests/test_mutabletree.pyo
+${PYSITELIB}/bzrlib/tests/test_revisionspec.py
+${PYSITELIB}/bzrlib/tests/test_revisionspec.pyc
+${PYSITELIB}/bzrlib/tests/test_revisionspec.pyo
+${PYSITELIB}/bzrlib/tests/test_uncommit.py
+${PYSITELIB}/bzrlib/tests/test_uncommit.pyc
+${PYSITELIB}/bzrlib/tests/test_uncommit.pyo
+${PYSITELIB}/bzrlib/transport/nosmart.py
+${PYSITELIB}/bzrlib/transport/nosmart.pyc
+${PYSITELIB}/bzrlib/transport/nosmart.pyo
 ${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.py
 ${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyc
 ${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyo
@@ -1226,9 +1238,6 @@
 ${PYSITELIB}/bzrlib/tests/test_revision.py
 ${PYSITELIB}/bzrlib/tests/test_revision.pyc
 ${PYSITELIB}/bzrlib/tests/test_revision.pyo
-${PYSITELIB}/bzrlib/tests/test_revisionnamespaces.py
-${PYSITELIB}/bzrlib/tests/test_revisionnamespaces.pyc
-${PYSITELIB}/bzrlib/tests/test_revisionnamespaces.pyo
 ${PYSITELIB}/bzrlib/tests/test_revisiontree.py
 ${PYSITELIB}/bzrlib/tests/test_revisiontree.pyc
 ${PYSITELIB}/bzrlib/tests/test_revisiontree.pyo
diff -r ce467c5aa02a -r 4cd0d1b66a88 devel/bzr/distinfo
--- a/devel/bzr/distinfo        Mon May 05 10:59:55 2008 +0000
+++ b/devel/bzr/distinfo        Mon May 05 11:17:51 2008 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2008/04/16 14:44:43 xtraeme Exp $
+$NetBSD: distinfo,v 1.20 2008/05/05 11:17:51 xtraeme Exp $
 
-SHA1 (bzr-1.3.1.tar.gz) = b75745eb668972df895cbfa1164d3e894f5db027
-RMD160 (bzr-1.3.1.tar.gz) = ecf546b7d60f121acc885d797449214aa3eff7cb
-Size (bzr-1.3.1.tar.gz) = 3478063 bytes
+SHA1 (bzr-1.4.tar.gz) = 167460c57ca0d2983ccb9e9ecf8b673f4ca7566d
+RMD160 (bzr-1.4.tar.gz) = 70f3686aa1aaa6e36b93962fe24b955aa0bd5552
+Size (bzr-1.4.tar.gz) = 3506804 bytes
 SHA1 (patch-aa) = 8eda90885b3127525330cd3432538fb2b4df98c1
 SHA1 (patch-ab) = 2213a002f9bc0f5baba0554b6b375becf4d98d9c



Home | Main Index | Thread Index | Old Index