diff --git a/Catch2-3.5.4.tar.gz b/Catch2-3.5.4.tar.gz deleted file mode 100644 index a3f9462..0000000 --- a/Catch2-3.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7754b711242c167d8f60b890695347f90a1ebc95949a045385114165d606dbb -size 1172449 diff --git a/Catch2-3.6.0.tar.gz b/Catch2-3.6.0.tar.gz new file mode 100644 index 0000000..095a4a7 --- /dev/null +++ b/Catch2-3.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485932259a75c7c6b72d4b874242c489ea5155d17efa345eb8cc72159f49f356 +size 1181300 diff --git a/Catch2.changes b/Catch2.changes index ca3b179..6b18546 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon May 13 19:14:33 UTC 2024 - Atri Bhattacharya + +- Update to version 3.6.0: + * Fixes + - Fixed the JUnit reporter sometimes crashing when reporting a + fatal error (gh#catchorg/Catch2#1210, + gh#catchorg/Catch2#2855). + * Improvements + - Disable -Wnon-virtual-dtor in Decomposer and Matchers + (gh#catchorg/Catch2#2854). + - precision in floating point stringmakers defaults to + max_digits10. + - Column wrapping ignores ansi colour codes when calculating + string width (gh#catchorg/Catch2#2833, + gh#catchorg/Catch2#2849). + * Miscellaneous + - Conan support improvements + - SelfTest target can be built through Bazel + (gh#catchorg/Catch2#2857). + ------------------------------------------------------------------- Wed Apr 10 13:38:14 UTC 2024 - Atri Bhattacharya diff --git a/Catch2.spec b/Catch2.spec index fc39454..ed872ac 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -18,7 +18,7 @@ %define __builder ninja Name: Catch2 -Version: 3.5.4 +Version: 3.6.0 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0