diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec index 6cb97a2..054979d 100644 --- a/perl-NetAddr-IP.spec +++ b/perl-NetAddr-IP.spec @@ -1,8 +1,10 @@ Name: perl-NetAddr-IP Version: 4.066 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Manages IPv4 and IPv6 addresses and subnets -License: GPLv2+ +# Lite/Util/Util.xs is GPLv2+ +# Other files are (GPLv2+ or Artistic clarified) +License: GPLv2+ and (GPLv2+ or Artistic clarified) Group: Development/Libraries URL: http://search.cpan.org/dist/NetAddr-IP/ Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz @@ -59,6 +61,9 @@ make test %{_mandir}/man3/NetAddr::IP::UtilPP.3pm* %changelog +* Tue Nov 27 2012 Petr Pisar - 4.066-2 +- Change license to reflect some files allow Artistic license + * Tue Oct 30 2012 Paul Howarth - 4.066-1 - Update to 4.066 - Support bracketed IPv6 URI notation as described in RFC-3986