pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/catch2



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 17 12:10:39 UTC 2022

Modified Files:
        pkgsrc/devel/catch2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/catch2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/catch2/Makefile
diff -u pkgsrc/devel/catch2/Makefile:1.11 pkgsrc/devel/catch2/Makefile:1.12
--- pkgsrc/devel/catch2/Makefile:1.11   Sun Oct  9 07:24:47 2022
+++ pkgsrc/devel/catch2/Makefile        Mon Oct 17 12:10:39 2022
@@ -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/}

Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.12 pkgsrc/devel/catch2/distinfo:1.13
--- pkgsrc/devel/catch2/distinfo:1.12   Sun Oct  9 07:24:47 2022
+++ pkgsrc/devel/catch2/distinfo        Mon Oct 17 12:10:39 2022
@@ -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