[perl-Net-Pcap] patch to workaround ExtUtils::CBuilder behavior change

Iain Arnell iarnell at fedoraproject.org
Fri Jun 17 14:15:51 UTC 2011


commit eaf426bdd1d0238fb379509c13de99ed0a50e37d
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Jun 17 16:15:07 2011 +0200

    patch to workaround ExtUtils::CBuilder behavior change

 perl-Net-Pcap.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-Pcap.spec b/perl-Net-Pcap.spec
index 8479153..e10cc45 100644
--- a/perl-Net-Pcap.spec
+++ b/perl-Net-Pcap.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-Pcap
 Version:        0.16
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Interface to pcap(3) LBL packet capture library
 
 Group:          Development/Libraries
@@ -9,6 +9,8 @@ URL:            http://search.cpan.org/dist/Net-Pcap/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-%{version}.tar.gz
 # https://rt.cpan.org/Ticket/Display.html?id=55163
 Patch0:         net-pcap-0.16-eg-pcapdump.patch
+# see http://rt.perl.org/rt3/Public/Bug/Display.html?id=89478
+Patch1:         perl-5.14.0-cflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
@@ -23,6 +25,7 @@ perl-Net-Pcap provides Perl bindings to the LBL pcap(3) library.
 %prep
 %setup -q -n Net-Pcap-%{version}
 %patch0 -p1
+%patch1 -p1
 
 for f in README Changes ; do
   iconv -f iso-8859-1 -t utf-8 $f >$f.conv && mv -f $f.conv $f
@@ -65,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 17 2011 Iain Arnell <iarnell at gmail.com> 0.16-11
+- patch to workaround ExtUtils::CBuilder behavior change
+  see http://rt.perl.org/rt3/Public/Bug/Display.html?id=89478
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.16-10
 - Perl mass rebuild
 


More information about the scm-commits mailing list