commit 91ce3080a9c2032120e4de35f530c11714933f2d Author: Robin Lee <cheeselee@xxxxxxxxxxxxxxxxx> Date: Sun Oct 26 18:04:16 2014 +0800 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 <cheeselee@xxxxxxxxxxxxxxxxx> - 1.0.9-1 +- Update to 1.0.9 + * Tue Aug 26 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 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 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel