diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index 73c62c3..1faf21f 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -2,14 +2,13 @@ Name: ocaml-lwt Version: 2.4.3 -Release: 5%{?dist} +Release: 7%{?dist} Summary: OCaml lightweight thread library # The openssl linking exception is granted. License: LGPLv2+ with exceptions URL: http://ocsigen.org/lwt Source0: http://ocsigen.org/download/lwt-%{version}.tar.gz -ExclusiveArch: %{ocaml_arches} # Adapt to changes in OCaml 4.01.0 Patch1: lwt-2.4.3-ocaml41.patch @@ -97,6 +96,12 @@ OCAMLPATH=$RPM_BUILD_ROOT%{_libdir}/ocaml ocamlfind query lwt.react %changelog +* Tue Apr 15 2014 Richard W.M. Jones - 2.4.3-7 +- Remove ocaml_arches macro (RHBZ#1087794). + +* Tue Apr 15 2014 Richard W.M. Jones - 2.4.3-6 +- Remove ocaml_arches macro (RHBZ#1087794). + * Fri Jan 3 2014 Richard W.M. Jones - 2.4.3-5 - Enable lwt.react support, and check it gets enabled (RHBZ#1048367). - Remove libev patch since headers are back to normal location