From 30eeefed87640ca342948213a6f71211a89c30ea6a3ec82675d91eda88d67f1a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 12:16:18 +0000 Subject: [PATCH] Accepting request 1140008 from home:badshah400:branches:devel:libraries:c_c++ Update to version 3.5.2. OBS-URL: https://build.opensuse.org/request/show/1140008 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Catch2?expand=0&rev=32 --- Catch2-3.5.1.tar.gz | 3 --- Catch2-3.5.2.tar.gz | 3 +++ Catch2.changes | 9 +++++++++ Catch2.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 Catch2-3.5.1.tar.gz create mode 100644 Catch2-3.5.2.tar.gz diff --git a/Catch2-3.5.1.tar.gz b/Catch2-3.5.1.tar.gz deleted file mode 100644 index b47db7d..0000000 --- a/Catch2-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49c3ca7a68f1c8ec71307736bc6ed14fec21631707e1be9af45daf4037e75a08 -size 1159629 diff --git a/Catch2-3.5.2.tar.gz b/Catch2-3.5.2.tar.gz new file mode 100644 index 0000000..24201ca --- /dev/null +++ b/Catch2-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269543a49eb76f40b3f93ff231d4c24c27a7e16c90e47d2e45bcc564de470c6e +size 1159985 diff --git a/Catch2.changes b/Catch2.changes index 01ee4f1..b0f1b3b 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 19 18:58:25 UTC 2024 - Atri Bhattacharya + +- Update to version 3.5.2: + * Fixed -Wsubobject-linkage in the Console reporter + (gh#catchorg/Catch2#2794). + * Fixed adding new CLI Options to lvalue parser using | + (gh#catchorg/Catch2#2787). + ------------------------------------------------------------------- Tue Jan 2 12:15:06 UTC 2024 - Atri Bhattacharya diff --git a/Catch2.spec b/Catch2.spec index 7a139f4..41c811c 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -18,7 +18,7 @@ %define __builder ninja Name: Catch2 -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0