From ff465cb79e1b80290fb962215432af457a72b9bd314d23dd6b52c05183692cf7 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 2 Jan 2023 14:47:56 +0000 Subject: [PATCH 1/2] - Update to version 3.5.0 see included CHANGES.md for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=90 --- _service | 2 +- ocaml-dune-3.4.1.tar.xz | 3 --- ocaml-dune-3.5.0.tar.xz | 3 +++ ocaml-dune.changes | 6 ++++++ ocaml-dune.spec | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 ocaml-dune-3.4.1.tar.xz create mode 100644 ocaml-dune-3.5.0.tar.xz diff --git a/_service b/_service index e104dff..8e66234 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-dune - ac188544b55357c1fff277f54d1481d28a634e19 + 77c1e6f8f27f57fe0c04ec1624a85069b02437cf git disable https://github.com/ocaml/dune.git diff --git a/ocaml-dune-3.4.1.tar.xz b/ocaml-dune-3.4.1.tar.xz deleted file mode 100644 index 67d3ed1..0000000 --- a/ocaml-dune-3.4.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24049de952f4dc288c9befdb429792a266393f4dc85bd1226afb33388d602c30 -size 1312556 diff --git a/ocaml-dune-3.5.0.tar.xz b/ocaml-dune-3.5.0.tar.xz new file mode 100644 index 0000000..938d225 --- /dev/null +++ b/ocaml-dune-3.5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241e54d1284f2510541eba01a1ac392bd14b3839d1151a79820c736615696ad3 +size 1320376 diff --git a/ocaml-dune.changes b/ocaml-dune.changes index 802e109..b01fbbf 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de + +- Update to version 3.5.0 + see included CHANGES.md for details + ------------------------------------------------------------------- Tue Aug 2 02:02:02 UTC 2022 - ohering@suse.de diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 8113c9d..5ed0e54 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-dune # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define pkg ocaml-dune %global _buildshell /bin/bash Name: %pkg%nsuffix -Version: 3.4.1 +Version: 3.5.0 Release: 0 %{?ocaml_preserve_bytecode} License: MIT From da944b68a4b59bbd333dd6b5ae0cdc30422b5abd1a37fc49d8ace1af2e41f8a7 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 2 Jan 2023 20:20:39 +0000 Subject: [PATCH 2/2] ocaml-rpm-macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=91 --- ocaml-dune.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 5ed0e54..250b265 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -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 >= 20220707 +BuildRequires: ocaml-rpm-macros >= 20230101 BuildRequires: ocaml(ocaml_base_version) >= 4.08 %if "%build_flavor" == "" Provides: %name-bootstrap = %version-%release