From 8324e3d3534b07851a44e5eea7e44cf9a8923a4ef0e92fbd74c0ea3c430d6f6e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 Jan 2023 08:28:36 +0000 Subject: [PATCH] Accepting request 1060509 from home:badshah400:branches:devel:libraries:c_c++ Update to version 3.3.0 OBS-URL: https://build.opensuse.org/request/show/1060509 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Catch2?expand=0&rev=20 --- Catch2-3.2.1.tar.gz | 3 --- Catch2-3.3.0.tar.gz | 3 +++ Catch2.changes | 27 +++++++++++++++++++++++++++ Catch2.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 Catch2-3.2.1.tar.gz create mode 100644 Catch2-3.3.0.tar.gz diff --git a/Catch2-3.2.1.tar.gz b/Catch2-3.2.1.tar.gz deleted file mode 100644 index 8e84711..0000000 --- a/Catch2-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4613d3e8142b672159fcae252a4860d72c8cf8e2df5043b1ae3541db9ef5d73c -size 1068389 diff --git a/Catch2-3.3.0.tar.gz b/Catch2-3.3.0.tar.gz new file mode 100644 index 0000000..2aac880 --- /dev/null +++ b/Catch2-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2f29a54ca775c2dd04bb97ffb79d398e6210e3caa174348b5cd3b7e4ca887d +size 1093966 diff --git a/Catch2.changes b/Catch2.changes index c29652d..6da51c1 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jan 23 18:51:40 UTC 2023 - Atri Bhattacharya + +- Update to version 3.3.0: + * Added MessageMatches exception matcher + (gh#catchorg/Catch2#2570). + * Added RangeEquals and UnorderedRangeEquals generic range + matchers (gh#catchorg/Catch2#2377). + * Added SKIP macro for skipping tests from within the test body + (gh#catchorg/Catch2#2360). + * Restored support for PPC Macs in the break-into-debugger + functionality (gh#catchorg/Catch2#2619). + * Made our warning suppression compatible with CUDA toolkit pre + 11.5 (gh#catchorg/Catch2#2626). + * Cleaned out some static analysis complaints. + * Fixed macro redefinition warning when NVCC was reporting as + MSVC (gh#catchorg/Catch2#2603). + * Fixed throws in generator constructor causing the whole binary + to abort (gh#catchorg/Catch2#2615). + * Fixed missing transitive include with libstdc++13 + (gh#catchorg/Catch2#2611). + * Improved support for dynamic library build with non-MSVC + compilers on Windows (gh#catchorg/Catch2#2630). + * When used as a subproject, Catch2 keeps its generated header + in a separate directory from the main project + (gh#catchorg/Catch2#2604). + ------------------------------------------------------------------- Wed Jan 18 07:33:34 UTC 2023 - Atri Bhattacharya diff --git a/Catch2.spec b/Catch2.spec index 8decfce..bce379f 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -17,7 +17,7 @@ Name: Catch2 -Version: 3.2.1 +Version: 3.3.0 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0