From 1e879e7f3c23a6ad44c9725f5e03a4dfb709328957493b1d71cb78931cd9e344 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 20 Jan 2023 05:05:58 +0000 Subject: [PATCH] Accepting request 1059275 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 3.2.1: OBS-URL: https://build.opensuse.org/request/show/1059275 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/Catch2?expand=0&rev=18 --- Catch2-3.1.0.tar.gz | 3 --- Catch2-3.2.1.tar.gz | 3 +++ Catch2.changes | 19 +++++++++++++++++++ Catch2.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 Catch2-3.1.0.tar.gz create mode 100644 Catch2-3.2.1.tar.gz diff --git a/Catch2-3.1.0.tar.gz b/Catch2-3.1.0.tar.gz deleted file mode 100644 index ba017b6..0000000 --- a/Catch2-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c252b2d9537e18046d8b82535069d2567f77043f8e644acf9a9fffc22ea6e6f7 -size 1031425 diff --git a/Catch2-3.2.1.tar.gz b/Catch2-3.2.1.tar.gz new file mode 100644 index 0000000..8e84711 --- /dev/null +++ b/Catch2-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4613d3e8142b672159fcae252a4860d72c8cf8e2df5043b1ae3541db9ef5d73c +size 1068389 diff --git a/Catch2.changes b/Catch2.changes index daac75c..c29652d 100644 --- a/Catch2.changes +++ b/Catch2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jan 18 07:33:34 UTC 2023 - Atri Bhattacharya + +- Update to version 3.2.1: + * Fix the reworked decomposer to work with older (pre 9) GCC + versions (gh#catchorg/Catch2#2571). +- Changes from version 3.2.0: + * Added `CATCH_CONFIG_GETENV` compile-time toggle + * (gh#catchorg/Catch2#2562). + * Added support for more Bazel test environment variables. + * Bunch of small tweaks and improvements in reporters. + * Added support for asserting on types that can only be compared + * with literal 0 (gh#catchorg/Catch2#2555). + * Simplified internals of matcher related macros. + * Cleaned out some warnings and static analysis issues. + * Fixed serialization of test filters so the output roundtrips. + * Catch2's build no longer leaks `-ffile-prefix-map` setting to + * dependees (gh#catchorg/Catch2#2533). + ------------------------------------------------------------------- Sat Sep 24 08:01:35 UTC 2022 - Ferdinand Thiessen diff --git a/Catch2.spec b/Catch2.spec index 5a1f0d2..8decfce 100644 --- a/Catch2.spec +++ b/Catch2.spec @@ -1,7 +1,7 @@ # # spec file for package Catch2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: Catch2 -Version: 3.1.0 +Version: 3.2.1 Release: 0 Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD License: BSL-1.0