Fedora OCaml rebuild for OCaml 4.02.0 beta in Rawhide.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 12 Jul 2014 18:50:08 +0000 (19:50 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 17 Jul 2014 14:03:46 +0000 (15:03 +0100)
fedora_ocaml_rebuild.ml

index 9dc151d..c2e1558 100644 (file)
@@ -14,13 +14,11 @@ 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.01.0"
+let rebuild_name = "OCaml 4.02.0 beta"
 
 (* Packages that have problems or we just don't want to build. *)
 let blocked = [
-  "ocaml-libvirt"; (* RHBZ#1009701 *)
   "ocaml-lwt"; "ocaml-react"; (* loganjerry is handling *)
-  "ocaml-xmlrpc-light"; (* temporary, can remove after 2013-09-19 *)
 ]
 
 (* List of OCaml-related source package names. *)