Accepting request 1166894 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1166894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=18
This commit is contained in:
2024-04-14 09:53:36 +00:00
committed by Git OBS Bridge
4 changed files with 35 additions and 4 deletions
+31
View File
@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Apr 10 13:38:14 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.5.4:
* Fixes:
- Fixed potential compilation error when asked to generate
random integers whose type did not match `std::(u)int*_t`.
- Added missing outlined destructor causing
`Wdelete-incomplete` when compiling against libstdc++ in
C++23 mode (gh#catchorg/Catch2#2852).
- Fixed regression where decomposing assertion with const
instance of `std::foo_ordering` would not compile.
* Improvements:
- Reintroduced support for GCC 5 and 6
(gh#catchorg/Catch2#2836).
- `CATCH_CONFIG_DEFAULT_REPORTER` can now be an arbitrary
reporter spec.
- Improved performance of generating 64bit random integers by
20+%.
* Miscellaneous:
- Significantly improved Conan in-tree recipe
(gh#catchorg/Catch2#2831).
- `DL_PATHS` in `catch_discover_tests` now supports multiple
arguments (gh#catchorg/Catch2#2852,
gh#catchorg/Catch2#2736).
- Fixed preprocessor logic for checking whether we expect
reproducible floating point results in tests.
- Improved the floating point tests structure to avoid
`Wunused` when the reproducibility tests are disabled
(gh#catchorg/Catch2#2845).
-------------------------------------------------------------------
Tue Mar 12 00:46:11 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
+1 -1
View File
@@ -18,7 +18,7 @@
%define __builder ninja
Name: Catch2
Version: 3.5.3
Version: 3.5.4
Release: 0
Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
License: BSL-1.0
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.