Hello community, here is the log from the commit of package perl for openSUSE:Factory checked in at 2013-08-13 10:18:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl (Old) and /work/SRC/openSUSE:Factory/.perl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl" Changes: -------- --- /work/SRC/openSUSE:Factory/perl/perl.changes 2013-06-25 17:22:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl.new/perl.changes 2013-08-13 10:18:20.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Aug 8 14:51:42 UTC 2013 - dval...@suse.com + +- skip itimer test from Timer-HiRes for powerpc. Build hosts + are overloaded, building locally shows tests are passed + (skip_time_hires.patch) + +------------------------------------------------------------------- New: ---- skip_time_hires.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl.spec ++++++ --- /var/tmp/diff_new_pack.YANMRu/_old 2013-08-13 10:18:21.000000000 +0200 +++ /var/tmp/diff_new_pack.YANMRu/_new 2013-08-13 10:18:21.000000000 +0200 @@ -38,6 +38,7 @@ Patch5: perl-HiRes.t-timeout.diff Patch6: perl-saverecontext.diff Patch7: perl-db6.diff +Patch8: skip_time_hires.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: perl-base = %version #PreReq: %fillup_prereq @@ -165,6 +166,9 @@ %patch5 %patch6 %patch -P 7 -p1 +%ifarch ppc ppc64 +%patch8 -p1 +%endif %build cp -a lib savelib ++++++ skip_time_hires.patch ++++++ Index: perl-5.18.0/cpan/Time-HiRes/t/itimer.t =================================================================== --- perl-5.18.0.orig/cpan/Time-HiRes/t/itimer.t +++ perl-5.18.0/cpan/Time-HiRes/t/itimer.t @@ -1,5 +1,7 @@ use strict; +use Test::More skip_all => "ppc workers are too busy"; + sub has_symbol { my $symbol = shift; eval "use Time::HiRes qw($symbol)"; -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org