Remove ocaml_arches macro (RHBZ#1087794).

This commit is contained in:
Richard W.M. Jones 2014-04-15 13:40:16 +01:00
parent 131eff5b6b
commit 9c3a025c02
1 changed files with 7 additions and 2 deletions

View File

@ -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 <rjones@redhat.com> - 2.4.3-7
- Remove ocaml_arches macro (RHBZ#1087794).
* Tue Apr 15 2014 Richard W.M. Jones <rjones@redhat.com> - 2.4.3-6
- Remove ocaml_arches macro (RHBZ#1087794).
* Fri Jan 3 2014 Richard W.M. Jones <rjones@redhat.com> - 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