Update to 4.052
- New upstream release 4.052
- In InetBase.pm v0.03:
- Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK
array; modify InetBase.pm to work around this
- Remove reference to Config{osname}
- In Lite.pm v1.35:
- Add support for Math::BigInt to NetAddr::IP::Lite
- Use Math::BigInt::Calc for creating BigInt values and fall back to
NetAddr::IP::Calc if Math::BigInt is not present (fixes CPAN RT#71869)
- BR: perl(Data::Dumper) and perl(Math::BigInt)
- Add runtime dependency on perl(Math::BigInt) for performance and consistency
- Update UTF-8 patch to apply cleanly
This commit is contained in:
parent
18482e8395
commit
712fd1da14
@ -11,16 +11,16 @@
|
||||
copyright notice and license for this module.
|
||||
--- NetAddr-IP/Lite/Lite.pm
|
||||
+++ NetAddr-IP/Lite/Lite.pm
|
||||
@@ -1381,7 +1381,7 @@
|
||||
@@ -1474,7 +1474,7 @@
|
||||
|
||||
=head1 AUTHOR
|
||||
=head1 AUTHORS
|
||||
|
||||
-Luis E. Muñoz E<lt>luismunoz@cpan.orgE<gt>,
|
||||
+Luis E. Muñoz E<lt>luismunoz@cpan.orgE<gt>,
|
||||
Michael Robinton E<lt>michael@bizsystems.comE<gt>
|
||||
|
||||
=head1 WARRANTY
|
||||
@@ -1391,7 +1391,7 @@
|
||||
@@ -1484,7 +1484,7 @@
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
@ -1,19 +1,22 @@
|
||||
Name: perl-NetAddr-IP
|
||||
Version: 4.049
|
||||
Version: 4.052
|
||||
Release: 1%{?dist}
|
||||
Summary: Manages IPv4 and IPv6 addresses and subnets
|
||||
License: GPLv2+
|
||||
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
|
||||
Patch0: NetAddr-IP-4.049-UTF8.patch
|
||||
Patch0: NetAddr-IP-4.050-UTF8.patch
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Math::BigInt)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Socket6)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(Math::BigInt)
|
||||
|
||||
# Don't "provide" private Perl libs or redundant unversioned provides
|
||||
%global __provides_exclude ^(perl\\(NetAddr::IP(::(InetBase|Util(PP)?))?\\)$|Util\\.so)
|
||||
@ -49,12 +52,27 @@ make test
|
||||
%{perl_vendorarch}/auto/NetAddr/
|
||||
%{perl_vendorarch}/NetAddr/
|
||||
%{_mandir}/man3/NetAddr::IP.3pm*
|
||||
%{_mandir}/man3/NetAddr::IP::Calc.3pm*
|
||||
%{_mandir}/man3/NetAddr::IP::InetBase.3pm*
|
||||
%{_mandir}/man3/NetAddr::IP::Lite.3pm*
|
||||
%{_mandir}/man3/NetAddr::IP::Util.3pm*
|
||||
%{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> 4.052-1
|
||||
- update to 4.052
|
||||
- in InetBase.pm v0.03:
|
||||
- Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK
|
||||
array; modify InetBase.pm to work around this
|
||||
- remove reference to Config{osname}
|
||||
- in Lite.pm v1.35:
|
||||
- add support for Math::BigInt to NetAddr::IP::Lite
|
||||
- use Math::BigInt::Calc for creating BigInt values and fall back to
|
||||
NetAddr::IP::Calc if Math::BigInt is not present (fixes CPAN RT#71869)
|
||||
- BR: perl(Data::Dumper) and perl(Math::BigInt)
|
||||
- add runtime dependency on perl(Math::BigInt) for performance and consistency
|
||||
- update UTF-8 patch to apply cleanly
|
||||
|
||||
* Thu Oct 20 2011 Paul Howarth <paul@city-fan.org> - 4.049-1
|
||||
- update to 4.049
|
||||
- in Lite v1.32:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user