diff --git a/_service b/_service index 3722cc9..1b2ea54 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ ocaml-ounit - faf4936b17507406c7592186dcaa3f25c6fc138a + 77f01c482bd618eabde7c5065beae2d68db88723 git disable https://github.com/gildor478/ounit.git diff --git a/ocaml-ounit-2.2.4.tar.xz b/ocaml-ounit-2.2.4.tar.xz deleted file mode 100644 index 9ab2461..0000000 --- a/ocaml-ounit-2.2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e726d6a1d8f68a7591ddd65fe4209523a647132818d0ccfce3b4a988d652c18c -size 56664 diff --git a/ocaml-ounit-2.2.6.tar.xz b/ocaml-ounit-2.2.6.tar.xz new file mode 100644 index 0000000..374b1a5 --- /dev/null +++ b/ocaml-ounit-2.2.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa88292c935fbdbb3e9db7c7e9ac88a20cdb374776806f4a4972a454bbf75bb +size 56936 diff --git a/ocaml-ounit.changes b/ocaml-ounit.changes index 9e232e5..e18c059 100644 --- a/ocaml-ounit.changes +++ b/ocaml-ounit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de + +- Update to version 2.2.6 + support for OCaml 5.0 + ------------------------------------------------------------------- Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index 82c5e3b..b479a09 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-ounit # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,19 @@ %bcond_with ocaml_lwt Name: ocaml-ounit -Version: 2.2.4 +Version: 2.2.6 Release: 0 %{?ocaml_preserve_bytecode} Summary: Ocaml OUnit test framework License: MIT Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/ounit -Source0: %{name}-%{version}.tar.xz +Source0: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210121 +BuildRequires: ocaml-rpm-macros >= 20220222 BuildRequires: ocamlfind(bytes) +BuildRequires: ocamlfind(seq) BuildRequires: ocamlfind(stdlib-shims) BuildRequires: ocamlfind(str) BuildRequires: ocamlfind(threads) @@ -47,12 +48,12 @@ framework for Haskell. It is similar to JUnit, and other xUnit testing frameworks. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version %description devel -Development files needed for application based on %{name}. +Development files needed for application based on %name. %prep %autosetup -p1 @@ -67,15 +68,15 @@ dune_release_pkgs="${dune_release_pkgs},ounit-lwt,ounit2-lwt" %install %ocaml_dune_install -mkdir %{buildroot}$(ocamlc -where)/oUnit +mkdir %buildroot$(ocamlc -where)/oUnit cp -avt "$_" src/lib/oUnit/META %ocaml_create_file_list %check %ocaml_dune_test -%files -f %{name}.files +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %changelog