diff --git a/ocaml.spec b/ocaml.spec index 10a154b..3f1a30a 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -17,7 +17,7 @@ Name: ocaml Version: 4.02.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: OCaml compiler and programming environment @@ -152,7 +152,7 @@ Documentation generator for OCaml. %package emacs Summary: Emacs mode for OCaml Requires: ocaml = %{version}-%{release} -Requires: emacs +Requires: emacs(bin) %description emacs Emacs mode for OCaml. @@ -419,6 +419,9 @@ fi %changelog +* Mon Sep 20 2014 Richard W.M. Jones - 4.02.0-4 +- ocaml-emacs should require emacs(bin) (RHBZ#1154513). + * Thu Sep 11 2014 Richard W.M. Jones - 4.02.0-3 - Use -fno-strict-aliasing when building the compiler (RHBZ#990540). - ppc, ppc64, ppc64le: Mark stack as non-executable.