X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=7c1853f15cc715e43487a58ca8815386249cc15d;hb=9dfeb3e1660da8d4d81c2e8a03a863be2d224f54;hp=425a9363ae8cbd9c224706d7b3d7f69a8cc4919b;hpb=95fb509077b9c7444a1a7f87424ea73a3c0b296a;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 425a936..7c1853f 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -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.1" +let rebuild_name = "OCaml 4.02.3" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -41,7 +41,7 @@ let source_packages = let dirs = shlines "cd %s && ls -1d ocaml*" fedora_dir in dirs @ [ "alt-ergo"; "apron"; "brltty"; "coccinelle"; "coq"; "cduce"; "frama-c"; "gappalib-coq"; "graphviz"; "hevea"; "hivex"; - "js-of-ocaml"; "plplot"; "virt-top"; "why3"; + "js-of-ocaml"; "plplot"; "virt-top"; "why3"; "z3"; "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); "guestfs-browser"; "libguestfs"; "virt-dmesg" ]