Skip to content

Commit

Permalink
Update to 0.15.2. From the changelog:
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
schmonz committed Nov 3, 2020
1 parent a43d232 commit 26a061b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/check/Makefile
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions devel/check/distinfo
@@ -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

0 comments on commit 26a061b

Please sign in to comment.