commit 712fd1da14bf14ab166eac9fcdd16cf103cda9da Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Wed Oct 26 09:27:42 2011 +0100 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 ...4.049-UTF8.patch => NetAddr-IP-4.050-UTF8.patch | 6 ++-- perl-NetAddr-IP.spec | 22 ++++++++++++++++++- sources | 2 +- 3 files changed, 24 insertions(+), 6 deletions(-) --- diff --git a/NetAddr-IP-4.049-UTF8.patch b/NetAddr-IP-4.050-UTF8.patch similarity index 93% rename from NetAddr-IP-4.049-UTF8.patch rename to NetAddr-IP-4.050-UTF8.patch index dbe0c58..076ad0a 100644 --- a/NetAddr-IP-4.049-UTF8.patch +++ b/NetAddr-IP-4.050-UTF8.patch @@ -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�E<lt>luismunoz@xxxxxxxxx<gt>, +Luis E. Muñoz E<lt>luismunoz@xxxxxxxxx<gt>, Michael Robinton E<lt>michael@xxxxxxxxxxxxxxx<gt> =head1 WARRANTY -@@ -1391,7 +1391,7 @@ +@@ -1484,7 +1484,7 @@ =head1 COPYRIGHT diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec index 3bd2bb5..c642971 100644 --- a/perl-NetAddr-IP.spec +++ b/perl-NetAddr-IP.spec @@ -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@xxxxxxxxxxxx> 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@xxxxxxxxxxxx> - 4.049-1 - update to 4.049 - in Lite v1.32: diff --git a/sources b/sources index afe438a..0d653bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3021d2db44fe151012b7fcef99127cc4 NetAddr-IP-4.049.tar.gz +703eedbb46ea57330a20b94c07430923 NetAddr-IP-4.052.tar.gz
-- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel