From 93020c8ac504a4b1c4e864344dccd115152b92c70481e930bb6b64b927c8d9bc Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 28 Jan 2020 18:33:19 +0000 Subject: [PATCH] - Update to version 2.2.2 Don't follow symlink in bracket_tmpdir removal code OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ounit?expand=0&rev=34 --- _service | 4 ++-- ocaml-ounit-2.2.1.tar.xz | 3 --- ocaml-ounit-2.2.2.tar.xz | 3 +++ ocaml-ounit.changes | 6 ++++++ ocaml-ounit.spec | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 ocaml-ounit-2.2.1.tar.xz create mode 100644 ocaml-ounit-2.2.2.tar.xz diff --git a/_service b/_service index 6df8aa2..002ec82 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/gildor478/ounit.git git - 2.2.1 - v2.2.1 + 2.2.2 + v2.2.2 ocaml-ounit diff --git a/ocaml-ounit-2.2.1.tar.xz b/ocaml-ounit-2.2.1.tar.xz deleted file mode 100644 index 8550bd9..0000000 --- a/ocaml-ounit-2.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef5e72924012052a437bfa2ba1a3265724ed558c3fa9438616328e310b5f4918 -size 55604 diff --git a/ocaml-ounit-2.2.2.tar.xz b/ocaml-ounit-2.2.2.tar.xz new file mode 100644 index 0000000..c69190a --- /dev/null +++ b/ocaml-ounit-2.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dbb97e833ea41390b408662e3fd30a95b2c4dbd0830520731d730d60433e53 +size 55752 diff --git a/ocaml-ounit.changes b/ocaml-ounit.changes index a311764..9389cab 100644 --- a/ocaml-ounit.changes +++ b/ocaml-ounit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 28 18:19:20 UTC 2020 - olaf@aepfle.de + +- Update to version 2.2.2 + Don't follow symlink in bracket_tmpdir removal code + ------------------------------------------------------------------- Fri Nov 1 12:34:56 UTC 2019 - ohering@suse.de diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec index 764beb4..9e02b0f 100644 --- a/ocaml-ounit.spec +++ b/ocaml-ounit.spec @@ -17,7 +17,7 @@ Name: ocaml-ounit -Version: 2.2.1 +Version: 2.2.2 Release: 0 %{?ocaml_preserve_bytecode} Summary: Ocaml OUnit test framework