pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/check Update to 0.10.0. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31bf5b8403de
branches:  trunk
changeset: 348613:31bf5b8403de
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Jun 17 02:25:47 2016 +0000

description:
Update to 0.10.0. From the changelog:

* CMake on MinGW and MSVC was unable to find time related types because
  time.h was not included. This header is now included for the checks.
  Patch #53.

* If the test runner process catches a SIGTERM or SIGINT signal the running
  tests are now also killed.
  Patch #52.

* If Check is compiled without support for fork(), the behavior of
  functions which require fork() to be useful have been changed.
  Functions that attempt to set CK_FORK mode are no-ops,
  check_fork() returns in failure, and check_waitpid_and_exit()
  exits in failure.

* Add space around operators in assert messages for readability.
  Bug #102.

* Use mkstemp() if available instead of tmpfile() or tempnam().
  Patch #51.

* Fix issue with string formatting in ck_assert(), where using
  the % operator would be interpreted as a string formatter. Bug #96.

* In nofork mode, the location of a failed assertion within a test
  case was lost if that test case has a checked teardown fixture
  (even if that fixture function is empty). This is now fixed.
  Bug #99

diffstat:

 devel/check/Makefile |   6 ++++--
 devel/check/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r e42eb0e39a42 -r 31bf5b8403de devel/check/Makefile
--- a/devel/check/Makefile      Thu Jun 16 23:20:48 2016 +0000
+++ b/devel/check/Makefile      Fri Jun 17 02:25:47 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2014/12/12 07:38:43 mef Exp $
+# $NetBSD: Makefile,v 1.21 2016/06/17 02:25:47 schmonz Exp $
 #
 
-DISTNAME=      check-0.9.14
+DISTNAME=      check-0.10.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=check/}
 
@@ -16,5 +16,7 @@
 
 PKGCONFIG_OVERRIDE=    check.pc.in
 
+TEST_TARGET=   check
+
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e42eb0e39a42 -r 31bf5b8403de devel/check/distinfo
--- a/devel/check/distinfo      Thu Jun 16 23:20:48 2016 +0000
+++ b/devel/check/distinfo      Fri Jun 17 02:25:47 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2015/11/03 03:27:18 agc Exp $
+$NetBSD: distinfo,v 1.17 2016/06/17 02:25:47 schmonz Exp $
 
-SHA1 (check-0.9.14.tar.gz) = 4b79e2d485d014ddb438e322b64235347d57b0ff
-RMD160 (check-0.9.14.tar.gz) = f2de6099d213e7dd9cd73ed42ad0a8dddc5881a7
-SHA512 (check-0.9.14.tar.gz) = fba3e54e36c2fdff465eadaa96e7a5bbafd5d7de7594dfe90e71c3a0bf7fb0f5e6d1b242ade55e49ef83c4a97fcf607dc53c7d04de9b4d764ea795a46e7c7be0
-Size (check-0.9.14.tar.gz) = 758197 bytes
+SHA1 (check-0.10.0.tar.gz) = 35d3a53446aea7b21a770faedb358d0fc7cba76d
+RMD160 (check-0.10.0.tar.gz) = fbd36eff66e010cbea3d2c0c503e4b4d4a91e730
+SHA512 (check-0.10.0.tar.gz) = 82103a98382c41cf16f172ded66c0399d3da6eceb6728aab11120c028e8796f6d545a98dc4aa5f76ee68c0bfd1f842a4dd371f5d670c8ba84ce4209812bf1ac5
+Size (check-0.10.0.tar.gz) = 769119 bytes



Home | Main Index | Thread Index | Old Index