Update to 4.079

- New upstream release 4.079
  - Correct non-suppression of leading zeros in certain instances of new_no use
  - Put in missing code to propagate NetAddr::IP::Lite :nofqdn to IP.pm
- Explicitly BR: perl-devel, needed for EXTERN.h
- Simplify find commands using -empty and -delete
This commit is contained in:
Paul Howarth 2016-03-27 16:55:43 +01:00
parent c1fd16650f
commit 35c1d50f74
2 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-NetAddr-IP
Version: 4.078
Release: 2%{?dist}
Version: 4.079
Release: 1%{?dist}
Summary: Manages IPv4 and IPv6 addresses and subnets
# Lite/Util/Util.xs is GPLv2+
# Other files are (GPLv2+ or Artistic clarified)
@ -14,6 +14,7 @@ BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl(Config)
BuildRequires: perl(Cwd)
BuildRequires: perl(ExtUtils::MakeMaker)
@ -57,8 +58,8 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}
%check
@ -80,6 +81,13 @@ make test
%{_mandir}/man3/NetAddr::IP::UtilPP.3*
%changelog
* Sun Mar 27 2016 Paul Howarth <paul@city-fan.org> - 4.079-1
- Update to 4.079
- Correct non-suppression of leading zeros in certain instances of new_no use
- Put in missing code to propagate NetAddr::IP::Lite :nofqdn to IP.pm
- Explicitly BR: perl-devel, needed for EXTERN.h
- Simplify find commands using -empty and -delete
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.078-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
bca8406520b6535a3f9661d385705d97 NetAddr-IP-4.078.tar.gz
990dfcbffae356835c536e8ab56a2880 NetAddr-IP-4.079.tar.gz