X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fedora_ocaml_rebuild.ml;h=e575f6fa0ce2ba33f04e027a75190c40f5d88d5b;hb=62ad7400deab4ca095345bb5fa746cbb29bd930b;hp=1955bcaf7d05283084ba269ae7e2fde683efbb17;hpb=33c8c27995cc398dfdc23502a5ba579792b5833c;p=goaljobs-goals.git diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 1955bca..e575f6f 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.0 final" (* Local repository that contains build dependencies. *) let yum_repo = "koji-rawhide" @@ -24,7 +24,7 @@ let yum_repo = "koji-rawhide" *) let blocked = [ "ocaml-pa-do"; (* orphaned *) - "ocaml-camlimages"; (* build failure, conflicting C types in header files *) + "ocaml-zarith"; (* int types *) ] let blocked pkg = List.mem pkg blocked