Hello community, here is the log from the commit of package check for openSUSE:Factory checked in at 2013-04-26 15:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/check (Old) and /work/SRC/openSUSE:Factory/.check.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "check", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/check/check.changes 2012-11-02 07:30:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.check.new/check.changes 2013-04-26 15:38:21.000000000 +0200 @@ -1,0 +2,29 @@ +Thu Apr 18 19:47:22 UTC 2013 - [email protected] + +- 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). + +------------------------------------------------------------------- Old: ---- check-0.9.9.tar.gz New: ---- check-0.9.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ check.spec ++++++ --- /var/tmp/diff_new_pack.KZ1Cyg/_old 2013-04-26 15:38:31.000000000 +0200 +++ /var/tmp/diff_new_pack.KZ1Cyg/_new 2013-04-26 15:38:31.000000000 +0200 @@ -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 ++++++ check-0.9.9.tar.gz -> check-0.9.10.tar.gz ++++++ ++++ 14556 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
