From 91ce3080a9c2032120e4de35f530c11714933f2d Mon Sep 17 00:00:00 2001
From: Robin Lee <cheese...@fedoraproject.org>
Date: Sun, 26 Oct 2014 18:04:16 +0800
Subject: Update to 1.0.9

---
 .gitignore        |  1 +
 perl-Net-ARP.spec | 13 ++++++++-----
 sources           |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 591c146..6b18656 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Net-ARP-1.0.6.tgz
 /Net-ARP-1.0.8.tgz
+/Net-ARP-1.0.9.tgz
diff --git a/perl-Net-ARP.spec b/perl-Net-ARP.spec
index cf0ba6c..44ffc80 100644
--- a/perl-Net-ARP.spec
+++ b/perl-Net-ARP.spec
@@ -1,8 +1,8 @@
 %define real_name Net-ARP
 
 Name:       perl-Net-ARP
-Version:    1.0.8
-Release:    4%{?dist}
+Version:    1.0.9
+Release:    1%{?dist}
 Summary:    Create and Send ARP Packets 
 Group:      Development/Libraries
 License:    GPLv2
@@ -22,12 +22,12 @@ libraries like Libnet to compile this extension. It uses 
kernel header files
 to create the packets.
 
 %prep
-%setup -q -n %{real_name}-%{version}
-chmod -x README *.pm
+%setup -q -n %{real_name}
+chmod -x README *.pm *.c *.h
 %patch0 -p1 -b .tests
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
@@ -51,6 +51,9 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f 
{} ';'
 %{perl_vendorarch}/auto/Net/
 
 %changelog
+* Sun Oct 26 2014 Robin Lee <cheese...@fedoraproject.org> - 1.0.9-1
+- Update to 1.0.9
+
 * Tue Aug 26 2014 Jitka Plesnikova <jples...@redhat.com> - 1.0.8-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5e123bb..9fcbf6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10aab922a22119e351a87ff925f07311  Net-ARP-1.0.8.tgz
+bb693890d93bc84831663edb1a5c5d45  Net-ARP-1.0.9.tgz
-- 
cgit v0.11.2


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