[ocaml-fileutils] Remove workaround, doesn't work.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 14 11:51:07 UTC 2014


commit 3cc0ee909dfd555931b46d177c4bfb9480b96c21
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 14 12:51:14 2014 +0100

    Remove workaround, doesn't work.

 ocaml-fileutils.spec |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/ocaml-fileutils.spec b/ocaml-fileutils.spec
index a0f44e6..83133f0 100644
--- a/ocaml-fileutils.spec
+++ b/ocaml-fileutils.spec
@@ -2,7 +2,7 @@
 
 Name:           ocaml-fileutils
 Version:        0.4.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        OCaml library for common file and filename operations
 
 License:        LGPLv2 with exceptions
@@ -53,9 +53,6 @@ sed '/oUnit/d' < setup.ml.old > setup.ml
 
 %build
 %ifarch %{arm}
-# Workaround for ARM code gen bug (RHBZ#1119049).
-export OCAMLFIND_COMMANDS='ocamlopt=ocamlopt'
-%endif
 ocaml setup.ml -configure --prefix %{_prefix} --destdir $RPM_BUILD_ROOT
 make
 
@@ -98,9 +95,8 @@ make test
 
 
 %changelog
-* Mon Jul 14 2014 Richard W.M. Jones <rjones at redhat.com> - 0.4.5-4
+* Mon Jul 14 2014 Richard W.M. Jones <rjones at redhat.com> - 0.4.5-5
 - Rebuild for OCaml 4.02.0.
-- Add workaround for OCaml ARM code gen bug (RHBZ#1119049).
 
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild


More information about the scm-commits mailing list