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
This commit is contained in:
parent
1e879e7f3c
commit
8324e3d353
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4613d3e8142b672159fcae252a4860d72c8cf8e2df5043b1ae3541db9ef5d73c
|
||||
size 1068389
|
3
Catch2-3.3.0.tar.gz
Normal file
3
Catch2-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe2f29a54ca775c2dd04bb97ffb79d398e6210e3caa174348b5cd3b7e4ca887d
|
||||
size 1093966
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 23 18:51:40 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <badshah400@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user