diff --git a/check-0.10.0.tar.gz b/check-0.10.0.tar.gz new file mode 100644 index 0000000..0585112 --- /dev/null +++ b/check-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052 +size 769119 diff --git a/check-0.9.14.tar.gz b/check-0.9.14.tar.gz deleted file mode 100644 index 815d77c..0000000 --- a/check-0.9.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a -size 758197 diff --git a/check.changes b/check.changes index d6a8213..28b27dd 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Aug 18 21:50:02 UTC 2015 - zaitor@opensuse.org + +- Update to version 0.10.0: + + CMake on MinGW and MSVC was unable to find time related types + because time.h was not included. This header is now included + for the checks. + + If the test runner process catches a SIGTERM or SIGINT signal + the running tests are now also killed. + + If Check is compiled without support for fork(), the behavior + of functions which require fork() to be useful have been + changed. Functions that attempt to set CK_FORK mode are no-ops, + check_fork() returns in failure, and check_waitpid_and_exit() + exits in failure. + + Add space around operators in assert messages for readability. + + Use mkstemp() if available instead of tmpfile() or tempnam(). + + Fix issue with string formatting in ck_assert(), where using + the % operator would be interpreted as a string formatter. + + In nofork mode, the location of a failed assertion within a + test case was lost if that test case has a checked teardown + fixture (even if that fixture function is empty). This is now + fixed. + ------------------------------------------------------------------- Wed Mar 4 16:46:15 UTC 2015 - jengelh@inai.de diff --git a/check.spec b/check.spec index 8195318..6815f1c 100644 --- a/check.spec +++ b/check.spec @@ -18,13 +18,13 @@ Name: check %define lname libcheck0 -Version: 0.9.14 +Version: 0.10.0 Release: 0 Summary: Unit Test Framework for C License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://check.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/check/check/0.9.14/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/project/check/check/0.10.0/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes