Accepting request 1157067 from home:badshah400:branches:devel:libraries:c_c++
Update to version 3.5.3. OBS-URL: https://build.opensuse.org/request/show/1157067 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Catch2?expand=0&rev=34
This commit is contained in:
parent
30eeefed87
commit
104f11bc3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:269543a49eb76f40b3f93ff231d4c24c27a7e16c90e47d2e45bcc564de470c6e
|
||||
size 1159985
|
3
Catch2-3.5.3.tar.gz
Normal file
3
Catch2-3.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d723b0535c94860ef8cf6231580fa47d67a3416757ecb10639e40d748ab6c71
|
||||
size 1169512
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 00:46:11 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 3.5.3:
|
||||
* Fixed OOB access when computing filename tag (from the -#
|
||||
flag) for file without extension (gh#catchorg/Catch2#2798).
|
||||
* Fixed the linking against log on Android to be PRIVATE
|
||||
(gh#catchorg/Catch2#2815).
|
||||
* Fixed Wuseless-cast in benchmarking internals
|
||||
(gh#catchorg/Catch2#2823).
|
||||
* Restored compatibility with VS2017 (gh#catchorg/Catch2#2792,
|
||||
gh#catchorg/Catch2#2822).
|
||||
* Suppressed clang-tidy's bugprone-chained-comparison in
|
||||
assertions (gh#catchorg/Catch2#2801).
|
||||
* Improved the static analysis mode to evaluate arguments to
|
||||
TEST_CASE and SECTION (gh#catchorg/Catch2#2817).
|
||||
* Added support for literal-zero detectors based on consteval
|
||||
constructors.
|
||||
* Disabled tests for FP random generator reproducibility on
|
||||
non-SSE2 x86 targets (gh#catchorg/Catch2#2796).
|
||||
* Modified the in-tree Conan recipe to support Conan 2
|
||||
(gh#catchorg/Catch2#2805).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 18:58:25 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define __builder ninja
|
||||
Name: Catch2
|
||||
Version: 3.5.2
|
||||
Version: 3.5.3
|
||||
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