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: Wed Jul 8 06:31:47 UTC 2026
Modified Files:
pkgsrc/devel/catch2: Makefile distinfo
Log Message:
catch2: updated to 3.15.2
3.15.2
Fixes
Fixed --warn InfiniteGenerators triggering even if the generator was limited to specific element via path filtering.
Fixed -Wunused-parameter triggering in -fnoexceptions builds.
Improvements
catch_discover_tests can handle cases where the binary prints out non-Catch2 output due to global constructors
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.30 -r1.31 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.29 pkgsrc/devel/catch2/Makefile:1.30
--- pkgsrc/devel/catch2/Makefile:1.29 Mon Jun 22 09:53:45 2026
+++ pkgsrc/devel/catch2/Makefile Wed Jul 8 06:31:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2026/06/22 09:53:45 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/07/08 06:31:47 adam Exp $
-DISTNAME= Catch2-3.15.1
+DISTNAME= Catch2-3.15.2
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/}
Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.30 pkgsrc/devel/catch2/distinfo:1.31
--- pkgsrc/devel/catch2/distinfo:1.30 Mon Jun 22 09:53:45 2026
+++ pkgsrc/devel/catch2/distinfo Wed Jul 8 06:31:47 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.30 2026/06/22 09:53:45 adam Exp $
+$NetBSD: distinfo,v 1.31 2026/07/08 06:31:47 adam Exp $
-BLAKE2s (Catch2-3.15.1.tar.gz) = 36964581f53673dd1d1101e1f3548fb0c7f6a055d82397c82d61ca410a108972
-SHA512 (Catch2-3.15.1.tar.gz) = 2e32d3d41e4ef84d927eaaaff0a75eba8fd1e47a5ddeb6007b73934f9d1ac747bf9818d02d2cdfb6343830b5091ba4f3d66efc281fc376a4f0716753dd7c9a97
-Size (Catch2-3.15.1.tar.gz) = 1191984 bytes
+BLAKE2s (Catch2-3.15.2.tar.gz) = 47d51c8821065ac59da8597a40d202c3283995a727bdd95832c9f9bc67794dbc
+SHA512 (Catch2-3.15.2.tar.gz) = 315776b87404f390a5ef734973e059f7b9c1f8d5822e88ad2031e949ad3f98d33fa9b02f9c1cfb183a16ef34692745fe9de9e9d29a1e2a1a90dbadc49961f511
+Size (Catch2-3.15.2.tar.gz) = 1193939 bytes
SHA1 (patch-CMakeLists.txt) = 6e0f364c5931a03b0b6d5a26654e92070073778a
SHA1 (patch-src_catch2_internal_catch__floating__point__helpers.hpp) = 32d9a0146f8a04cd203876e695c9a105b53a198f
SHA1 (patch-src_catch2_matchers_catch__matchers__floating__point.cpp) = 855c7edee42b5befa4c4d70f3186809d5e0f3652
Home |
Main Index |
Thread Index |
Old Index