Update to 4.078

- New upstream release 4.078
  - Fix typo in Util.pm 1.53 MakefilePL that caused failure to find compiler
This commit is contained in:
Paul Howarth 2015-08-20 11:26:03 +01:00
parent 1ee1947d66
commit 23a89a6f0f
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Name: perl-NetAddr-IP
Version: 4.077
Version: 4.078
Release: 1%{?dist}
Summary: Manages IPv4 and IPv6 addresses and subnets
# Lite/Util/Util.xs is GPLv2+
@ -52,7 +52,7 @@ or IP subnets, that allows for easy manipulations.
%setup -q -n NetAddr-IP-%{version}
%build
CC=gcc perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%install
@ -80,6 +80,10 @@ make test
%{_mandir}/man3/NetAddr::IP::UtilPP.3*
%changelog
* Thu Aug 20 2015 Paul Howarth <paul@city-fan.org> - 4.078-1
- Update to 4.078
- Fix typo in Util.pm 1.53 MakefilePL that caused failure to find compiler
* Fri Aug 14 2015 Paul Howarth <paul@city-fan.org> - 4.077-1
- Update to 4.077
- Added method is_local() to Lite.pm

View File

@ -1 +1 @@
db52dcb07cb2c4fcd72e37a1930f6590 NetAddr-IP-4.077.tar.gz
bca8406520b6535a3f9661d385705d97 NetAddr-IP-4.078.tar.gz