diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index a76e94c..ce7627e 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -1,11 +1,16 @@ -# *NB:* We are "stuck" on older LWT 2.5.0 because upstream has moved -# to jbuilder which is a quasi build system and package manager. If -# you want to move to the new version you'll have to deal with -# packaging jbuilder first. +# NB: We are stuck on an old version of LWT because we require various +# packages to be added to Fedora to support the new version. They are: +# - jbuilder (DONE) +# - ocaml-result (DONE) +# - bisect_ppx +# - ocaml-migrate-parsetree +# - ppx_tools_versioned +# Please DO NOT move to a new version until you have added all of the +# above to Fedora. Name: ocaml-lwt Version: 2.5.0 -Release: 15%{?dist} +Release: 16%{?dist} Summary: OCaml lightweight thread library # The openssl linking exception is granted. @@ -102,6 +107,9 @@ OCAMLPATH=$RPM_BUILD_ROOT%{_libdir}/ocaml ocamlfind query lwt.react %changelog +* Tue Oct 03 2017 Richard W.M. Jones - 2.5.0-16 +- Rebuild against new ocaml-ssl. + * Tue Aug 08 2017 Richard W.M. Jones - 2.5.0-15 - OCaml 4.05.0 rebuild.