From 104f11bc3e9a28843558340514db2fa4f055963e0826efa14a55668a28fc5dc5 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 15 Mar 2024 02:40:00 +0000 Subject: [PATCH] Accepting request 1157067 from home:badshah400:branches:devel:libraries:c_c++ Update to version 3.5.3. OBS-URL: https://build.opensuse.org/request/show/1157067 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Catch2?expand=0&rev=34 --- Catch2-3.5.2.tar.gz | 3 --- Catch2-3.5.3.tar.gz | 3 +++ Catch2.changes | 23 +++++++++++++++++++++++ Catch2.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 Catch2-3.5.2.tar.gz create mode 100644 Catch2-3.5.3.tar.gz diff --git a/Catch2-3.5.2.tar.gz b/Catch2-3.5.2.tar.gz deleted file mode 100644 index 24201ca..0000000 --- a/Catch2-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:269543a49eb76f40b3f93ff231d4c24c27a7e16c90e47d2e45bcc564de470c6e -size 1159985 diff --git a/Catch2-3.5.3.tar.gz b/Catch2-3.5.3.tar.gz new file mode 100644 index 0000000..9964262 --- /dev/null +++ b/Catch2-3.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d723b0535c94860ef8cf6231580fa47d67a3416757ecb10639e40d748ab6c71 +size 1169512 diff --git a/Catch2.changes b/Catch2.changes index b0f1b3b..2e938de 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Mar 12 00:46:11 UTC 2024 - Atri Bhattacharya + +- Update to version 3.5.3: + * Fixed OOB access when computing filename tag (from the -# + flag) for file without extension (gh#catchorg/Catch2#2798). + * Fixed the linking against log on Android to be PRIVATE + (gh#catchorg/Catch2#2815). + * Fixed Wuseless-cast in benchmarking internals + (gh#catchorg/Catch2#2823). + * Restored compatibility with VS2017 (gh#catchorg/Catch2#2792, + gh#catchorg/Catch2#2822). + * Suppressed clang-tidy's bugprone-chained-comparison in + assertions (gh#catchorg/Catch2#2801). + * Improved the static analysis mode to evaluate arguments to + TEST_CASE and SECTION (gh#catchorg/Catch2#2817). + * Added support for literal-zero detectors based on consteval + constructors. + * Disabled tests for FP random generator reproducibility on + non-SSE2 x86 targets (gh#catchorg/Catch2#2796). + * Modified the in-tree Conan recipe to support Conan 2 + (gh#catchorg/Catch2#2805). + ------------------------------------------------------------------- Fri Jan 19 18:58:25 UTC 2024 - Atri Bhattacharya diff --git a/Catch2.spec b/Catch2.spec index 41c811c..9057b7d 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -18,7 +18,7 @@ %define __builder ninja Name: Catch2 -Version: 3.5.2 +Version: 3.5.3 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0