[ocaml] BR binutils-devel so ocamlobjinfo supports *.cmxs files (RHBZ#1113735).

Richard W.M. Jones rjones at fedoraproject.org
Thu Jun 26 19:40:29 UTC 2014


commit 98f566b78eef9b6317eabff35c351f1baffe585c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jun 26 20:29:53 2014 +0100

    BR binutils-devel so ocamlobjinfo supports *.cmxs files (RHBZ#1113735).

 ocaml.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ocaml.spec b/ocaml.spec
index 343dcd3..77c693d 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -17,7 +17,7 @@
 
 Name:           ocaml
 Version:        4.01.0
-Release:        19%{?dist}
+Release:        20%{?dist}
 
 Summary:        OCaml compiler and programming environment
 
@@ -66,8 +66,8 @@ Patch0013:      0013-Add-support-for-ppc64le.patch
 # ARM & Aarch64 non-executable stack.
 Patch0014:      0014-arm-arm64-Mark-stack-as-non-executable.patch
 
-# Temporary, we can drop this explicit BR in June 2014:
-BuildRequires:  ocaml-srpm-macros
+# Add BFD support so that ocamlobjinfo supports *.cmxs format (RHBZ#1113735).
+BuildRequires:  binutils-devel
 
 BuildRequires:  ncurses-devel
 BuildRequires:  gdbm-devel
@@ -549,6 +549,9 @@ fi
 
 
 %changelog
+* Thu Jun 26 2014 Richard W.M. Jones <rjones at redhat.com> - 4.01.0-20
+- BR binutils-devel so ocamlobjinfo supports *.cmxs files (RHBZ#1113735).
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.01.0-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list