From 35c1d50f74f68b30facdc7e408a12062248bad21 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sun, 27 Mar 2016 16:55:43 +0100
Subject: 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
---
 perl-NetAddr-IP.spec | 16 ++++++++++++----
 sources              |  2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)

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 <p...@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 <rel...@fedoraproject.org> - 
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
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-NetAddr-IP.git/commit/?h=f24&id=35c1d50f74f68b30facdc7e408a12062248bad21
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to