X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=d61d4cb425d4ce0f26077a80ff12597213521e3b;hb=5882a1348db84a6e8612afbbec01f9aeab977954;hp=e504c78cdcb5ab6b7549c861747b633f51aa76f6;hpb=6a0a1f4a9808a0e6dd53e80b1d118c1e90baa3ac;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index e504c78..d61d4cb 100644 --- a/Goalfile +++ b/Goalfile @@ -6,16 +6,23 @@ let fedora-dir = "%HOME/d/fedora" let fedora-branch = "rawhide" #let fedora-branch = "f34" -let fedora-tag = "f36-build-side-46495" +let fedora-tag = "f37-build-side-54560" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "OCaml 4.13.1 build" +let fedora-rebuild-name = "OCaml 4.14.0 rebuild" # Packages that are ignored, which means they are treated as if # they have been rebuilt. let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", + + # These use rpmautospec and must be rebuilt by hand for now. + # XXX eventually need to fix stdlib/fedora.gl to deal with these + "ocaml-base64", + "ocaml-dose3", + "ocaml-opam-file-format", + "opam", ] # All OCaml-related source package names @@ -196,6 +203,7 @@ let packages = [ "opam", "plplot", "prooftree", + "supermin", "utop", "virt-top", "virt-v2v",