From dda93a45a2264adeb03d8a619379a715f5ba2d5f0e3af1622160441f506d1cfe Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 28 Feb 2021 19:26:31 +0000 Subject: [PATCH] Accepting request 875816 from home:mnhauke - Update to version 2.4.5 Closed issues: * Use of std::atomic can slow down multithreaded tests #452 * Stack buffer overflow in String constructor #460 Merged pull requests: * Fix compilation on case-sensitive filesystems #463 * Use function-like macros for prefixless macro names #462 * Implement a multi lane atomic for assertion counts - Update to version 2.4.4 * combine the same tests for different build configurations from multiple shared objects without having symbol clashes #436 OBS-URL: https://build.opensuse.org/request/show/875816 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=9 --- doctest-2.4.2.tar.gz | 3 --- doctest-2.4.5.tar.gz | 3 +++ doctest.changes | 15 +++++++++++++++ doctest.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 doctest-2.4.2.tar.gz create mode 100644 doctest-2.4.5.tar.gz diff --git a/doctest-2.4.2.tar.gz b/doctest-2.4.2.tar.gz deleted file mode 100644 index ed24014..0000000 --- a/doctest-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44507dae7ca2411affcb4b1dc04859bd38008696673c77ed09837befd24d9ef5 -size 2264771 diff --git a/doctest-2.4.5.tar.gz b/doctest-2.4.5.tar.gz new file mode 100644 index 0000000..eb61195 --- /dev/null +++ b/doctest-2.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76ece19f0e473e3afa5c545dbdce2dd70bfef98ed0f383443b2f9fd9f86d5b4 +size 2271979 diff --git a/doctest.changes b/doctest.changes index c1d6b0c..cbb2e2a 100644 --- a/doctest.changes +++ b/doctest.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Feb 28 18:42:28 UTC 2021 - Martin Hauke + +- Update to version 2.4.5 + Closed issues: + * Use of std::atomic can slow down multithreaded tests #452 + * Stack buffer overflow in String constructor #460 + Merged pull requests: + * Fix compilation on case-sensitive filesystems #463 + * Use function-like macros for prefixless macro names #462 + * Implement a multi lane atomic for assertion counts +- Update to version 2.4.4 + * combine the same tests for different build configurations from + multiple shared objects without having symbol clashes #436 + ------------------------------------------------------------------- Tue Dec 15 19:25:49 UTC 2020 - Martin Hauke diff --git a/doctest.spec b/doctest.spec index d6f1140..49b46d6 100644 --- a/doctest.spec +++ b/doctest.spec @@ -1,7 +1,7 @@ # # spec file for package doctest # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.2 +Version: 2.4.5 Release: 0 Summary: Single-header testing framework License: MIT