Accepting request 1059876 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1059876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=9
This commit is contained in:
commit
9c8871512d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c252b2d9537e18046d8b82535069d2567f77043f8e644acf9a9fffc22ea6e6f7
|
||||
size 1031425
|
3
Catch2-3.2.1.tar.gz
Normal file
3
Catch2-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4613d3e8142b672159fcae252a4860d72c8cf8e2df5043b1ae3541db9ef5d73c
|
||||
size 1068389
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 07:33:34 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <rpm@fthiessen.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user