[ocaml-lwt/f16] New upstream version 2.3.2.

Scott Tsai scottt at fedoraproject.org
Thu Dec 8 14:29:45 UTC 2011


commit 40e9cdcce52bbef493f7c97b43f6b4977fe547a6
Author: Scott Tsai <scottt.tw at gmail.com>
Date:   Thu Dec 8 22:30:32 2011 +0800

    New upstream version 2.3.2.

 .gitignore            |    1 +
 lwt-2.2.0-libev.patch |   22 ----------------------
 lwt-2.3.2-libev.patch |   22 ++++++++++++++++++++++
 ocaml-lwt.spec        |    9 ++++++---
 sources               |    2 +-
 5 files changed, 30 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9980a6..b42d080 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lwt-2.0.0+rc1.tar.gz
 /lwt-2.2.0.tar.gz
+/lwt-2.3.2.tar.gz
diff --git a/lwt-2.3.2-libev.patch b/lwt-2.3.2-libev.patch
new file mode 100644
index 0000000..125f377
--- /dev/null
+++ b/lwt-2.3.2-libev.patch
@@ -0,0 +1,22 @@
+--- lwt-2.3.2.orig/discover.ml	2011-04-15 17:42:59.000000000 +0200
++++ lwt-2.3.2/discover.ml	2011-05-21 21:21:58.882050121 +0200
+@@ -56,7 +56,7 @@
+ 
+ let libev_code = "
+ #include <caml/mlvalues.h>
+-#include <ev.h>
++#include <libev/ev.h>
+ 
+ CAMLprim value lwt_test()
+ {
+--- lwt-2.3.2.orig/src/unix/lwt_libev_stubs.c	2011-04-15 17:42:59.000000000 +0200
++++ lwt-2.3.2/src/unix/lwt_libev_stubs.c	2011-05-21 21:24:05.681330220 +0200
+@@ -29,7 +29,7 @@
+ #include <caml/signals.h>
+ #include <caml/custom.h>
+ #include <caml/callback.h>
+-#include <ev.h>
++#include <libev/ev.h>
+ 
+ #include "lwt_unix.h"
+ 
diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec
index 4a5f603..57464cc 100644
--- a/ocaml-lwt.spec
+++ b/ocaml-lwt.spec
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-lwt
-Version:        2.2.0
-Release:        2%{?dist}
+Version:        2.3.2
+Release:        0%{?dist}
 Summary:        OCaml lightweight thread library
 
 Group:          Development/Libraries
@@ -15,7 +15,7 @@ ExcludeArch:    sparc64 s390 s390x
 
 # Location of libev headers on Fedora is in /usr/include/libev/ev.h
 # so we need to patch the source accordingly.
-Patch0:         lwt-2.2.0-libev.patch
+Patch0:         lwt-2.3.2-libev.patch
 
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
@@ -101,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Dec 08 2011 Scott Tsai scottt.tw at gmail.com - 2.3.2-0
+- New upstream version 2.3.2. 
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 6fc499b..8bec2fb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e0b28cbc5a2dfe60013c91a5d051969  lwt-2.2.0.tar.gz
+d1b4a8c1ad320c8f7876a8bff157d2d3  lwt-2.3.2.tar.gz


More information about the scm-commits mailing list