Accepting request 324861 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/324861 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=30
This commit is contained in:
commit
79a530ef0b
3
check-0.10.0.tar.gz
Normal file
3
check-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052
|
||||
size 769119
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a
|
||||
size 758197
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user