From 842f61476eacf57ada77819a451b21acd9650e20be9257ebd548b817ed972649 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 11 Nov 2023 12:36:36 +0000 Subject: [PATCH] - Update to version 20231101 see included CHANGES.md file for details OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-pyml?expand=0&rev=36 --- _service | 2 +- ocaml-pyml-20220905.tar.xz | 3 --- ocaml-pyml-20231101.tar.xz | 3 +++ ocaml-pyml.changes | 6 ++++++ ocaml-pyml.spec | 4 ++-- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 ocaml-pyml-20220905.tar.xz create mode 100644 ocaml-pyml-20231101.tar.xz diff --git a/_service b/_service index cd67608..b8a1e72 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-pyml - e33f4c49cc97e7bc6f8e5faaa64cce994470642e + 01ddf05ecf679f288416ea99f40f9ccbbfbfcb7c git disable https://github.com/thierry-martinez/pyml.git diff --git a/ocaml-pyml-20220905.tar.xz b/ocaml-pyml-20220905.tar.xz deleted file mode 100644 index 283f671..0000000 --- a/ocaml-pyml-20220905.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d9e7afd5e8a5a7c4a0597208ff6e35bf3871f7e1a0559a452352573b454ee5c -size 74488 diff --git a/ocaml-pyml-20231101.tar.xz b/ocaml-pyml-20231101.tar.xz new file mode 100644 index 0000000..c877440 --- /dev/null +++ b/ocaml-pyml-20231101.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823b4239c4fc4d9c8887b654d42f855ea9df1c072b731fe79b269e898764fec3 +size 75720 diff --git a/ocaml-pyml.changes b/ocaml-pyml.changes index 883ef06..79f97c9 100644 --- a/ocaml-pyml.changes +++ b/ocaml-pyml.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 11 11:11:11 UTC 2023 - ohering@suse.de + +- Update to version 20231101 + see included CHANGES.md file for details + ------------------------------------------------------------------- Sun Jan 1 01:01:01 UTC 2023 - ohering@suse.de diff --git a/ocaml-pyml.spec b/ocaml-pyml.spec index 3032c87..ed4caca 100644 --- a/ocaml-pyml.spec +++ b/ocaml-pyml.spec @@ -29,7 +29,7 @@ ExclusiveArch: do-not-build %define pkg ocaml-pyml Name: %pkg%nsuffix -Version: 20220905 +Version: 20231101 Release: 0 %{?ocaml_preserve_bytecode} Summary: Stdcompat: compatibility module for OCaml standard library @@ -39,7 +39,7 @@ URL: https://opam.ocaml.org/packages/pyml Source0: %pkg-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune >= 2.8 -BuildRequires: ocaml-rpm-macros >= 20230101 +BuildRequires: ocaml-rpm-macros >= 20231101 BuildRequires: ocamlfind(bigarray) BuildRequires: ocamlfind(stdcompat) BuildRequires: ocamlfind(unix)