From 1a1fef2e36b939c0a4ddeb1628f32b7a8fba871f587ed6ec86cc918ca994a347 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 23 Sep 2023 13:23:57 +0000 Subject: [PATCH] - Update to version 3.11.0 see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=109 --- _service | 2 +- ocaml-dune-3.10.0.tar.xz | 3 --- ocaml-dune-3.11.0.tar.xz | 3 +++ ocaml-dune.changes | 6 ++++++ ocaml-dune.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 ocaml-dune-3.10.0.tar.xz create mode 100644 ocaml-dune-3.11.0.tar.xz diff --git a/_service b/_service index 6cccf33..694a858 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-dune - fc382520272012638088848d7f3dd1ef6687a284 + e3bfd215dd35cf702b3af66be03f2912b69b0a0a git disable https://github.com/ocaml/dune.git diff --git a/ocaml-dune-3.10.0.tar.xz b/ocaml-dune-3.10.0.tar.xz deleted file mode 100644 index 79aa480..0000000 --- a/ocaml-dune-3.10.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f36feb41a31f20b2c7c8c68f54499dc9a6fd1ac78b7f2cd3f599e7431f699585 -size 1911120 diff --git a/ocaml-dune-3.11.0.tar.xz b/ocaml-dune-3.11.0.tar.xz new file mode 100644 index 0000000..ed03192 --- /dev/null +++ b/ocaml-dune-3.11.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a260aea1a15bff2257d20c04aab00f66eaa7321a7136ab1da4fc241ecbfe597c +size 2000076 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index ed3db4a..312c873 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 22 22:22:22 UTC 2023 - ohering@suse.de + +- Update to version 3.11.0 + see included CHANGES.md for details + ------------------------------------------------------------------- Tue Aug 8 08:08:08 UTC 2023 - ohering@suse.de diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 0bb7bb4..32b7be0 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -25,7 +25,7 @@ %define pkg ocaml-dune %global _buildshell /bin/bash Name: %pkg%nsuffix -Version: 3.10.0 +Version: 3.11.0 Release: 0 %{?ocaml_preserve_bytecode} License: MIT