Accepting request 1060581 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1060581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2023-01-24 18:43:37 +00:00 committed by Git OBS Bridge
commit 01a2fcc522
4 changed files with 31 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -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