Rebuild everything against ocaml-4.02.0-0.8.git10e45753.fc22.
[goaljobs-goals.git] / fedora_ocaml_rebuild.ml
index d556dfb..7f0dcc8 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 beta"
+let rebuild_name = "ocaml-4.02.0-0.8.git10e45753.fc22"
 
 (* Local repository that contains build dependencies. *)
 let yum_repo = "koji-rawhide"
@@ -25,12 +25,14 @@ let yum_repo = "koji-rawhide"
 let blocked = [
   "ocaml-bitstring";               (* needs upstream fix for 4.02.0 *)
 
-  "ocaml-camlp5";                       (* not updated for 4.02.0 *)
   "ocaml-mikmatch";                     (* build failure on 4.02.0 *)
   "ocaml-omake";                        (* build failure on 4.02.0 with hevea *)
   "ocaml-p3l";                          (* build failure on 4.02.0 -warn-error A *)
   "ocaml-pa-do";                        (* build failure, complex *)
   "ocaml-lwt";                          (* build failure on 4.02.0 *)
+  "ocaml-preludeml";                    (* build failure *)
+  "cduce";                              (* camlp4-related failure, discussed upstream *)
+  "frama-c";                            (* build failure *)
 ]
 let blocked pkg = List.mem pkg blocked
 
@@ -44,6 +46,7 @@ let ignored = [
   "libguestfs";                    (* rebuilt by hand *)
   "graphviz";                      (* rebuilt by hand *)
   "xen";                           (* already done *)
+  "plplot";                        (* already done *)
 ]
 let ignored pkg = List.mem pkg ignored