From 95a5b22f8bba6d8726f899a1c1b71c0b7ce0536bcdf347354190c1c293f9868e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 10 Aug 2023 12:51:35 +0000 Subject: [PATCH] - Update to version 3.10.0 see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=107 --- _service | 2 +- ocaml-dune-3.10.0.tar.xz | 3 +++ ocaml-dune-3.9.3.tar.xz | 3 --- ocaml-dune.changes | 6 ++++++ ocaml-dune.spec | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 ocaml-dune-3.10.0.tar.xz delete mode 100644 ocaml-dune-3.9.3.tar.xz diff --git a/_service b/_service index fa9f56b..6cccf33 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-dune - 842d104126175999e25f5cd63e2a384f9c6ef797 + fc382520272012638088848d7f3dd1ef6687a284 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 new file mode 100644 index 0000000..79aa480 --- /dev/null +++ b/ocaml-dune-3.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36feb41a31f20b2c7c8c68f54499dc9a6fd1ac78b7f2cd3f599e7431f699585 +size 1911120 diff --git a/ocaml-dune-3.9.3.tar.xz b/ocaml-dune-3.9.3.tar.xz deleted file mode 100644 index aca1c24..0000000 --- a/ocaml-dune-3.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fe56027f66c35903826f808fd4842fc25aaf1940242de898911ce860d59a423 -size 1890864 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index 8096a46..ed3db4a 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 8 08:08:08 UTC 2023 - ohering@suse.de + +- Update to version 3.10.0 + see included CHANGES.md for details + ------------------------------------------------------------------- Mon Jul 31 12:34:56 UTC 2023 - ohering@suse.de diff --git a/ocaml-dune.spec b/ocaml-dune.spec index bb5873c..0bb7bb4 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.9.3 +Version: 3.10.0 Release: 0 %{?ocaml_preserve_bytecode} License: MIT