Hello community,

here is the log from the commit of package check for openSUSE:Factory checked 
in at 2014-07-13 17:16:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2014-02-03 
11:40:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.check.new/check.changes 2014-07-13 
17:16:13.000000000 +0200
@@ -1,0 +2,26 @@
+Tue Jul  1 17:47:51 UTC 2014 - [email protected]
+
+- Update to version 0.9.13:
+  + When a test assertion fails, exit() was invoked. This results
+    in any registered exit handlers being invoked. A test should
+    not be relied upon to clean up if it fails. Instead, _exit()
+    will be used to signal a test failure, to prevent exit handlers
+    from being invoked.
+  + Fix issue with string formatting in ck_assert_(u)int_* calls,
+    where using the % operator would be interpreted as a string
+    formatter.
+  + If the LOG/XML/TAP file name is set to "-" either through the
+    srunner_set_log() srunner_set_xml() or srunner_set_tap() calls
+    or through the related environment variables, the logged data
+    will be printed to stdout instead of a file. This is mainly to
+    support using TAP for fixtures which expect the results to be
+    reported via stdout. However, it is available via all of
+    Check's logging modalities.
+  + For CMake builds, check_stdint.h was not being installed. This
+    is now fixed.
+  + Check's example under doc/example now also works for CMake
+    projects using Visual Studios and MSVC. This includes an
+    example CMake configuration.
+- Drop check-missing-includes.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  check-0.9.12.tar.gz
  check-missing-includes.patch

New:
----
  check-0.9.13.tar.gz

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

Other differences:
------------------
++++++ check.spec ++++++
--- /var/tmp/diff_new_pack.ZIqfha/_old  2014-07-13 17:16:14.000000000 +0200
+++ /var/tmp/diff_new_pack.ZIqfha/_new  2014-07-13 17:16:14.000000000 +0200
@@ -17,16 +17,14 @@
 
 
 Name:           check
-Version:        0.9.12
+Version:        0.9.13
 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/%{version}/%{name}-%{version}.tar.gz
+Source:         
http://downloads.sourceforge.net/project/check/check/0.9.13/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
-# PATCH-FIX-UPSTREAM check-missing-includes.patch [email protected] -- 
Include check_check.h for the tests; fixes implicit declarations.
-Patch0:         check-missing-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 
@@ -55,7 +53,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="%{optflags} -std=gnu99"

++++++ check-0.9.12.tar.gz -> check-0.9.13.tar.gz ++++++
++++ 14775 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to