[bzr-fastimport] added a note to the spec about incorrect license header

Dan Callaghan dcallagh at fedoraproject.org
Fri Oct 14 00:37:25 UTC 2011


commit e47694e12c37c72214847008f349bdf69ce272dc
Author: Dan Callaghan <dcallagh at redhat.com>
Date:   Wed Oct 12 09:35:15 2011 +1000

    added a note to the spec about incorrect license header

 bzr-fastimport.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/bzr-fastimport.spec b/bzr-fastimport.spec
index 46939ff..c536bf0 100644
--- a/bzr-fastimport.spec
+++ b/bzr-fastimport.spec
@@ -1,9 +1,11 @@
 Name:           bzr-fastimport
 Version:        0.11.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Bzr plugin for fast loading of data from other VCS tools
 Group:          Development/Languages
-# some modules in the exporters/ subdir are MIT-licensed
+# Some modules in the exporters/ subdir are MIT-licensed.
+# The header in tests/__init__.py specifies GPLv2 rather than GPLv2+, but this was a typo 
+# fixed upstream: http://bazaar.launchpad.net/~bzr/bzr-fastimport/trunk/revision/336
 License:        GPLv2+ and MIT
 URL:            https://launchpad.net/bzr-fastimport
 Source0:        http://launchpad.net/%{name}/trunk/%{version}/+download/%{name}-%{version}.tar.gz
@@ -45,6 +47,9 @@ chmod 0755 $RPM_BUILD_ROOT%{python_sitelib}/bzrlib/plugins/fastimport/exporters/
 %{python_sitelib}/bzrlib/plugins/fastimport
 
 %changelog
+* Wed Oct 12 2011 Dan Callaghan <dcallagh at redhat.com> - 0.11.0-2
+- added a note to the spec about incorrect license header
+
 * Thu Oct 06 2011 Dan Callaghan <dcallagh at redhat.com> - 0.11.0-1
 - update to 0.11.0
 


More information about the scm-commits mailing list