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:
Paul Howarth 2011-10-26 09:27:42 +01:00
parent 18482e8395
commit 712fd1da14
3 changed files with 24 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -1 +1 @@
3021d2db44fe151012b7fcef99127cc4 NetAddr-IP-4.049.tar.gz
703eedbb46ea57330a20b94c07430923 NetAddr-IP-4.052.tar.gz