Accepting request 1202908 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1202908 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=20
This commit is contained in:
commit
f622032f8d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356
|
||||
size 1181300
|
3
Catch2-3.7.1.tar.gz
Normal file
3
Catch2-3.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c
|
||||
size 1193290
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 23:19:06 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 3.7.1:
|
||||
- Applied the JUnit reporter's optimization from last release to
|
||||
the SonarQube reporter
|
||||
- Suppressed `-Wuseless-cast` in CHECK_THROWS_MATCHES
|
||||
(gh#catchorg/Catch2#2904)
|
||||
- Standardize exit codes for various failures
|
||||
- Fixed out-of-bounds access when the arg parser encounters
|
||||
single `-` as an argument (gh#catchorg/Catch2#2905)
|
||||
- Added catch_config_prefix_messages.hpp to meson build
|
||||
(gh#catchorg/Catch2#2903)
|
||||
- `catch_discover_tests` now supports skipped tests
|
||||
(gh#catchorg/Catch2#2873)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 19:14:33 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define __builder ninja
|
||||
Name: Catch2
|
||||
Version: 3.6.0
|
||||
Version: 3.7.1
|
||||
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