diff --git a/.files b/.files index d326858..0506a3e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b4f5a21..1ade3db 100644 --- a/.rev +++ b/.rev @@ -71,4 +71,12 @@ 1035183 + + 8d67c8d330632c97bfb3ac4e789eccbe + 2.4.11 + + dimstar_suse + + 1072828 + diff --git a/doctest-2.4.11.tar.gz b/doctest-2.4.11.tar.gz new file mode 120000 index 0000000..684ea33 --- /dev/null +++ b/doctest-2.4.11.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiesgmzbp7b5ijyeouvumenmteyf3arqspaoyj7k4moi6o2cg5hwti \ No newline at end of file diff --git a/doctest-2.4.9.tar.gz b/doctest-2.4.9.tar.gz deleted file mode 120000 index 9388590..0000000 --- a/doctest-2.4.9.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeicak5ufszobhh6cvwlfizai6q27vv5yklbtiopkxbnj5xvf43h7yq \ No newline at end of file diff --git a/doctest.changes b/doctest.changes index 6942312..79cf361 100644 --- a/doctest.changes +++ b/doctest.changes @@ -1,4 +1,21 @@ ------------------------------------------------------------------- +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 - Update to 2.4.9 diff --git a/doctest.spec b/doctest.spec index 1bffb2b..68a4e90 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