From 225960e478fdbe9c715a3fe0abcdeaccb0d8e606 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 12 Jul 2014 19:50:08 +0100 Subject: [PATCH] Fedora OCaml rebuild for OCaml 4.02.0 beta in Rawhide. --- fedora_ocaml_rebuild.ml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 9dc151d..c2e1558 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -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. *) -- 1.8.3.1