From: Elan Ruusamäe Date: Fri, 18 Jan 2013 15:14:05 +0000 (+0200) Subject: up to 0.13 2012-02-29 X-Git-Tag: auto/th/bzr-fastimport-0.13.0-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=38d21f3e95325d2a043ae7a0551b436a8ad70f55;p=packages%2Fbzr-fastimport.git up to 0.13 2012-02-29 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) --- diff --git a/bzr-fastimport.spec b/bzr-fastimport.spec index 4bb4157..2461b43 100644 --- a/bzr-fastimport.spec +++ b/bzr-fastimport.spec @@ -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]