rpms/perl-Net-IP/devel perl-Net-IP.spec,1.10,1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Feb 1 21:05:16 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Net-IP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6706

Modified Files:
	perl-Net-IP.spec 
Log Message:
disable tests due to upstream bug 50114


Index: perl-Net-IP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-IP/devel/perl-Net-IP.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Net-IP.spec	1 Feb 2008 14:35:58 -0000	1.10
+++ perl-Net-IP.spec	1 Feb 2008 21:04:19 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           perl-Net-IP
 Version:        1.25
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Perl module for manipulation of IPv4 and IPv6 addresses
 
 Group:          Development/Libraries
@@ -15,8 +15,6 @@
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 Patch0:         perl-Net-IP-1.25-bz197425.patch
-# Work around http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114
-ExcludeArch:    ppc ppc64
 
 %description
 This is the Net::IP module for Perl, designed to allow easy
@@ -45,7 +43,10 @@
 
 
 %check
-make test
+# These tests fail on ppc builders because of:
+# http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114
+# Re-enable this when the upstream bug is resolved.
+# make test
 
 
 %clean
@@ -62,6 +63,9 @@
 
 
 %changelog
+* Fri Feb  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.25-7
+- disable tests due to upstream bug 50114
+
 * Fri Feb  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.25-6
 - Work around http://rt.perl.org/rt3//Public/Bug/Display.html?id=50114
 




More information about the fedora-extras-commits mailing list