commit grep for openSUSE:Factory
Hello community, here is the log from the commit of package grep for openSUSE:Factory checked in at 2011-10-30 14:42:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grep (Old) and /work/SRC/openSUSE:Factory/.grep.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "grep", Maintainer is "jsmeix@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/grep/grep.changes 2011-10-03 09:20:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.grep.new/grep.changes 2011-10-30 14:42:12.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Oct 29 14:09:48 UTC 2011 - meissner@suse.com + +- disable the long double checks on ppc* as they dont meet + the preconditions in their double vs long double usage. + +------------------------------------------------------------------- New: ---- grep-ppc-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grep.spec ++++++ --- /var/tmp/diff_new_pack.SiHjTd/_old 2011-10-30 14:42:13.000000000 +0100 +++ /var/tmp/diff_new_pack.SiHjTd/_new 2011-10-30 14:42:13.000000000 +0100 @@ -33,6 +33,7 @@ Summary: Print lines matching a pattern Source: grep-%{version}.tar.bz2 Patch0: fix-testsuite.diff +Patch1: grep-ppc-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,6 +48,11 @@ %endif %patch0 +# If you platform Long Double and Double to not match as expected +%ifarch ppc ppc64 +%patch1 -p1 +%endif + %build %if 0%{?suse_version} < 1120 %configure -C --bindir=/bin --disable-silent-rules --without-included-regex ++++++ grep-ppc-fix.patch ++++++ Index: grep-2.9/gnulib-tests/test-float.c =================================================================== --- grep-2.9.orig/gnulib-tests/test-float.c +++ grep-2.9/gnulib-tests/test-float.c @@ -361,16 +361,6 @@ main () test_float (); test_double (); - { - DECL_LONG_DOUBLE_ROUNDING - - BEGIN_LONG_DOUBLE_ROUNDING (); - - test_long_double (); - - END_LONG_DOUBLE_ROUNDING (); - } - return 0; } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de