Hello community, here is the log from the commit of package aranym for openSUSE:Factory checked in at 2019-07-15 22:44:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aranym (Old) and /work/SRC/openSUSE:Factory/.aranym.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aranym" Mon Jul 15 22:44:04 2019 rev:42 rq:714519 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/aranym/aranym.changes 2019-06-19 20:57:47.773949832 +0200 +++ /work/SRC/openSUSE:Factory/.aranym.new.1887/aranym.changes 2019-07-15 22:44:05.951901101 +0200 @@ -1,0 +2,5 @@ +Wed Jul 10 17:13:40 UTC 2019 - Andreas Schwab <[email protected]> + +- lto.patch: force no LTO during floating point format detection + +------------------------------------------------------------------- New: ---- lto.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aranym.spec ++++++ --- /var/tmp/diff_new_pack.KDQPve/_old 2019-07-15 22:44:06.639900937 +0200 +++ /var/tmp/diff_new_pack.KDQPve/_new 2019-07-15 22:44:06.643900937 +0200 @@ -26,6 +26,7 @@ Source: %{name}-%{version}.tar.gz Source1: afros812.zip Patch: pow10.patch +Patch1: lto.patch BuildRequires: Mesa-devel BuildRequires: SDL-devel BuildRequires: SDL_image-devel @@ -70,6 +71,7 @@ %prep %setup -q -a 1 %patch -p1 +%patch1 -p1 # Don't remove -g from CFLAGS sed -i -e 's,/-g,/-:,' configure.ac configure ++++++ lto.patch ++++++ Index: aranym-1.1.0/configure =================================================================== --- aranym-1.1.0.orig/configure +++ aranym-1.1.0/configure @@ -12354,6 +12354,8 @@ struct possibility table [] = C(-5.22995989424860458374e+10) /* IBMHEXFP - s/390 format, EBCDIC */ }; EOF +ac_save_CFLAGS=$CFLAGS +CFLAGS="$CFLAGS -fno-lto" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -12389,6 +12391,7 @@ if { { eval echo "\"\$as_me\":${as_linen else as_fn_error $? "compile failed" "$LINENO" 5 fi +CFLAGS=$ac_save_CFLAGS rm -rf conftest* ac_ext=c ac_cpp='$CPP $CPPFLAGS' Index: aranym-1.1.0/m4/float.m4 =================================================================== --- aranym-1.1.0.orig/m4/float.m4 +++ aranym-1.1.0/m4/float.m4 @@ -23,6 +23,8 @@ cat > conftest.$ac_ext <<EOF #include "confdefs.h" $1 ]EOF +ac_save_CFLAGS=$CFLAGS +CFLAGS="$CFLAGS -fno-lto" if AC_TRY_EVAL(ac_compile); then od -c conftest.o | sed ['s/^[0-7]*[ ]*/ / @@ -39,6 +41,7 @@ ifelse($3, , , else $3 )dnl fi +CFLAGS=$ac_save_CFLAGS rm -rf conftest* AC_LANG_RESTORE])
