Rebuild against new ocaml-ssl.

This commit is contained in:
Richard W.M. Jones 2017-10-03 20:50:38 +01:00
parent 4808efbf9c
commit 0108e84a2f
1 changed files with 13 additions and 5 deletions

View File

@ -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 <rjones@redhat.com> - 2.5.0-16
- Rebuild against new ocaml-ssl.
* Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 2.5.0-15
- OCaml 4.05.0 rebuild.