From c679c32d093451498dbcf1580e909cd84e7d08083c203599da89dc139ccbdb18 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 2 Aug 2022 07:27:29 +0000 Subject: [PATCH] - Update to version 3.4.1 see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=88 --- _service | 2 +- ocaml-dune-3.3.1.tar.xz | 3 --- ocaml-dune-3.4.1.tar.xz | 3 +++ ocaml-dune.changes | 6 ++++++ ocaml-dune.spec | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 ocaml-dune-3.3.1.tar.xz create mode 100644 ocaml-dune-3.4.1.tar.xz diff --git a/_service b/_service index 648b7b5..e104dff 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-dune - b3232b22e13ff2fe4db994ba7ae3db727d1493cd + ac188544b55357c1fff277f54d1481d28a634e19 git disable https://github.com/ocaml/dune.git diff --git a/ocaml-dune-3.3.1.tar.xz b/ocaml-dune-3.3.1.tar.xz deleted file mode 100644 index a3cee9e..0000000 --- a/ocaml-dune-3.3.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17bc3429f3768bb1e3e99456d3cb243a2b20e12ba916a6ace0414aceea4cafb7 -size 1304608 diff --git a/ocaml-dune-3.4.1.tar.xz b/ocaml-dune-3.4.1.tar.xz new file mode 100644 index 0000000..67d3ed1 --- /dev/null +++ b/ocaml-dune-3.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24049de952f4dc288c9befdb429792a266393f4dc85bd1226afb33388d602c30 +size 1312556 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index 3cf549e..802e109 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 2 02:02:02 UTC 2022 - ohering@suse.de + +- Update to version 3.4.1 + see included CHANGES.md for details + ------------------------------------------------------------------- Wed Jun 22 22:22:22 UTC 2022 - ohering@suse.de diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 0f8bdfe..8113c9d 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.3.1 +Version: 3.4.1 Release: 0 %{?ocaml_preserve_bytecode} License: MIT @@ -34,7 +34,7 @@ BuildRoot: %_tmppath/%name-%version-build URL: https://opam.ocaml.org/packages/dune Source0: %pkg-%version.tar.xz Requires: ocamlfind(compiler-libs) -BuildRequires: ocaml-rpm-macros >= 20220409 +BuildRequires: ocaml-rpm-macros >= 20220707 BuildRequires: ocaml(ocaml_base_version) >= 4.08 %if "%build_flavor" == "" Provides: %name-bootstrap = %version-%release