From e86d4bcb5e2fac294cdc212f4c991f62fe09b77b Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Tue, 26 Nov 2024 10:23:39 +0000 Subject: [PATCH] upstream: add hash for patch files Opam 2.3.0 ignores the patches otherwise This was done using `opam admin update-extrafiles` Signed-off-by: Pau Ruiz Safont --- packages/upstream/vhd-format-lwt.0.12.1/opam | 6 +++++- packages/upstream/vhd-format.0.12.1/opam | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/upstream/vhd-format-lwt.0.12.1/opam b/packages/upstream/vhd-format-lwt.0.12.1/opam index ace1bed9..c2051971 100644 --- a/packages/upstream/vhd-format-lwt.0.12.1/opam +++ b/packages/upstream/vhd-format-lwt.0.12.1/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "vhd-format-lwt" -version: "0.12.0" +version: "0.12.1" synopsis: "Lwt interface to read/write VHD format data" description: """\ A pure OCaml library to read and write @@ -43,3 +43,7 @@ url { "https://github.com/mirage/ocaml-vhd/releases/download/v0.12.0/vhd-format-v0.12.0.tbz" checksum: "md5=73b88364f534dc0fcee23e6c4ceca8c7" } +extra-files: [ + "0001-XSI-1457-Limit-number-of-sectors-to-coalesce.patch" + "md5=34ff33a867ae299a38c1df5e9fd81716" +] diff --git a/packages/upstream/vhd-format.0.12.1/opam b/packages/upstream/vhd-format.0.12.1/opam index c50f2324..d886aa8a 100644 --- a/packages/upstream/vhd-format.0.12.1/opam +++ b/packages/upstream/vhd-format.0.12.1/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "vhd-format" -version: "0.12.0" +version: "0.12.1" synopsis: "Pure OCaml library to read/write VHD format data" description: """\ A pure OCaml library to read and write @@ -36,3 +36,7 @@ url { "https://github.com/mirage/ocaml-vhd/releases/download/v0.12.0/vhd-format-v0.12.0.tbz" checksum: "md5=73b88364f534dc0fcee23e6c4ceca8c7" } +extra-files: [ + "0001-XSI-1457-Limit-number-of-sectors-to-coalesce.patch" + "md5=34ff33a867ae299a38c1df5e9fd81716" +]