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:
parent
94eebdf9d5
commit
c5fa95d3ba
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user