From 2148a8ec5b8626d91d7a5086ebed9f52e3a61588 Mon Sep 17 00:00:00 2001 From: Ben Rosser Date: Wed, 7 Aug 2019 12:07:31 -0400 Subject: [PATCH] Add BuildRequires on ocaml-mmap. --- ocaml-lwt.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index 474a93e..d3902dc 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -1,6 +1,6 @@ Name: ocaml-lwt Version: 4.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCaml lightweight thread library # The openssl linking exception is granted. @@ -12,9 +12,10 @@ BuildRequires: ocaml >= 4.02.0 BuildRequires: ocaml-ocamlbuild BuildRequires: ocaml-findlib-devel -BuildRequires: jbuilder +BuildRequires: dune BuildRequires: ocaml-cppo BuildRequires: ocaml-result-devel +BuildRequires: ocaml-mmap-devel # lwt_react dependencies. BuildRequires: ocaml-react-devel @@ -122,7 +123,6 @@ rm -rf %{buildroot}/%{_prefix}/doc %exclude %{_libdir}/ocaml/lwt/*.cmx %endif %exclude %{_libdir}/ocaml/lwt/*.mli -#%{_libdir}/ocaml/stublibs/*.so %files devel %doc CHANGES README.md @@ -132,6 +132,7 @@ rm -rf %{buildroot}/%{_prefix}/doc %{_libdir}/ocaml/lwt/*.cmx %endif %{_libdir}/ocaml/lwt/*.mli +%{_libdir}/ocaml/stublibs/*.so %files react %doc CHANGES README.md @@ -143,7 +144,6 @@ rm -rf %{buildroot}/%{_prefix}/doc %exclude %{_libdir}/ocaml/lwt_react/*.cmx %endif %exclude %{_libdir}/ocaml/lwt/*.mli -#%{_libdir}/ocaml/stublibs/*.so %files react-devel %doc CHANGES README.md @@ -162,7 +162,6 @@ rm -rf %{buildroot}/%{_prefix}/doc %exclude %{_libdir}/ocaml/lwt_ppx/*.cmx %endif %exclude %{_libdir}/ocaml/lwt_ppx/*.mli -#%{_libdir}/ocaml/stublibs/*.so %files ppx-devel %doc CHANGES README.md @@ -175,6 +174,9 @@ rm -rf %{buildroot}/%{_prefix}/doc %changelog +* Wed Aug 07 2019 Ben Rosser - 4.2.1-3 +- Add BuildRequires on ocaml-mmap. + * Thu Aug 01 2019 Richard W.M. Jones - 4.2.1-2 - OCaml 4.08.1 (rc2) rebuild.