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:
parent
c1fd16650f
commit
35c1d50f74
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user