Accepting request 828182 from GNOME:Factory
- 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 (forwarded request 827323 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/828182 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=34
This commit is contained in:
commit
4c3bec7345
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd0f0ca1be65b70238b32f8e9fe5d36dc2fbf7a759b7edf28e75323a7d74f30b
|
|
||||||
size 770800
|
|
BIN
check-0.15.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
check-0.15.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 12:02:11 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <info@paolostivanin.com>
|
Tue May 5 12:33:39 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define libname libcheck0
|
%define libname libcheck0
|
||||||
Name: check
|
Name: check
|
||||||
Version: 0.14.0
|
Version: 0.15.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Unit Test Framework for C
|
Summary: Unit Test Framework for C
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user