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:   wiz
Date:           Sun Mar 22 17:55:28 UTC 2020

Modified Files:
        pkgsrc/devel/catch2: Makefile distinfo

Log Message:
catch2: update to 2.11.3.

## 2.11.3

### Fixes
* Fixed compilation error caused by lambdas in assertions under MSVC

## 2.11.2

### Improvements
* GCC and Clang now issue warnings for suspicious code in assertions (#1880)
  * E.g. `REQUIRE( int != unsigned int )` will now issue mixed signedness comparison warning
  * This has always worked on MSVC, but it now also works for GCC and current Clang versions
* Colorization of "Test filters" output should be more robust now
* `--wait-for-keypress` now also accepts `never` as an option (#1866)
* Reporters no longer round-off nanoseconds when reporting benchmarking results (#1876)
* Catch2's debug break now supports iOS while using Thumb instruction set (#1862)
* It is now possible to customize benchmark's warm-up time when running the test binary (#1844)
  * `--benchmark-warmup-time {ms}`
* User can now specify how Catch2 should break into debugger (#1846)

### Fixes
* Fixes missing `<random>` include in benchmarking (#1831)
* Fixed missing `<iterator>` include in benchmarking (#1874)
* Hidden test cases are now also tagged with `[!hide]` as per documentation (#1847)
* Detection of whether libc provides `std::nextafter` has been improved (#1854)
* Detection of `wmain` no longer incorrectly looks for `WIN32` macro (#1849)
  * Now it just detects Windows platform
* Composing already-composed matchers no longer modifies the partially-composed matcher expression
  * This bug has been present for the last ~2 years and nobody reported it


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/catch2/Makefile \
    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.1 pkgsrc/devel/catch2/Makefile:1.2
--- pkgsrc/devel/catch2/Makefile:1.1    Mon Feb  3 12:35:13 2020
+++ pkgsrc/devel/catch2/Makefile        Sun Mar 22 17:55:28 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2020/02/03 12:35:13 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/22 17:55:28 wiz Exp $
 
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      Catch2-2.11.1
+DISTNAME=      Catch2-2.11.3
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    bsiegert%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/catchorg/Catch2/
@@ -22,5 +22,4 @@ CMAKE_ARGS+=  -DBUILD_TESTING=OFF
 pre-configure:
        ${MKDIR} ${WRKSRC}/build
 
-
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.1 pkgsrc/devel/catch2/distinfo:1.2
--- pkgsrc/devel/catch2/distinfo:1.1    Mon Feb  3 12:35:13 2020
+++ pkgsrc/devel/catch2/distinfo        Sun Mar 22 17:55:28 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/02/03 12:35:13 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2020/03/22 17:55:28 wiz Exp $
 
-SHA1 (Catch2-2.11.1.tar.gz) = dbf1bee2391a58936e353f67c6935ecdfbae336b
-RMD160 (Catch2-2.11.1.tar.gz) = 4a66818140972da850d0e4daf82609175fafde17
-SHA512 (Catch2-2.11.1.tar.gz) = fe4474f7c40500bd91009cfc68a0ebb138d9c5f37d4184fed754a447983bc4716f11b3f9ae1a984d2b12d48e7909a5c20096be624b6eafcf60885fffc70051b0
-Size (Catch2-2.11.1.tar.gz) = 631509 bytes
+SHA1 (Catch2-2.11.3.tar.gz) = ba08fc5a436108b4520d791f5e4d3346a284669a
+RMD160 (Catch2-2.11.3.tar.gz) = 19d5cc6e0f84aaa58d0c61ba1beb8b2a98dd046b
+SHA512 (Catch2-2.11.3.tar.gz) = 6c7ebd3ba97de9100719d0b973a893d835adea901f9f8b6bac98d78b6e444dde2eadaf725122e3aa21c78780d5379b5cdbd8665efafeaacdecb73335020ebfd8
+Size (Catch2-2.11.3.tar.gz) = 635223 bytes



Home | Main Index | Thread Index | Old Index