From ea5699e06a00593f92fec68aa527b0f2ae125d57b3a0862e75c8b217aff038ee Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 5 Aug 2021 18:17:58 +0000 Subject: [PATCH] Accepting request 910364 from home:alois:branches:devel:libraries:c_c++ - Update to version 2.13.7 Fixes: * Added missing `` include in benchmarking. * Fixed noexcept build with benchmarking enabled. * Fixed build for compilers with C++17 support but without C++17 library support. * JUnit only uses 3 decimal places when reporting durations. * `!mayfail` tagged tests are now marked as `skipped` in JUnit reporter output. OBS-URL: https://build.opensuse.org/request/show/910364 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Catch2?expand=0&rev=13 --- Catch2-2.13.6.tar.gz | 3 --- Catch2-2.13.7.tar.gz | 3 +++ Catch2.changes | 13 +++++++++++++ Catch2.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 Catch2-2.13.6.tar.gz create mode 100644 Catch2-2.13.7.tar.gz diff --git a/Catch2-2.13.6.tar.gz b/Catch2-2.13.6.tar.gz deleted file mode 100644 index e0915ab..0000000 --- a/Catch2-2.13.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48dfbb77b9193653e4e72df9633d2e0383b9b625a47060759668480fdf24fbd4 -size 659811 diff --git a/Catch2-2.13.7.tar.gz b/Catch2-2.13.7.tar.gz new file mode 100644 index 0000000..e11ec89 --- /dev/null +++ b/Catch2-2.13.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdb4138a072e4c0290034fe22d9f0a80d3bcfb8d7a8a5c49ad75d3a5da24fae +size 661014 diff --git a/Catch2.changes b/Catch2.changes index 28924f1..0c71e9e 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 5 11:24:30 UTC 2021 - Luigi Baldoni + +- Update to version 2.13.7 + Fixes: + * Added missing `` include in benchmarking. + * Fixed noexcept build with benchmarking enabled. + * Fixed build for compilers with C++17 support but without + C++17 library support. + * JUnit only uses 3 decimal places when reporting durations. + * `!mayfail` tagged tests are now marked as `skipped` in JUnit + reporter output. + ------------------------------------------------------------------- Mon May 3 18:05:28 UTC 2021 - Ferdinand Thiessen diff --git a/Catch2.spec b/Catch2.spec index 107aff4..ecc7bcc 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -17,7 +17,7 @@ Name: Catch2 -Version: 2.13.6 +Version: 2.13.7 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0