rpms/ocaml-omake/devel ocaml-omake-0.9.8.5-no-sync.patch, NONE, 1.1 ocaml-omake.spec, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Fri Dec 5 20:23:26 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-omake/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22518

Modified Files:
	ocaml-omake.spec 
Added Files:
	ocaml-omake-0.9.8.5-no-sync.patch 
Log Message:
Rebuild for OCaml 3.11.0.

ocaml-omake-0.9.8.5-no-sync.patch:

--- NEW FILE ocaml-omake-0.9.8.5-no-sync.patch ---
--- omake-0.9.8.5.orig/src/exec/omake_exec.ml	2006-12-08 22:52:01.000000000 +0000
+++ omake-0.9.8.5.newcaml/src/exec/omake_exec.ml	2008-12-05 20:12:17.000000000 +0000
@@ -46,8 +46,6 @@
 open Omake_options
 open Omake_command_type
 
-external sync : unit -> unit = "caml_sync"
-
 module Exec =
 struct
    (*


Index: ocaml-omake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-omake/devel/ocaml-omake.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ocaml-omake.spec	16 May 2008 20:11:31 -0000	1.2
+++ ocaml-omake.spec	5 Dec 2008 20:22:56 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           ocaml-omake
 Version:        0.9.8.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        OCaml build system with automated dependency analysis
 
 Group:          Development/Tools
@@ -12,6 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0:         ocaml-omake-debian-stdin-stdout-fix.patch
+Patch1:         ocaml-omake-0.9.8.5-no-sync.patch
 
 BuildRequires:  ocaml >= 3.10.2-2
 BuildRequires:  ocaml-findlib-devel
@@ -49,6 +50,7 @@
 %prep
 %setup -q -n omake-%{version}
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -84,6 +86,9 @@
 
 
 %changelog
+* Fri Dec  5 2008 Richard W.M. Jones <rjones at redhat.com> - 0.9.8.5-4
+- Rebuild for OCaml 3.11.0.
+
 * Fri May 16 2008 Richard W.M. Jones <rjones at redhat.com> - 0.9.8.5-3
 - Rebuild with OCaml 3.10.2-2 (fixes bz 445545).
 




More information about the fedora-extras-commits mailing list