From 205341ffc2c2ac0a3b1d7aa03cf1ad5d27a042b62bf4888b142c9c26f15e6913 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 18 Mar 2023 10:42:19 +0000 Subject: [PATCH] Accepting request 1072822 from home:amanzini:branches:devel:tools - Update to 2.4.11 * fixed issue #755 - FAIL/FAIL_CHECK weren't properly reported with the junit reporter * fixed #751 which was caused by commit db758e0 when turning the values from an enum to an integer implicitly * removed the generated html docs - Update to 2.4.10 * Add Intel Compiler support * Fix stringification of enums that overload operator<< * Suppress hash() clang integer sanitizer issues * Fix compile errors when comparing pointers. * Use variables instead of hard-coded mpirun -np * Fix typos and CMake example in docs OBS-URL: https://build.opensuse.org/request/show/1072822 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=19 --- doctest-2.4.11.tar.gz | 3 +++ doctest-2.4.9.tar.gz | 3 --- doctest.changes | 17 +++++++++++++++++ doctest.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 doctest-2.4.11.tar.gz delete mode 100644 doctest-2.4.9.tar.gz diff --git a/doctest-2.4.11.tar.gz b/doctest-2.4.11.tar.gz new file mode 100644 index 0000000..0f9eed4 --- /dev/null +++ b/doctest-2.4.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186 +size 2183312 diff --git a/doctest-2.4.9.tar.gz b/doctest-2.4.9.tar.gz deleted file mode 100644 index 4a3cd01..0000000 --- a/doctest-2.4.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19b2df757f2f3703a5e63cee553d85596875f06d91a3333acd80a969ef210856 -size 2292632 diff --git a/doctest.changes b/doctest.changes index 3f8c941..dc3ac83 100644 --- a/doctest.changes +++ b/doctest.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Mar 18 09:47:39 UTC 2023 - Andrea Manzini + +- Update to 2.4.11 + * fixed issue #755 - FAIL/FAIL_CHECK weren't properly reported with the junit reporter + * fixed #751 which was caused by commit db758e0 when turning the values from an enum to an integer implicitly + * removed the generated html docs + +- Update to 2.4.10 + * Add Intel Compiler support + * Fix stringification of enums that overload operator<< + * Suppress hash() clang integer sanitizer issues + * Fix compile errors when comparing pointers. + * Use variables instead of hard-coded mpirun -np + * Fix typos and CMake example in docs + + ------------------------------------------------------------------- Tue Nov 8 10:42:36 UTC 2022 - Matwey Kornilov diff --git a/doctest.spec b/doctest.spec index 4bf0930..1d36a7c 100644 --- a/doctest.spec +++ b/doctest.spec @@ -1,7 +1,7 @@ # # spec file for package doctest # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: doctest -Version: 2.4.9 +Version: 2.4.11 Release: 0 Summary: Single-header testing framework License: MIT