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.15.2. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a99c3a634efe
branches:  trunk
changeset: 441406:a99c3a634efe
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Nov 03 11:09:19 2020 +0000

description:
Update to 0.15.2. From the changelog:

* Fix warning in ptr macros with pointer to integer cast
* Fix various warnings in Check's unit tests
* Replace gnu_printf with printf in format __attribute__
* Fix warnings from Check's macros: "warning: too many arguments for format"
* Fix format specifiers that do not match the argument types
* Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of
  'gnu_printf' format attribute
* Refactor tests to fix signed - unsigned conversions
* Refactor some Check internals to use proper integer types
* Implement missing mutual exclusion for Windows hosts
* Add support for FetchContent in CMake
* Rename CMake project from 'check' to 'Check'
* Fix for checking for wrong tool when building docs in Autotools
* Fix compiler warning with printf format

diffstat:

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

diffs (29 lines):

diff -r b82f36b22a6f -r a99c3a634efe devel/check/Makefile
--- a/devel/check/Makefile      Tue Nov 03 11:00:23 2020 +0000
+++ b/devel/check/Makefile      Tue Nov 03 11:09:19 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2020/01/26 05:26:22 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/11/03 11:09:19 schmonz Exp $
 #
 
-DISTNAME=      check-0.13.0
-PKGREVISION=   1
+DISTNAME=      check-0.15.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libcheck/}
 
diff -r b82f36b22a6f -r a99c3a634efe devel/check/distinfo
--- a/devel/check/distinfo      Tue Nov 03 11:00:23 2020 +0000
+++ b/devel/check/distinfo      Tue Nov 03 11:09:19 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2019/11/23 07:08:29 mef Exp $
+$NetBSD: distinfo,v 1.20 2020/11/03 11:09:19 schmonz Exp $
 
-SHA1 (check-0.13.0.tar.gz) = 6c865bbc1330aae9b1c07520a83f2db51a3df3dc
-RMD160 (check-0.13.0.tar.gz) = 478133ab1544cc33abb34ecbf1a3876c86a61830
-SHA512 (check-0.13.0.tar.gz) = 7943021c5bc3b5ca7bc552f6fe1287e384724d69e5bb128d58256692e810b194e506fc1b65ea4fed27d065e2176e7371483e918beb48125abfe3b6f1ca68eb8f
-Size (check-0.13.0.tar.gz) = 301386 bytes
+SHA1 (check-0.15.2.tar.gz) = 0389149a760a37e915f585bf84f268d9880a0faf
+RMD160 (check-0.15.2.tar.gz) = 4204c4741bd4dfbb30f720387dca4668f9ce14d5
+SHA512 (check-0.15.2.tar.gz) = cf81ca63142f33779df2e3542e049b9034d30bc502a663a4379bbfe85c7ee8fd80ce382583e781651d99fe830895122dab5b6793f87425b571c3927f0ba3b60e
+Size (check-0.15.2.tar.gz) = 306136 bytes



Home | Main Index | Thread Index | Old Index