]> git.pld-linux.org Git - packages/bzr-fastimport.git/commitdiff
up to 0.13 2012-02-29
authorElan Ruusamäe <glen@delfi.ee>
Fri, 18 Jan 2013 15:14:05 +0000 (17:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 18 Jan 2013 15:15:50 +0000 (17:15 +0200)
Changes
-------

* bzr-fastimport no longer ships exporters for various other version
  control systems. The versions of these exporters shipped with bzr-fastimport
  have been outdated for some time. Better and more recent exporters
  are widely available.

Compatibility
-------------

* Avoid using Tree.inventory directly, which is deprecated in bzr 2.6.
  (Jelmer Vernooij)

* Reimport some modules removed from python-fastimport 0.9.2.
  (Jelmer Vernooij, #693507)

Improvements
------------

* Document the SOURCE argument for ``bzr fast-export``. (Jelmer Vernooij, #672926)

bzr-fastimport.spec

index 4bb41570e0083f1d39f369f9d6169c0470812d29..2461b438ab99eeb2cef61a4dcaedace138c1abcf 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Bzr plugin for fast loading of data from other VCS tools
 Name:          bzr-fastimport
-Version:       0.12.0
+Version:       0.13.0
 Release:       1
 Group:         Development/Languages
 # Some modules in the exporters/ subdir are MIT-licensed.
 License:       GPL v2+ and MIT
 URL:           https://launchpad.net/bzr-fastimport
 Source0:       http://launchpad.net/bzr-fastimport/trunk/%{version}/+download/%{name}-%{version}.tar.gz
-# Source0-md5: be4e2b4b82adab83341d2a606de5ca27
+# Source0-md5: e47115774d44ae0c3b027ae0374aa52e
 BuildRequires: bzr
 BuildRequires: python-distribute
 Requires:      bzr
@@ -56,7 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %dir %{py_sitescriptdir}/bzrlib/plugins/fastimport
 %{py_sitescriptdir}/bzrlib/plugins/fastimport/*.py[co]
-%dir %{py_sitescriptdir}/bzrlib/plugins/fastimport/exporters
-%{py_sitescriptdir}/bzrlib/plugins/fastimport/exporters/*.py[co]
 %dir %{py_sitescriptdir}/bzrlib/plugins/fastimport/processors
 %{py_sitescriptdir}/bzrlib/plugins/fastimport/processors/*.py[co]
This page took 0.097878 seconds and 4 git commands to generate.