From 84e088c5f5bcca19fe4ef3ebbeb6d3f15c616c9688f2bd2bcbb5114bae0a9a1a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 20 Aug 2020 12:45:43 +0000 Subject: [PATCH] Accepting request 827323 from home:dirkmueller:branches:GNOME:Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 0.15.2: * Fix fail* APIs, regression from 0.15.1 * 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 interger types * Implement missing mutual exclusion for Windows hosts OBS-URL: https://build.opensuse.org/request/show/827323 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=42 --- check-0.14.0.tar.gz | 3 --- check-0.15.2.tar.gz | 3 +++ check.changes | 16 ++++++++++++++++ check.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 check-0.14.0.tar.gz create mode 100644 check-0.15.2.tar.gz diff --git a/check-0.14.0.tar.gz b/check-0.14.0.tar.gz deleted file mode 100644 index 45de50d..0000000 --- a/check-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd0f0ca1be65b70238b32f8e9fe5d36dc2fbf7a759b7edf28e75323a7d74f30b -size 770800 diff --git a/check-0.15.2.tar.gz b/check-0.15.2.tar.gz new file mode 100644 index 0000000..cc07ac6 --- /dev/null +++ b/check-0.15.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a +size 774985 diff --git a/check.changes b/check.changes index 5270a0f..85dff48 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Aug 17 12:02:11 UTC 2020 - Dirk Mueller + +- update to 0.15.2: + * Fix fail* APIs, regression from 0.15.1 + * 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 interger types + * Implement missing mutual exclusion for Windows hosts + ------------------------------------------------------------------- Tue May 5 12:33:39 UTC 2020 - Paolo Stivanin diff --git a/check.spec b/check.spec index b6c97d1..7db3e1e 100644 --- a/check.spec +++ b/check.spec @@ -18,7 +18,7 @@ %define libname libcheck0 Name: check -Version: 0.14.0 +Version: 0.15.2 Release: 0 Summary: Unit Test Framework for C License: LGPL-2.1-or-later