Update to 4.072

- New upstream release 4.072
  - Modify Makefile.PL to bypass missing 'pod2text'
- BR: perl(Pod::Text) to ensure we get pod2text
This commit is contained in:
Paul Howarth 2014-01-28 11:38:16 +00:00
parent 94eebdf9d5
commit c5fa95d3ba
2 changed files with 8 additions and 2 deletions

View File

@ -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 <paul@city-fan.org> - 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 <paul@city-fan.org> - 4.071-1
- Update to 4.071
- Add method "canon"

View File

@ -1 +1 @@
f0da45422022fdf1ccfa90b8068d782b NetAddr-IP-4.071.tar.gz
7764bf54881cd014880c0b77161f16aa NetAddr-IP-4.072.tar.gz