OCaml 4.02.1 rebuild.
[goaljobs-goals.git] / fedora_ocaml_rebuild.ml
index 1955bca..ea37a0a 100644 (file)
@@ -14,7 +14,7 @@ let koji_target = "rawhide"
 (* The name of the rebuild, and also the magic substring that must
  * appear in the %changelog when the package has been rebuilt.
  *)
-let rebuild_name = "ocaml-4.02.0+rc1"
+let rebuild_name = "ocaml-4.02.1"
 
 (* Local repository that contains build dependencies. *)
 let yum_repo = "koji-rawhide"
@@ -24,7 +24,7 @@ let yum_repo = "koji-rawhide"
  *)
 let blocked = [
   "ocaml-pa-do";                        (* orphaned *)
-  "ocaml-camlimages";                   (* build failure, conflicting C types in header files *)
+  "ocaml-zarith";                       (* int types *)
 ]
 let blocked pkg = List.mem pkg blocked