From c644b1e5043be78491baf76d4f5c9734a657ee5cb44c5d79a8251291d0db9429 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sun, 24 Jan 2021 22:13:31 +0000 Subject: [PATCH] - Update to version 2.2.4 Skip AssertCodePosition test if no debug symbols are available OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ounit?expand=0&rev=42 --- _service | 2 +- ocaml-ounit-2.2.3.tar.xz | 3 --- ocaml-ounit-2.2.4.tar.xz | 3 +++ ocaml-ounit.changes | 6 ++++++ ocaml-ounit.spec | 6 +++--- 5 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 ocaml-ounit-2.2.3.tar.xz create mode 100644 ocaml-ounit-2.2.4.tar.xz diff --git a/_service b/_service index 4a53893..3722cc9 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-ounit - 84086bd161e400a99e5cb9cf14b2eabb19ad32de + faf4936b17507406c7592186dcaa3f25c6fc138a git disable https://github.com/gildor478/ounit.git diff --git a/ocaml-ounit-2.2.3.tar.xz b/ocaml-ounit-2.2.3.tar.xz deleted file mode 100644 index 805bb2f..0000000 --- a/ocaml-ounit-2.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f46d4c31bc88143375e3a90c5db1e2278aae7de92eb8b9736eb5616997a5cfbb -size 56512 diff --git a/ocaml-ounit-2.2.4.tar.xz b/ocaml-ounit-2.2.4.tar.xz new file mode 100644 index 0000000..9ab2461 --- /dev/null +++ b/ocaml-ounit-2.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e726d6a1d8f68a7591ddd65fe4209523a647132818d0ccfce3b4a988d652c18c +size 56664 diff --git a/ocaml-ounit.changes b/ocaml-ounit.changes index 41921c8..9e232e5 100644 --- a/ocaml-ounit.changes +++ b/ocaml-ounit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de + +- Update to version 2.2.4 + Skip AssertCodePosition test if no debug symbols are available + ------------------------------------------------------------------- Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index aac8f9a..017c19c 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-ounit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_with ocaml_lwt Name: ocaml-ounit -Version: 2.2.3 +Version: 2.2.4 Release: 0 %{?ocaml_preserve_bytecode} Summary: Ocaml OUnit test framework @@ -29,7 +29,7 @@ URL: https://opam.ocaml.org/packages/ounit Source0: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20200514 +BuildRequires: ocaml-rpm-macros >= 20210114 BuildRequires: ocamlfind(bytes) BuildRequires: ocamlfind(stdlib-shims) BuildRequires: ocamlfind(str)