Accepting request 890402 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/890402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Catch2?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-05-07 14:45:12 +00:00 committed by Git OBS Bridge
commit e83e34cb4a
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fee7d643599d10680bfd482799709f14ed282a8b7db82f54ec75ec9af32fa76
size 659672

3
Catch2-2.13.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48dfbb77b9193653e4e72df9633d2e0383b9b625a47060759668480fdf24fbd4
size 659811

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 3 18:05:28 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2.13.6
* Disabling all signal handlers no longer breaks compilation
* catch_discover_tests should handle escaped semicolon (;) better
-------------------------------------------------------------------
Tue Apr 13 07:50:44 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -17,7 +17,7 @@
Name: Catch2
Version: 2.13.5
Version: 2.13.6
Release: 0
Summary: A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
License: BSL-1.0
@ -49,7 +49,7 @@ extensions may require additional headers.
%cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name} \
-DPKGCONFIG_INSTALL_DIR=%{_libdir}/pkgconfig
%make_jobs
%cmake_build
%install
%cmake_install