diff --git a/Catch2-3.7.1.tar.gz b/Catch2-3.7.1.tar.gz deleted file mode 100644 index 8d9480e..0000000 --- a/Catch2-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c -size 1193290 diff --git a/Catch2-3.8.0.tar.gz b/Catch2-3.8.0.tar.gz new file mode 100644 index 0000000..3c60bf8 --- /dev/null +++ b/Catch2-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087 +size 1197237 diff --git a/Catch2.changes b/Catch2.changes index 3984e55..7c61526 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 23 03:25:17 UTC 2025 - Atri Bhattacharya + +- Update to version 3.8.0: + * Improvements: + - Added std::initializer_list overloads for + (Unordered)RangeEquals matcher (gh#catchorg/Catch2#2915, + gh#catchorg/Catch2#2919). + - Added explicit casts to silence GCC's Wconversion + (gh#catchorg/Catch2#2875). + - Made the use of builtin_constant_p tricks in assertion + macros configurable (gh#catchorg/Catch2#2925) . + - Cleaned out Clang-Tidy's performance-enum-size warnings. + - Added support for using from_range generator with iterators + with value_type = const T (gh#catchorg/Catch2#2926). + * Bug fixes: + - Fixed crash when stringifying pre-1970 (epoch) dates on + Windows (gh#catchorg/Catch2#2944). + - Fixes and improvements for catch_discover_tests CMake + helper. + - Bumped up the minimum required CMake version to build Catch2 + to 3.16. + - Meson build now provides option to avoid installing Catch2. + ------------------------------------------------------------------- Mon Sep 23 23:19:06 UTC 2024 - Atri Bhattacharya diff --git a/Catch2.spec b/Catch2.spec index cf2d215..82588b0 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -1,7 +1,7 @@ # # spec file for package Catch2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define __builder ninja Name: Catch2 -Version: 3.7.1 +Version: 3.8.0 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0