[ocaml-react] Rebuild for OCaml 3.12.0.

Richard W.M. Jones rjones at fedoraproject.org
Thu Jan 6 16:50:06 UTC 2011


commit 30e1fdd4174b129f9b7dc8536703fb99c1d87443
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jan 6 16:47:54 2011 +0000

    Rebuild for OCaml 3.12.0.

 .gitignore       |    1 +
 ocaml-react.spec |    8 ++++++--
 sources          |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e98ff4..219fe62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 react-0.9.0.tbz
+/react-0.9.2.tbz
diff --git a/ocaml-react.spec b/ocaml-react.spec
index 2561c44..66b6c14 100644
--- a/ocaml-react.spec
+++ b/ocaml-react.spec
@@ -2,8 +2,8 @@
 %global debug_package %{nil}
 
 Name:           ocaml-react
-Version:        0.9.0
-Release:        3%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        OCaml framework for Functional Reactive Programming (FRP)
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,6 +52,7 @@ developing applications that use %{name}.
 %prep
 %setup -q -n react-%{version}
 cp %{SOURCE1} LICENSE
+chmod +x build
 
 
 %build
@@ -102,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan  6 2011 Richard W.M. Jones <rjones at redhat.com> - 0.9.2-1
+- Rebuild for OCaml 3.12.0.
+
 * Wed Dec 30 2009 Richard W.M. Jones <rjones at redhat.com> - 0.9.0-3
 - Rebuild for OCaml 3.11.2.
 
diff --git a/sources b/sources
index 572b902..f72b98f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-193a64a2abb0eebc6a88c19fba18ca85  react-0.9.0.tbz
+ecbe0fa4d7d0fd1076cce5decf7a86b7  react-0.9.2.tbz


More information about the scm-commits mailing list