ocaml-emacs should require emacs(bin) (RHBZ#1154513).
This commit is contained in:
parent
5d60b03be0
commit
1ea91487d2
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: ocaml
|
Name: ocaml
|
||||||
Version: 4.02.0
|
Version: 4.02.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
Summary: OCaml compiler and programming environment
|
Summary: OCaml compiler and programming environment
|
||||||
|
|
||||||
@ -152,7 +152,7 @@ Documentation generator for OCaml.
|
|||||||
%package emacs
|
%package emacs
|
||||||
Summary: Emacs mode for OCaml
|
Summary: Emacs mode for OCaml
|
||||||
Requires: ocaml = %{version}-%{release}
|
Requires: ocaml = %{version}-%{release}
|
||||||
Requires: emacs
|
Requires: emacs(bin)
|
||||||
|
|
||||||
%description emacs
|
%description emacs
|
||||||
Emacs mode for OCaml.
|
Emacs mode for OCaml.
|
||||||
@ -419,6 +419,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 20 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-4
|
||||||
|
- ocaml-emacs should require emacs(bin) (RHBZ#1154513).
|
||||||
|
|
||||||
* Thu Sep 11 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-3
|
* Thu Sep 11 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02.0-3
|
||||||
- Use -fno-strict-aliasing when building the compiler (RHBZ#990540).
|
- Use -fno-strict-aliasing when building the compiler (RHBZ#990540).
|
||||||
- ppc, ppc64, ppc64le: Mark stack as non-executable.
|
- ppc, ppc64, ppc64le: Mark stack as non-executable.
|
||||||
|
Loading…
Reference in New Issue
Block a user