diff --git a/lwt-2.4.3-libev.patch b/lwt-2.4.3-libev.patch deleted file mode 100644 index 656e034..0000000 --- a/lwt-2.4.3-libev.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ./discover.ml.orig 2012-12-27 05:29:57.000000000 -0700 -+++ ./discover.ml 2013-09-18 10:00:00.000000000 -0600 -@@ -96,7 +96,7 @@ CAMLprim value lwt_test() - - let libev_code = " - #include --#include -+#include - - CAMLprim value lwt_test() - { ---- ./src/unix/lwt_libev_stubs.c.orig 2012-12-27 05:29:57.000000000 -0700 -+++ ./src/unix/lwt_libev_stubs.c 2013-09-18 10:00:00.000000000 -0600 -@@ -33,7 +33,7 @@ - #include - #include - #include --#include -+#include - - #include "lwt_unix.h" - diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index a052455..73c62c3 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -11,10 +11,6 @@ URL: http://ocsigen.org/lwt Source0: http://ocsigen.org/download/lwt-%{version}.tar.gz ExclusiveArch: %{ocaml_arches} -# Location of libev headers on Fedora is in /usr/include/libev/ev.h -# so we need to patch the source accordingly. -Patch0: lwt-2.4.3-libev.patch - # Adapt to changes in OCaml 4.01.0 Patch1: lwt-2.4.3-ocaml41.patch @@ -47,7 +43,6 @@ developing applications that use %{name}. %prep %setup -q -n lwt-%{version} -%patch0 %patch1 mv README README.old @@ -104,6 +99,8 @@ OCAMLPATH=$RPM_BUILD_ROOT%{_libdir}/ocaml ocamlfind query lwt.react %changelog * 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 + in libev >= 4.15-3. * Wed Sep 18 2013 Jerry James - 2.4.3-4 - Rebuild for OCaml 4.01.0, and add -ocaml41 patch to adapt to changes