Hello community,

here is the log from the commit of package ocaml for openSUSE:Factory checked 
in at 2020-04-15 19:52:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml"

Wed Apr 15 19:52:49 2020 rev:77 rq:793518 version:4.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes      2020-03-24 
22:31:44.961071419 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml.new.2738/ocaml.changes    2020-04-15 
19:52:50.753554383 +0200
@@ -1,0 +2,11 @@
+Sun Apr 12 12:12:12 UTC 2020 - [email protected]
+
+- Fix floating point expectation on arm32 hardfloat targets
+  by overriding rpm host triple with config.guess output (ocaml#9431)
+
+-------------------------------------------------------------------
+Wed Apr  8 16:16:16 UTC 2020 - [email protected]
+
+- Fix typo in ocaml-configure-Allow-user-defined-C-compiler-flags.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml.spec ++++++
--- /var/tmp/diff_new_pack.aY26qA/_old  2020-04-15 19:52:51.413554680 +0200
+++ /var/tmp/diff_new_pack.aY26qA/_new  2020-04-15 19:52:51.417554681 +0200
@@ -161,6 +161,11 @@
 %endif
 export EXTRA_CFLAGS='-Werror=implicit-function-declaration -Werror=return-type'
 bash -x autogen
+%ifarch %arm
+: OCaml issue #9431
+triple_fault=`/bin/sh build-aux/config.guess`
+configure_target="${configure_target} --host=${triple_fault} 
--build=${triple_fault}"
+%endif
 ./configure --help
 %configure \
        ${configure_target} \

++++++ ocaml-configure-Allow-user-defined-C-compiler-flags.patch ++++++
--- /var/tmp/diff_new_pack.aY26qA/_old  2020-04-15 19:52:51.445554694 +0200
+++ /var/tmp/diff_new_pack.aY26qA/_new  2020-04-15 19:52:51.445554694 +0200
@@ -12,7 +12,7 @@
    [default_safe_string=false],
    [default_safe_string=true])
  
-++# Allow user defined C Compiler flags
++# Allow user defined C Compiler flags
 +common_cflags="$common_cflags $EXTRA_CFLAGS"
 +
  oc_cflags="$common_cflags $internal_cflags"


Reply via email to