Remove obsolete packages for OCaml 5.0
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 11 Jul 2023 09:54:47 +0000 (10:54 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 11 Jul 2023 09:54:47 +0000 (10:54 +0100)
Remove the following:
 - ocaml-ancient
 - ocaml-charinfo-width
 - ocaml-cil
 - ocaml-lwt-log
 - ocaml-migrate-parsetree
 - ocaml-mmap
 - ocaml-seq
 - ocaml-tplib

Also update the side tag name and commit message in preparation
for the build.

Goalfile

index 773505d..aad9b85 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -6,11 +6,11 @@ let fedora-dir = "%HOME/d/fedora"
 
 let fedora-branch = "rawhide"
 #let fedora-branch = "f34"
-let fedora-tag = "f38-build-side-62208"
+let fedora-tag = "f39-build-side-69760"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "Rebuild OCaml packages for F38"
+let fedora-rebuild-name = "OCaml 5.0 rebuild for Fedora 39"
 
 # %fedora-retry-failed:
 # If set to 1 then failed builds are retried automatically.
@@ -27,7 +27,6 @@ let fedora-ignored = [
 # All OCaml-related source package names
 let packages = [
     "ocaml-alcotest",
-    "ocaml-ancient",
     "ocaml-astring",
     "ocaml-atd",
     "ocaml-augeas",
@@ -48,8 +47,6 @@ let packages = [
     "ocaml-camlp-streams",
     "ocaml-camlp5",
     "ocaml-camomile",
-    "ocaml-charinfo-width",
-    "ocaml-cil",
     "ocaml-cinaps",
     "ocaml-cmdliner",
     "ocaml-compiler-libs-janestreet",
@@ -92,7 +89,6 @@ let packages = [
     "ocaml-logs",
     "ocaml-luv",
     "ocaml-lwt",
-    "ocaml-lwt-log",
     "ocaml-markup",
     "ocaml-mccs",
     "ocaml-mdx",
@@ -100,10 +96,8 @@ let packages = [
     "ocaml-merlin",
     "ocaml-mew",
     "ocaml-mew-vi",
-    "ocaml-migrate-parsetree",
     "ocaml-mlgmpidl",
     "ocaml-mlmpfr",
-    "ocaml-mmap",
     "ocaml-mtime",
     "ocamlmod",
     "ocaml-mysql",
@@ -164,7 +158,6 @@ let packages = [
     "ocaml-rresult",
     "ocaml-SDL",
     "ocaml-sedlex",
-    "ocaml-seq",
     "ocaml-sexplib",
     "ocaml-sexplib0",
     "ocaml-sha",
@@ -174,7 +167,6 @@ let packages = [
     "ocaml-stdio",
     "ocaml-time-now",
     "ocaml-topkg",
-    "ocaml-tplib",
     "ocaml-trie",
     "ocaml-tyxml",
     "ocaml-uucd",