SHA256
1
0
forked from pool/doctest

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
This commit is contained in:
Luigi Baldoni 2021-02-28 19:26:31 +00:00 committed by Git OBS Bridge
parent 8bf3d4ab7b
commit dda93a45a2
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44507dae7ca2411affcb4b1dc04859bd38008696673c77ed09837befd24d9ef5
size 2264771

3
doctest-2.4.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b76ece19f0e473e3afa5c545dbdce2dd70bfef98ed0f383443b2f9fd9f86d5b4
size 2271979

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 28 18:42:28 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de> Tue Dec 15 19:25:49 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package doctest # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: doctest Name: doctest
Version: 2.4.2 Version: 2.4.5
Release: 0 Release: 0
Summary: Single-header testing framework Summary: Single-header testing framework
License: MIT License: MIT