Accepting request 1240377 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1240377 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=21
This commit is contained in:
commit
31b656f516
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c
|
||||
size 1193290
|
3
Catch2-3.8.0.tar.gz
Normal file
3
Catch2-3.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087
|
||||
size 1197237
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 03:25:17 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <badshah400@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user