From 070c95740ff8fdcacc064f86e8580e920dd7fc4f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 2 Apr 2020 09:51:15 +0100 Subject: [PATCH] Update all OCaml dependencies for RPM 4.16. --- Goalfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Goalfile b/Goalfile index ea70faa..8d19932 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 = "f32-build-side-19863" +let fedora-branch = "master" +#let fedora-branch = "f32" +let fedora-tag = "f33-build-side-20855" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "OCaml 4.10.0 final (Fedora 32)." +let fedora-rebuild-name = "Update all OCaml dependencies for RPM 4.16." # Packages that are blocked. Any dependent packages are also blocked # automatically. -- 1.8.3.1