SHA256
1
0
forked from pool/doctest

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
This commit is contained in:
Martin Pluskal 2023-03-18 10:42:19 +00:00 committed by Git OBS Bridge
parent 9487f28ca9
commit 8ec8b1e6b8
4 changed files with 22 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 18 09:47:39 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- 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 <matwey.kornilov@gmail.com> Tue Nov 8 10:42:36 UTC 2022 - Matwey Kornilov <matwey.kornilov@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package doctest # 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 # 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.9 Version: 2.4.11
Release: 0 Release: 0
Summary: Single-header testing framework Summary: Single-header testing framework
License: MIT License: MIT