diff --git a/Catch2-3.6.0.tar.gz b/Catch2-3.6.0.tar.gz deleted file mode 100644 index 095a4a7..0000000 --- a/Catch2-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356 -size 1181300 diff --git a/Catch2-3.7.1.tar.gz b/Catch2-3.7.1.tar.gz new file mode 100644 index 0000000..8d9480e --- /dev/null +++ b/Catch2-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c +size 1193290 diff --git a/Catch2.changes b/Catch2.changes index 6b18546..3984e55 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 23 23:19:06 UTC 2024 - Atri Bhattacharya + +- 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 diff --git a/Catch2.spec b/Catch2.spec index ed872ac..cf2d215 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -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