diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec index 9c282e2..4cf4d4e 100644 --- a/perl-NetAddr-IP.spec +++ b/perl-NetAddr-IP.spec @@ -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 - 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 - 4.078-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 1f68d3f..34c294a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bca8406520b6535a3f9661d385705d97 NetAddr-IP-4.078.tar.gz +990dfcbffae356835c536e8ab56a2880 NetAddr-IP-4.079.tar.gz