Accepting request 1158118 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1158118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=17
This commit is contained in:
Ana Guerrero 2024-03-17 21:10:39 +00:00 committed by Git OBS Bridge
commit aa3199b0f7
4 changed files with 27 additions and 4 deletions

View File

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

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

View File

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

View File

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