commit check for openSUSE:Factory
Hello community, here is the log from the commit of package check for openSUSE:Factory checked in at Fri Feb 6 21:40:58 CET 2009. -------- --- check/check.changes 2008-04-10 12:57:11.000000000 +0200 +++ check/check.changes 2009-01-01 08:11:32.000000000 +0100 @@ -1,0 +2,18 @@ +Thu Jan 1 12:12:12 IST 2009 - msuman@suse.de + +- Updated to version 0.9.6: + * add call to AC_REPLACE_FUNCS([strsignal]) + * add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED + * add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore + * rename signal to _signal in _tcase_add_test to avoid a + symbol clash with /usr/include/sys/signal.h on OS X. + * define rpl_malloc and rpl_realloc for platforms where + !malloc(0) and !realloc(0,0), such as AIX, because configure + goes and redefines malloc/realloc in this case... + * Added new Check fail API. Implemented on top of fail_unless. Future + versions will reverse this so fail_unless is implemented on top of the + ck_assert API. This API is not documented yet, will probably not be fully + released until 0.9.8, when it will be possible to choose API. + * More fixes and changes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- check-0.9.5.tar.bz2 New: ---- check-0.9.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ check.spec ++++++ --- /var/tmp/diff_new_pack.TY9260/_old 2009-02-06 21:40:07.000000000 +0100 +++ /var/tmp/diff_new_pack.TY9260/_new 2009-02-06 21:40:07.000000000 +0100 @@ -1,10 +1,17 @@ # -# spec file for package check (Version 0.9.5) +# spec file for package check (Version 0.9.6) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -12,8 +19,8 @@ Name: check -Version: 0.9.5 -Release: 63 +Version: 0.9.6 +Release: 1 Url: http://check.sourceforge.net/ Group: Development/Libraries/C and C++ License: LGPL v2.1 or later @@ -63,24 +70,25 @@ %setup -q %build +export CFLAGS="$RPM_OPT_FLAGS -std=gnu99" +export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu99" +export FFLAGS="$RPM_OPT_FLAGS -std=gnu99" %configure -make %{?jobs:-j%jobs} docdir=%{_docdir}/%{name} +%{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name} %install %makeinstall docdir=%{_docdir}/%{name} -cp -a AUTHORS COPYING THANKS TODO $RPM_BUILD_ROOT%{_docdir}/%{name} +%{__cp} -a AUTHORS COPYING.LESSER THANKS TODO $RPM_BUILD_ROOT%{_docdir}/%{name} %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf $RPM_BUILD_ROOT -%post -%run_ldconfig +%post -p /sbin/ldconfig %post devel %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %postun devel %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz @@ -102,6 +110,21 @@ %doc %{_docdir}/%{name}/example %changelog +* Wed Dec 31 2008 msuman@suse.de +- Updated to version 0.9.6: + * add call to AC_REPLACE_FUNCS([strsignal]) + * add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED + * add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore + * rename signal to _signal in _tcase_add_test to avoid a + symbol clash with /usr/include/sys/signal.h on OS X. + * define rpl_malloc and rpl_realloc for platforms where + !malloc(0) and !realloc(0,0), such as AIX, because configure + goes and redefines malloc/realloc in this case... + * Added new Check fail API. Implemented on top of fail_unless. Future + versions will reverse this so fail_unless is implemented on top of the + ck_assert API. This API is not documented yet, will probably not be fully + released until 0.9.8, when it will be possible to choose API. + * More fixes and changes. * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support ++++++ check-0.9.5.tar.bz2 -> check-0.9.6.tar.bz2 ++++++ ++++ 36646 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de