pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/catch2 catch2: updated to 2.13.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c46baad22f58
branches:  trunk
changeset: 386893:c46baad22f58
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 17 12:10:39 2022 +0000

description:
catch2: updated to 2.13.10

v2.13.10

Fixes

Fixed issue with catch_discover_tests when there is multiple of 256 tests
Catch2-provided main and wmain are explicitly marked as __cdecl when compiled with MSVC
Improved break-into-debugger behaviour for ARM Macs. It should now be possible to step execution after the break
Replaced deprecated std::aligned_storage

diffstat:

 devel/catch2/Makefile |  4 ++--
 devel/catch2/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 20ea27b6ca36 -r c46baad22f58 devel/catch2/Makefile
--- a/devel/catch2/Makefile     Mon Oct 17 11:03:25 2022 +0000
+++ b/devel/catch2/Makefile     Mon Oct 17 12:10:39 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2022/10/09 07:24:47 adam Exp $
+# $NetBSD: Makefile,v 1.12 2022/10/17 12:10:39 adam Exp $
 
-DISTNAME=      Catch2-2.13.9
+DISTNAME=      Catch2-2.13.10
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
diff -r 20ea27b6ca36 -r c46baad22f58 devel/catch2/distinfo
--- a/devel/catch2/distinfo     Mon Oct 17 11:03:25 2022 +0000
+++ b/devel/catch2/distinfo     Mon Oct 17 12:10:39 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/10/09 07:24:47 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/10/17 12:10:39 adam Exp $
 
-BLAKE2s (Catch2-2.13.9.tar.gz) = f8dec48d645a69b6ae0be96dde498308e9000f62e59bc9b87890791eae0551fa
-SHA512 (Catch2-2.13.9.tar.gz) = 4a254a20a1d916c14ffa072daa3d371d9ad4b5eb4d3c9257301c7c2ae9171116701cca2438a66ab731604c5b7a9cf4336197a31e32b8ca9bcf93db64bbba344b
-Size (Catch2-2.13.9.tar.gz) = 661915 bytes
+BLAKE2s (Catch2-2.13.10.tar.gz) = 6e3878812fdec2e6f19d0b847d82c95258a52e30a6b01f8d60b329edf4bb17cc
+SHA512 (Catch2-2.13.10.tar.gz) = 33c2292d5d315128a73f8cff27e92f86f3af30c45ce199297110b3cd2bf7d67a972fbcf7415aed1c467c384e0e3c63900c90faedff1d74c9d94b9e3e43df5ee2
+Size (Catch2-2.13.10.tar.gz) = 662225 bytes



Home | Main Index | Thread Index | Old Index