[ocaml] ppc supports natdynlink.

Richard W.M. Jones rjones at fedoraproject.org
Thu Aug 16 09:18:51 UTC 2012


commit 0612b77708b289bd0b4e86a52401fe7f8fdc8898
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Aug 16 10:18:33 2012 +0100

    ppc supports natdynlink.

 ocaml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ocaml.spec b/ocaml.spec
index bdfe9c1..3d5a4f6 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -1,6 +1,6 @@
 Name:           ocaml
 Version:        4.00.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        OCaml compiler and programming environment
 
@@ -76,7 +76,7 @@ ExclusiveArch:  alpha %{arm} ia64 %{ix86} x86_64 ppc ppc64 sparc sparcv9
 %global native_compiler 0
 %endif
 
-%ifarch %{arm} %{ix86} ppc64 sparc sparcv9 x86_64
+%ifarch %{arm} %{ix86} ppc ppc64 sparc sparcv9 x86_64
 %global natdynlink 1
 %else
 %global natdynlink 0
@@ -523,6 +523,9 @@ fi
 
 
 %changelog
+* Thu Aug 16 2012 Richard W.M. Jones <rjones at redhat.com> - 4.00.0-2
+- ppc supports natdynlink.
+
 * Sat Jul 28 2012 Richard W.M. Jones <rjones at redhat.com> - 4.00.0-1
 - Upgrade to OCaml 4.00.0 official release.
 - Remove one patch (add -lpthread) which went upstream.


More information about the scm-commits mailing list