Make the compiler depend on ocaml-runtime explicitly.
This commit is contained in:
parent
5815ad5d25
commit
7439bfe61f
10
ocaml.spec
10
ocaml.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.02.0
|
Version: 4.02.0
|
||||||
Release: 0.6.git%{shortcommit}%{?dist}
|
Release: 0.7.git%{shortcommit}%{?dist}
|
||||||
|
|
||||||
Summary: OCaml compiler and programming environment
|
Summary: OCaml compiler and programming environment
|
||||||
|
|
||||||
@ -87,6 +87,11 @@ BuildRequires: git
|
|||||||
Requires: gcc
|
Requires: gcc
|
||||||
Requires: rpm-build >= 4.8.0
|
Requires: rpm-build >= 4.8.0
|
||||||
|
|
||||||
|
# Because we pass -c flag to ocaml-find-requires (to avoid circular
|
||||||
|
# dependencies) we also have to explicitly depend on the right version
|
||||||
|
# of ocaml-runtime.
|
||||||
|
Requires: ocaml-runtime = %{version}-%{release}
|
||||||
|
|
||||||
# Bundles an MD5 implementation in byterun/md5.{c,h}
|
# Bundles an MD5 implementation in byterun/md5.{c,h}
|
||||||
Provides: bundled(md5-plumb)
|
Provides: bundled(md5-plumb)
|
||||||
|
|
||||||
@ -415,11 +420,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Jul 19 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-0.6
|
* Sat Jul 19 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-0.7
|
||||||
- Rebase on top of 4.02.0 beta commit c4f3a6c7.
|
- Rebase on top of 4.02.0 beta commit c4f3a6c7.
|
||||||
- Remove the patch to disable CSE, since that problem is fixed upstream.
|
- Remove the patch to disable CSE, since that problem is fixed upstream.
|
||||||
- Remove the patch fixing caml_callback2 on aarch64 since that patch is
|
- Remove the patch fixing caml_callback2 on aarch64 since that patch is
|
||||||
now upstream.
|
now upstream.
|
||||||
|
- Make the compiler depend on ocaml-runtime explicitly.
|
||||||
|
|
||||||
* Tue Jul 15 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-0.5
|
* Tue Jul 15 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-0.5
|
||||||
- Disable CSE optimization which is broken on armv7hl and aarch64.
|
- Disable CSE optimization which is broken on armv7hl and aarch64.
|
||||||
|
Loading…
Reference in New Issue
Block a user