Hello community, here is the log from the commit of package mpfr for openSUSE:Factory checked in at 2019-07-21 11:28:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpfr (Old) and /work/SRC/openSUSE:Factory/.mpfr.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpfr" Sun Jul 21 11:28:42 2019 rev:51 rq:715477 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mpfr/mpfr.changes 2019-02-08 12:08:00.589590645 +0100 +++ /work/SRC/openSUSE:Factory/.mpfr.new.4126/mpfr.changes 2019-07-21 11:28:44.148834150 +0200 @@ -1,0 +2,6 @@ +Mon Jul 15 11:26:24 UTC 2019 - Martin Liška <[email protected]> + +- Add floating-point-format-no-lto.patch in order to fix assembler scanning + (boo#1141190). + +------------------------------------------------------------------- New: ---- floating-point-format-no-lto.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpfr.spec ++++++ --- /var/tmp/diff_new_pack.baqC0Z/_old 2019-07-21 11:28:44.680834061 +0200 +++ /var/tmp/diff_new_pack.baqC0Z/_new 2019-07-21 11:28:44.680834061 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,13 +20,14 @@ Version: 4.0.2 Release: 0 Summary: The GNU multiple-precision floating-point library -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Url: http://www.mpfr.org/ Source0: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2 Source1: http://www.mpfr.org/mpfr-%{version}/mpfr-%{version}.tar.bz2.asc Source2: %{name}.keyring Source3: baselibs.conf +Patch0: floating-point-format-no-lto.patch BuildRequires: gmp-devel BuildRequires: pkgconfig @@ -67,6 +68,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ floating-point-format-no-lto.patch ++++++ diff --git a/configure b/configure index 6581c68..a82593c 100755 --- a/configure +++ b/configure @@ -16158,7 +16158,7 @@ foo_t foo = { }; EOF - mpfr_compile="$CC $CFLAGS $CPPFLAGS -c conftest.c >&5 2>&1" + mpfr_compile="$CC $CFLAGS $CPPFLAGS -c conftest.c -fno-lto >&5 2>&1" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$mpfr_compile\""; } >&5 (eval $mpfr_compile) 2>&5 ac_status=$?
