From 4f4cab0c71c0dcdadd27a261529dff7b2b0fdde1 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 6 May 2016 10:42:43 +0100
Subject: Update to 0.18

- New upstream release 0.18
  - Leading 0s in IPv6 addresses are ok
- Simplify find command using -delete
---
 .gitignore         |  1 +
 perl-Net-CIDR.spec | 14 +++++++++++---
 sources            |  2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8424152..dd59cc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Net-CIDR-0.14.tar.gz
 /Net-CIDR-0.15.tar.gz
 /Net-CIDR-0.17.tar.gz
+/Net-CIDR-0.18.tar.gz
diff --git a/perl-Net-CIDR.spec b/perl-Net-CIDR.spec
index 60ddf98..3238abb 100644
--- a/perl-Net-CIDR.spec
+++ b/perl-Net-CIDR.spec
@@ -1,12 +1,15 @@
 Name:           perl-Net-CIDR
-Version:        0.17
-Release:        6%{?dist}
+Version:        0.18
+Release:        1%{?dist}
 Summary:        Manipulate IPv4/IPv6 netblocks in CIDR notation
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Net-CIDR/
 Source0:        
http://www.cpan.org/authors/id/M/MR/MRSAM/Net-CIDR-%{version}.tar.gz
 BuildArch:      noarch
 # Module Build
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -31,7 +34,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -48,6 +51,11 @@ make test
 %{_mandir}/man3/Net::CIDR.3*
 
 %changelog
+* Fri May  6 2016 Paul Howarth <p...@city-fan.org> - 0.18-1
+- Update to 0.18
+  - Leading 0s in IPv6 addresses are ok
+- Simplify find command using -delete
+
 * Mon Nov 17 2014 Paul Howarth <p...@city-fan.org> - 0.17-6
 - Use %%license where possible
 - Classify buildreqs by usage
diff --git a/sources b/sources
index ccbb2b8..ccb219b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4632887a13663c7ba769bd6ba1b3c26  Net-CIDR-0.17.tar.gz
+adbaec40824a1b7144a4ace86e55b94e  Net-CIDR-0.18.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Net-CIDR.git/commit/?h=epel7&id=4f4cab0c71c0dcdadd27a261529dff7b2b0fdde1
--
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