Accepting request 173210 from GNOME:Factory
Push GNOME 3.8.1 to Factory - mostly small bug fixes over the existing 3.8.0 we have OBS-URL: https://build.opensuse.org/request/show/173210 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=22
This commit is contained in:
commit
a1c2b3dd2d
3
check-0.9.10.tar.gz
Normal file
3
check-0.9.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d
|
||||
size 650135
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a7a9abb9d051e1b9da4149ce651436a29e20135a40bdb202bd7b2bef3878ac9
|
||||
size 602679
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 19:47:22 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.9.10:
|
||||
+ Support 64bit int for __ck_assert_int (sf#3599471).
|
||||
+ Add equivalent uint variants for __ck_assert_int (sf #3600433).
|
||||
+ Detect if the system has a C99 compliant version of the printf
|
||||
related functions for check to use, and if not use an
|
||||
implementation provided by check.
|
||||
+ Updated HACKING and release procedure in Makefile.am.
|
||||
+ Detect if the system has clock_gettime() available, and if not
|
||||
use an implementation provided by check. clock_gettime() is
|
||||
used to measure test durations. The implementation for OSX uses
|
||||
OSX specific system calls to get the time. For all other
|
||||
systems, clock_gettime() does nothing.
|
||||
+ Updated documentation in check.h to reference new check API.
|
||||
+ Remove usage of deprecated fail(), fail_if(), and fail_unless()
|
||||
calls from check's unit tests.
|
||||
+ Fix implementation of putenv in check's libcompat for systems
|
||||
that do not provide it.
|
||||
+ Fix implementation of unsettenv in check's libcompat for
|
||||
systems that do not provide it.
|
||||
+ mprovements to the new Check API: new comparison functions for
|
||||
pointers: ck_assert_ptr_(eq|ne).
|
||||
+ Test timeouts can now be in nanosecond precision.
|
||||
+ Cleanup compile warnings (sf#3579199).
|
||||
+ Renamed Check's internal list functions to start with check_
|
||||
(sf#3448601).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 20:59:12 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package check
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: check
|
||||
Version: 0.9.9
|
||||
Version: 0.9.10
|
||||
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.9/%{name}-%{version}.tar.gz
|
||||
Source: http://downloads.sourceforge.net/project/check/check/0.9.10/%{name}-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkg-config
|
||||
|
Loading…
Reference in New Issue
Block a user