Hello community,

here is the log from the commit of package check for openSUSE:Factory checked 
in at 2015-08-25 07:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/check (Old)
 and      /work/SRC/openSUSE:Factory/.check.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "check"

Changes:
--------
--- /work/SRC/openSUSE:Factory/check/check.changes      2015-04-12 
00:08:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.check.new/check.changes 2015-08-25 
07:18:06.000000000 +0200
@@ -1,0 +2,23 @@
+Tue Aug 18 21:50:02 UTC 2015 - zai...@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.
+
+-------------------------------------------------------------------

Old:
----
  check-0.9.14.tar.gz

New:
----
  check-0.10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ check.spec ++++++
--- /var/tmp/diff_new_pack.YxfIkH/_old  2015-08-25 07:18:06.000000000 +0200
+++ /var/tmp/diff_new_pack.YxfIkH/_new  2015-08-25 07:18:06.000000000 +0200
@@ -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

++++++ check-0.9.14.tar.gz -> check-0.10.0.tar.gz ++++++
++++ 6350 lines of diff (skipped)


Reply via email to