X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=fed826d93acc4833981f7c3f228a356273fdc576;hb=aada1d9897b2df4bb10c39707a01b5752e4de27f;hp=e575f6fa0ce2ba33f04e027a75190c40f5d88d5b;hpb=62ad7400deab4ca095345bb5fa746cbb29bd930b;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index e575f6f..fed826d 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 final" +let rebuild_name = "ocaml-4.02.1" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -24,7 +24,8 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-pa-do"; (* orphaned *) - "ocaml-zarith"; (* int types *) + "llvm"; (* FTBFS, unrelated to OCaml *) + "plplot"; (* FTBFS, unrelated to OCaml *) ] let blocked pkg = List.mem pkg blocked @@ -41,9 +42,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"; "llvm"; "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 ...]) *)