pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/check



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Nov  3 11:09:19 UTC 2020

Modified Files:
        pkgsrc/devel/check: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/check/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/check/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/check/Makefile
diff -u pkgsrc/devel/check/Makefile:1.27 pkgsrc/devel/check/Makefile:1.28
--- pkgsrc/devel/check/Makefile:1.27    Sun Jan 26 05:26:22 2020
+++ pkgsrc/devel/check/Makefile Tue Nov  3 11:09:19 2020
@@ -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/}
 

Index: pkgsrc/devel/check/distinfo
diff -u pkgsrc/devel/check/distinfo:1.19 pkgsrc/devel/check/distinfo:1.20
--- pkgsrc/devel/check/distinfo:1.19    Sat Nov 23 07:08:29 2019
+++ pkgsrc/devel/check/distinfo Tue Nov  3 11:09:19 2020
@@ -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