From 05a1e4ad700412ec7c3f2631897f7cdd05ca98666fa63655875533f6f079f064 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 17 Jan 2024 09:05:47 +0000 Subject: [PATCH] - Update to version 3.13.0 see included CHANGES.md file for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=117 --- _service | 2 +- ocaml-dune-3.12.2.tar.xz | 3 --- ocaml-dune-3.13.0.tar.xz | 3 +++ ocaml-dune.changes | 6 ++++++ ocaml-dune.spec | 13 +------------ 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 ocaml-dune-3.12.2.tar.xz create mode 100644 ocaml-dune-3.13.0.tar.xz diff --git a/_service b/_service index 07d8f58..41181d6 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-dune - f5be55fecd654fc097fa8990b62d5d826fa9b22f + 21f904250f8bc27abbeafadf70682aceb198b1e3 git disable https://github.com/ocaml/dune.git diff --git a/ocaml-dune-3.12.2.tar.xz b/ocaml-dune-3.12.2.tar.xz deleted file mode 100644 index e63c0fa..0000000 --- a/ocaml-dune-3.12.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efe7f2b75bacbddddc3f9667914b2884c7667a0f4410884c134e77063fdbeb4e -size 2078184 diff --git a/ocaml-dune-3.13.0.tar.xz b/ocaml-dune-3.13.0.tar.xz new file mode 100644 index 0000000..f5a082d --- /dev/null +++ b/ocaml-dune-3.13.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ce574a6738990b4120990a4598e1e0d9fcb6bfacea3a2bc674c61914dd06b8 +size 2111280 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index af4b115..8779967 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 16 16:16:16 UTC 2024 - ohering@suse.de + +- Update to version 3.13.0 + see included CHANGES.md file for details + ------------------------------------------------------------------- Fri Jan 5 05:05:05 UTC 2024 - ohering@suse.de diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 12dab8c..bd95704 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.12.2 +Version: 3.13.0 Release: 0 %{?ocaml_preserve_bytecode} License: MIT @@ -132,17 +132,6 @@ dune_release_pkgs="${dune_release_pkgs// /,}" # use the just built dune PATH="$PWD/.bin:$PATH" %ocaml_dune_install -%if "%build_flavor" == "devel" -# the META file removed below belongs to this package, to provide dune.configurator -mkdir -vp %buildroot%ocaml_standard_library/dune -tee %buildroot%ocaml_standard_library/dune/META <<_EOM_ -package "configurator" ( - directory = "configurator" - version = "%version" - requires = "dune-configurator" -) -_EOM_ -%endif %if "%build_flavor" == "" # the installed META file provides and requires 'dune-configurator' rm -rfv %buildroot%ocaml_standard_library