Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2013-12-13 11:56:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreutils (Old)
 and      /work/SRC/openSUSE:Factory/.coreutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes    
2013-12-09 16:54:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes       
2013-12-13 11:56:25.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 11 20:22:47 UTC 2013 - [email protected]
+
+- Avoid false sort test failure (coreutils-i18n.patch):
+  As for the C locale, skip the multi-byte test case
+  'output-is-input-mb.p'.
+
+-------------------------------------------------------------------
coreutils.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
coreutils.spec: same change

++++++ coreutils-i18n.patch ++++++
--- /var/tmp/diff_new_pack.EkbU09/_old  2013-12-13 11:56:26.000000000 +0100
+++ /var/tmp/diff_new_pack.EkbU09/_new  2013-12-13 11:56:26.000000000 +0100
@@ -4476,6 +4476,14 @@
  @Tests = triple_test \@Tests;
  
  # Remember that triple_test creates from each test with exactly one "IN"
+@@ -424,6 +460,7 @@ foreach my $t (@Tests)
+ # Remove the IN_PIPE version of the "output-is-input" test above.
+ # The others aren't susceptible because they have three inputs each.
+ @Tests = grep {$_->[0] ne 'output-is-input.p'} @Tests;
++@Tests = grep {$_->[0] ne 'output-is-input-mb.p'} @Tests;
+ 
+ my $save_temps = $ENV{DEBUG};
+ my $verbose = $ENV{VERBOSE};
 Index: tests/misc/unexpand.pl
 ===================================================================
 --- tests/misc/unexpand.pl.orig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to