From bfc180c4372fcda5721f0ae0317043dd4a485b4a72d5dba107b170c2b003018f Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 28 Sep 2019 19:49:45 +0000 Subject: [PATCH] - Update to version 2.2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ounit?expand=0&rev=30 --- _service | 4 ++-- ocaml-ounit-2.1.2.tar.xz | 3 --- ocaml-ounit-2.2.0.tar.xz | 3 +++ ocaml-ounit.changes | 2 +- ocaml-ounit.spec | 4 +++- 5 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 ocaml-ounit-2.1.2.tar.xz create mode 100644 ocaml-ounit-2.2.0.tar.xz diff --git a/_service b/_service index 230da3f..23c0e8b 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/gildor478/ounit.git git - 2.1.2 - v2.1.2 + 2.2.0 + v2.2.0 ocaml-ounit diff --git a/ocaml-ounit-2.1.2.tar.xz b/ocaml-ounit-2.1.2.tar.xz deleted file mode 100644 index d985a63..0000000 --- a/ocaml-ounit-2.1.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e96dd3fbec3515b4cac686b5d2c6e427ac1d65b2481f6d127e1d9c7c1db7d2a3 -size 54788 diff --git a/ocaml-ounit-2.2.0.tar.xz b/ocaml-ounit-2.2.0.tar.xz new file mode 100644 index 0000000..ad7482c --- /dev/null +++ b/ocaml-ounit-2.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5d59a349275934fb330640fcd28950e93db81cf39251e4e0f7da2ec86a1198 +size 55572 diff --git a/ocaml-ounit.changes b/ocaml-ounit.changes index b9742ce..6ecd445 100644 --- a/ocaml-ounit.changes +++ b/ocaml-ounit.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de -- Update to version 2.1.2 +- Update to version 2.2.0 ------------------------------------------------------------------- Tue Jul 25 13:04:54 UTC 2017 - ohering@suse.de diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index b7f67f3..edca213 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -17,7 +17,7 @@ Name: ocaml-ounit -Version: 2.1.2 +Version: 2.2.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Ocaml OUnit test framework @@ -59,6 +59,8 @@ Development files needed for application based on %{name}. %install %ocaml_dune_install +mkdir %{buildroot}$(ocamlc -where)/oUnit +cp -avt "$_" src/lib/oUnit/META %ocaml_create_file_list %check