Hello community, here is the log from the commit of package ocaml for openSUSE:Factory checked in at 2014-05-02 19:21:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml (Old) and /work/SRC/openSUSE:Factory/.ocaml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ocaml" Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes 2014-02-02 19:10:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ocaml.new/ocaml.changes 2014-05-02 19:21:35.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 1 20:06:12 UTC 2014 - dvaleev@suse.com + +- Enable opt for ppc64le (ocaml-ppc64le.patch) + +------------------------------------------------------------------- New: ---- ocaml-ppc64le.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml.spec ++++++ --- /var/tmp/diff_new_pack.oq5DSs/_old 2014-05-02 19:21:36.000000000 +0200 +++ /var/tmp/diff_new_pack.oq5DSs/_new 2014-05-02 19:21:36.000000000 +0200 @@ -23,7 +23,7 @@ Release: 0 %define doc_version 4.01 %define do_opt 0 -%ifarch %arm %ix86 ppc ppc64 x86_64 +%ifarch %arm %ix86 ppc ppc64 ppc64le x86_64 %define do_opt 1 %endif # http://caml.inria.fr/pub/distrib/ocaml-%{doc_version}/ @@ -44,6 +44,8 @@ Patch8: ocaml-yacc-Use-mkstemp-instead-of-mktemp.patch # FIX-UPSTREAM enable build on PowerPC 64bit platform. Patch9: ocaml-ppc64.patch +# FIX-UPSTREAM enable build on PowerPC 64bit LE platform. +Patch10: ocaml-ppc64le.patch Url: http://caml.inria.fr/ Summary: The Objective Caml Compiler and Programming Environment License: QPL-1.0 and SUSE-LGPL-2.0-with-linking-exception @@ -260,6 +262,7 @@ %patch7 %patch8 -p1 %patch9 -p1 +%patch10 -p1 find -name ".cvsignore" | xargs -r rm -f @@ -273,7 +276,7 @@ # For ppc64 we need a larger stack than default to compile some files # because the stages in the OCaml compiler are not mutually tail # recursive. -%ifarch ppc64 +%ifarch ppc64 ppc64le ulimit -a ulimit -Hs 65536 ulimit -Ss 65536 ++++++ ocaml-ppc64le.patch ++++++ ++++ 1902 lines (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org