X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=8139319619365cbbf4ab03c96f3525f747b0d861;hb=5b259a17ed1e447e874e3d7cb2b5cdec5ed22a99;hp=ff03426ee24dc64e326d21facd70261b93f0c2eb;hpb=ddd9d928405d2472e7288b1303fc5dc79839d550;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index ff03426..8139319 100644 --- a/Goalfile +++ b/Goalfile @@ -4,13 +4,13 @@ include "fedora.gl" let fedora-dir = "%HOME/d/fedora" -let fedora-branch = "master" -#let fedora-branch = "f32" -let fedora-tag = "f34-build-side-28234" +let fedora-branch = "rawhide" +#let fedora-branch = "f34" +let fedora-tag = "f36-build-side-46495" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "OCaml 4.11.0 rebuild" +let fedora-rebuild-name = "OCaml 4.13.1 build" # Packages that are ignored, which means they are treated as if # they have been rebuilt. @@ -28,11 +28,13 @@ let packages = [ "ocaml-base", "ocaml-base64", "ocaml-benchmark", + "ocaml-bigarray-compat", "ocaml-biniou", "ocaml-bin-prot", "ocaml-bisect-ppx", "ocaml-cairo", "ocaml-calendar", + "ocaml-camlbz2", "ocaml-camlidl", "ocaml-camlimages", "ocaml-camlp5", @@ -44,7 +46,9 @@ let packages = [ "ocaml-compiler-libs-janestreet", "ocaml-cppo", "ocaml-cryptokit", + "ocaml-csexp", "ocaml-csv", + "ocaml-ctypes", "ocaml-cudf", "ocaml-curl", "ocaml-curses", @@ -62,9 +66,12 @@ let packages = [ "ocaml-fpath", "ocaml-gen", "ocaml-gettext", + "ocaml-graphics", "ocaml-gsl", "ocamlify", + "ocaml-integers", "ocaml-jane-street-headers", +# "ocaml-jsonm", https://bugzilla.redhat.com/show_bug.cgi?id=1183825 "ocaml-jst-config", "ocaml-lablgl", "ocaml-lablgtk", @@ -73,6 +80,7 @@ let packages = [ "ocaml-lacaml", "ocaml-lambda-term", "ocaml-libvirt", + "ocaml-luv", "ocaml-lwt", "ocaml-lwt-log", "ocaml-markup", @@ -102,6 +110,7 @@ let packages = [ "ocaml-omake", "ocaml-opam-file-format", "ocaml-ounit", + "ocaml-parmap", "ocaml-parsexp", "ocaml-pcre", "ocaml-perl4caml", @@ -116,7 +125,6 @@ let packages = [ "ocaml-ppx-deriving-yojson", "ocaml-ppx-enumerate", "ocaml-ppx-fields-conv", - "ocaml-ppxfind", "ocaml-ppx-hash", "ocaml-ppx-here", "ocaml-ppx-inline-test", @@ -125,7 +133,6 @@ let packages = [ "ocaml-ppx-optcomp", "ocaml-ppx-sexp-conv", "ocaml-ppx-tools", - "ocaml-ppx-tools-versioned", "ocaml-ppx-variants-conv", "ocaml-psmt2-frontend", "ocaml-ptmap", @@ -135,7 +142,6 @@ let packages = [ "ocaml-react", "ocaml-res", "ocaml-result", - "ocaml-rope", "ocaml-SDL", "ocaml-sedlex", "ocaml-seq", @@ -167,6 +173,10 @@ let packages = [ "apron", "brltty", "coccinelle", + "coq", + "flocq", + "frama-c", + "gappalib-coq", "graphviz", "haxe", "hevea", @@ -182,13 +192,7 @@ let packages = [ "virt-v2v", "why3", "z3", - - # For Coq: - "coq", - "frama-c", - "gappalib-coq", "zenon", - "flocq", # Causes a cyclic dependency between libnbd <-> nbdkit. We need # to fix this in goals itself, but in the meantime disable nbdkit @@ -201,6 +205,8 @@ pure function get-source-packages () returning strings = { for f in %packages; do if [ -f $f/%fedora-branch/$f.spec ]; then echo "$f" + elif [ -f $f/%fedora-branch/dead.package ]; then + echo "WARNING: $f: is a dead package, ignored" >&2 else echo "$f: package is not checked out locally" >&2 exit 1