X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=425a9363ae8cbd9c224706d7b3d7f69a8cc4919b;hb=95fb509077b9c7444a1a7f87424ea73a3c0b296a;hp=c708223078ddba42b6bd854e3d297f1b0f2ebe8b;hpb=9b311682ee639fc3399056b7b93ba9bd0140a639;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index c708223..425a936 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.0+rc1" +let rebuild_name = "ocaml-4.02.1" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -23,10 +23,8 @@ let yum_repo = "koji-rawhide" * dependent packages. *) let blocked = [ - "ocaml-pa-do"; (* build failure, complex *) - "frama-c"; (* build failure *) - "gappalib-coq"; (* build failure in configure script *) - "ocaml-camlimages"; (* build failure, conflicting C types in header files *) + "ocaml-pa-do"; (* orphaned *) + "plplot"; (* FTBFS, unrelated to OCaml *) ] let blocked pkg = List.mem pkg blocked @@ -43,9 +41,9 @@ 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"; "llvm"; "plplot"; "virt-top"; "why3"; "xen"; + "js-of-ocaml"; "plplot"; "virt-top"; "why3"; "flocq" (* no OCaml code, but needs to be rebuilt after Coq *); - "guestfs-browser"; + "guestfs-browser"; "libguestfs"; "virt-dmesg" ] (* Dependencies of each package. (pkg, [deps ...]) *)