[ocaml-ounit] Remove workaround for code gen bug and try building against

Richard W.M. Jones rjones at fedoraproject.org
Tue Jul 15 14:36:50 UTC 2014


commit 6affa7e00c3320f1f820caee6efcbf913ee57f44
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jul 15 14:38:38 2014 +0100

    Remove workaround for code gen bug and try building against
    
      possibly fixed compiler.

 ocaml-ounit.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec
index 67a42c3..c1acdd4 100644
--- a/ocaml-ounit.spec
+++ b/ocaml-ounit.spec
@@ -2,7 +2,7 @@
 
 Name:           ocaml-ounit
 Version:        2.0.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Unit test framework for OCaml
 
 License:        MIT
@@ -41,10 +41,6 @@ sh ./configure --destdir $RPM_BUILD_ROOT
 
 
 %build
-%ifarch %{arm}
-# Workaround for code generator bug on arm (RHBZ#1119049)
-export OCAMLFIND_COMMANDS='ocamlopt=ocamlopt'
-%endif
 make all
 make doc
 
@@ -83,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc
 
 
 %changelog
+* Mon Jul 14 2014 Richard W.M. Jones <rjones at redhat.com> - 2.0.0-4
+- Remove workaround for code gen bug and try building against
+  possibly fixed compiler.
+
 * Sun Jul 13 2014 Richard W.M. Jones <rjones at redhat.com> - 2.0.0-3
 - Add workaround for code generator bug on ARM (RHBZ#1119049).
 


More information about the scm-commits mailing list