diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec index ce2d466..0247d72 100644 --- a/perl-NetAddr-IP.spec +++ b/perl-NetAddr-IP.spec @@ -1,5 +1,5 @@ Name: perl-NetAddr-IP -Version: 4.071 +Version: 4.072 Release: 1%{?dist} Summary: Manages IPv4 and IPv6 addresses and subnets # Lite/Util/Util.xs is GPLv2+ @@ -16,6 +16,7 @@ BuildRequires: perl(Exporter) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Getopt::Long) BuildRequires: perl(Math::BigInt) +BuildRequires: perl(Pod::Text) BuildRequires: perl(Test::More) BuildRequires: perl(Socket) BuildRequires: perl(Socket6) @@ -56,6 +57,11 @@ make test %{_mandir}/man3/NetAddr::IP::UtilPP.3pm* %changelog +* Tue Jan 28 2014 Paul Howarth - 4.072-1 +- Update to 4.072 + - Modify Makefile.PL to bypass missing 'pod2text' +- BR: perl(Pod::Text) to ensure we get pod2text + * Tue Oct 1 2013 Paul Howarth - 4.071-1 - Update to 4.071 - Add method "canon" diff --git a/sources b/sources index 1a2ff3c..166b833 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0da45422022fdf1ccfa90b8068d782b NetAddr-IP-4.071.tar.gz +7764bf54881cd014880c0b77161f16aa NetAddr-IP-4.072.tar.gz