rpms/perl-NetAddr-IP/EL-5 License_of_perl-NetAddr-IP.txt, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-NetAddr-IP.spec, 1.1, 1.2 sources, 1.2, 1.3

Warren Togami 砥上勇 wtogami at fedoraproject.org
Thu Sep 17 19:05:48 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15376

Modified Files:
	.cvsignore perl-NetAddr-IP.spec sources 
Added Files:
	License_of_perl-NetAddr-IP.txt 
Log Message:
Upgrade EPEL-5 to perl-NetAddr-IP-4.027.  NetAddr:IP is a new hard
requirement of spamassassin-3.3.0, and < 4.007 has serious bugs.



--- NEW FILE License_of_perl-NetAddr-IP.txt ---
Subject: Re: License of perl-NetAddr-IP
From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= <lem at itverx.com.ve>
To: "Tom \"spot\" Callaway" <tcallawa at redhat.com>
Date: Thu, 07 Aug 2008 11:16:59 -0430

On Thu, 2008-08-07 at 10:55 -0400, Tom "spot" Callaway wrote:
> I've been trying to contact you over the last year without any luck.
> Currently, Fedora is including NetAddr::IP, which is licensed under
> the
> Artistic 1.0 license. This license is no longer a permitted license in
> Fedora.

Hi Tom and thanks for getting in touch.

Why do you say that the code is licensed under the 1.0 license?

According to this excerpt (from
http://search.cpan.org/src/LUISMUNOZ/NetAddr-IP-4.007/README )...

# LICENSE AND WARRANTY
# 
# This software is (c) Luis E. Muñoz and Michael A. Robinton.  It can be
# used under the terms of the perl artistic license provided that proper
# credit for the work of the authors is  preserved in  the form  of this 
# copyright  notice and license for this module.

... there is no mention to a specific version number for the license.

> [...] We have several other popular applications which depend on your
> code, so
> I am hopeful that you will be willing to relicense (either to Artistic
> 2.0 or any other license of your choice on this list:
> http://fedoraproject.org/wiki/Licensing#Good_Licenses ) or dual
> license
> (for example, the same license as perl, GPL+ or Artistic).

I would be willing to relicense to Artistic 2.0 if need be. However, the
code is rather stable at this time. I think it would not be a wise use
of time to start tracking "upstream license version number" as well :-)

Regards.

-lem


Subject: Re: License of perl-NetAddr-IP
From: "Luis E." =?ISO-8859-1?Q?Mu=F1oz?= <lem at itverx.com.ve>
To: "Tom \"spot\" Callaway" <tcallawa at redhat.com>
Date: Thu, 07 Aug 2008 12:06:33 -0430

On Thu, 2008-08-07 at 11:57 -0400, Tom "spot" Callaway wrote:
> In the interim, will you give Fedora permission to distribute this
> code
> under Artistic 2.0?

Of course. I'll tack a note to update the wording in the next release.

Best regards.

-lem



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	16 May 2007 21:02:56 -0000	1.2
+++ .cvsignore	17 Sep 2009 19:05:47 -0000	1.3
@@ -1 +1 @@
-NetAddr-IP-4.004.tar.gz
+NetAddr-IP-4.027.tar.gz


Index: perl-NetAddr-IP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5/perl-NetAddr-IP.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-NetAddr-IP.spec	16 May 2007 21:02:56 -0000	1.1
+++ perl-NetAddr-IP.spec	17 Sep 2009 19:05:48 -0000	1.2
@@ -1,13 +1,16 @@
 Name:           perl-NetAddr-IP
-Version:        4.004
-Release:        2%{?dist}
+Version:        4.027
+Release:        1%{?dist}
 Summary:        Manages IPv4 and IPv6 addresses and subnets
-License:        Artistic
+# Upstream explicitly gave permission for us to distribute under Artistic 2.0
+# Will be reflected in next release.
+License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/NetAddr-IP/
 Source0:        http://www.cpan.org/modules/by-module/NetAddr/NetAddr-IP-%{version}.tar.gz
+Source1:	License_of_perl-NetAddr-IP.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -18,6 +21,7 @@ Math::BigInt as in previous versions.
 
 %prep
 %setup -q -n NetAddr-IP-%{version}
+cp %{SOURCE1} .
 
 # Fix UTF-8
 iconv -f ISO_8859-1 -t UTF-8 -o tmp.pm IP.pm &&
@@ -50,13 +54,38 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README TODO docs/rfc1884.txt
+%doc Changes README TODO docs/rfc1884.txt License_of_perl-NetAddr-IP.txt
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/NetAddr*
 %{_mandir}/man3/*
 
 %changelog
-* Thu Apr 26 2007 * Thu Apr 12 2007 Andreas Thienemann <andreas at bawue.net> 4.004-2
+* Wed Sep 16 2009 Warren Togami <wtogami at redhat.com> - 4.027-1
+- 4.027
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.007-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.007-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4.007-3
+- fix license tag
+
+* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa at redhat.com> 4.007-2
+- rebuild for new perl
+
+* Tue Feb 12 2008 Andreas Thienemann <athienem at redhat.com> 4.007-1
+- Updated to 4.007
+- Rebuilt against gcc-4.3
+
+* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 4.004-4
+- Rebuild for selinux ppc32 issue.
+
+* Tue Jul 10 2007 Andreas Thienemann <andreas at bawue.net> 4.004-3
+- Fixed missing BR on rawhide
+
+* Thu Apr 26 2007 Andreas Thienemann <andreas at bawue.net> 4.004-2
 - Moar docs!
 
 * Thu Apr 12 2007 Andreas Thienemann <andreas at bawue.net> 4.004-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-NetAddr-IP/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	16 May 2007 21:02:56 -0000	1.2
+++ sources	17 Sep 2009 19:05:48 -0000	1.3
@@ -1 +1 @@
-4f0ef938abf0b1e43ca96fb0068381df  NetAddr-IP-4.004.tar.gz
+c4a21a76e5b1b9f4c8e9810b78559d7b  NetAddr-IP-4.027.tar.gz




More information about the fedora-extras-commits mailing list