From 51d0f5efe13f6cd52325a25eac6e6c44df900b85 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 16 Dec 2020 22:46:56 +0300 Subject: [PATCH] core rebuild --- system/devel/check/actions.py | 2 +- system/devel/check/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/system/devel/check/actions.py b/system/devel/check/actions.py index 86428c51..ae7d52b5 100644 --- a/system/devel/check/actions.py +++ b/system/devel/check/actions.py @@ -20,5 +20,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - + pisitools.dodoc("AUTHORS", "COPYING.LESSER", "ChangeLog", "NEWS", "README", "TODO", "THANKS") diff --git a/system/devel/check/pspec.xml b/system/devel/check/pspec.xml index 092dcf94..01af0bea 100644 --- a/system/devel/check/pspec.xml +++ b/system/devel/check/pspec.xml @@ -12,7 +12,7 @@ library A unit test framework for C check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. - https://github.com/libcheck/check/archive/0.12.0.tar.gz + https://github.com/libcheck/check/archive/0.15.2.tar.gz texinfo @@ -51,6 +51,13 @@ + + 2020-12-09 + 0.15.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-12-25 0.12