Prepare for OCaml 5.1.1
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 11 Dec 2023 22:53:30 +0000 (22:53 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 11 Dec 2023 22:53:30 +0000 (22:53 +0000)
Also:

- Set %fedora-retry-failed to its recommended value ("0").  We
  never had it set to this before however.

- Remove ocaml-odoc-parser.

Goalfile

index bb8ec16..c71154d 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -6,17 +6,17 @@ let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "rawhide"
 #let fedora-branch = "f34"
-let fedora-tag = "f40-build-side-75060"
+let fedora-tag = "f40-build-side-79351"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 5.1 rebuild for Fedora 40"
+let fedora-rebuild-name = "OCaml 5.1.1 rebuild for Fedora 40"
 
 # %fedora-retry-failed:
 # If set to 1 then failed builds are retried automatically.
 # If set to 0 then failed builds must be manually restarted.
 # Normally you want this to be 0.
-let fedora-retry-failed = "1"
+let fedora-retry-failed = "0"
 
 # Packages that are ignored, which means they are treated as if
 # they have been rebuilt.
@@ -112,8 +112,6 @@ let packages = [
     "ocaml-ocplib-simplex",
     "ocaml-octavius",
     "ocaml-odoc",
-    # To be retired after 5.1, now merged into ocaml-odoc
-    #"ocaml-odoc-parser",
     "ocaml-omake",
     "ocaml-opam-file-format",
     "ocaml-ounit",