Hello community,

here is the log from the commit of package check for openSUSE:Factory checked 
in at 2012-11-02 07:30:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-06 
11:43:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.check.new/check.changes 2012-11-02 
07:30:40.000000000 +0100
@@ -1,0 +2,43 @@
+Tue Oct 23 20:59:12 UTC 2012 - [email protected]
+
+- Update to version 0.9.9:
+  + Measure test duration and print in XML output (sf#3521371)
+  + Added contrib/XML_for_JUnit.xsl (sf#3521371)
+  + Added support for setting log files via environment variables.
+    (sf#3576713)
+  + Added better pkg-config and subunit support (sf#3417041)
+  + Make tests/test_vars.in bourne shell compatible (sf#3472578)
+  + Added ck_ prefix to mutex_lock variable, to avoid name clash on
+    Solaris (sf#3472574)
+  + In autoconf, request system extensions to generate 64-bit safe
+    code (sf#2803433)
+  + Fix for mutex deadlock when killing threads (sf#3564640)
+  + Make XML output well-formed (sf#3575642, sf#3485651)
+  + Fix buggy duration calculation (sf#3575451)
+  + A more complete CMake / MSVC patch for those interested in
+    pursuing Windows development with Check and Visual Studio.
+  + Added instructions for improving the speed and output of `make
+    check' when using Automake.
+  + Added a chapter in the documentation for selective running of
+    tests.
+  + Changed how the message pipe is read. Before, the whole file
+    was copied to RAM with realloc, giving problems with huge
+    allocations for repetetive tests, the problem was visible for a
+    specific GStreamer test case.
+  + Improvements to the new Check API: documentation, macros that
+    allow multiple evaluation, unit tests, and new
+    ck_assert_(str|int)_(lt|le|gt|ge) comparison functions.
+  + Made the new Check API primary and use it to define macros from
+    old Check API
+  + Added checkmk, a tool for reducing "boilerplate coding" when
+    writing unit tests with check.
+  + Added xslt link to xml output, added display of iteration field
+    into xslt stylesheet and moved it to directory accessible from
+    web page root
+  + Added longjmp to fail function to ensure that no code will be
+    executed in test function after failed assertion
+  + Fix dead assignments and several possible NULL pointer
+    dereferences.
+
+
+-------------------------------------------------------------------

Old:
----
  check-0.9.8.tar.bz2

New:
----
  check-0.9.9.tar.gz

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

Other differences:
------------------
++++++ check.spec ++++++
--- /var/tmp/diff_new_pack.IoRoYr/_old  2012-11-02 07:30:41.000000000 +0100
+++ /var/tmp/diff_new_pack.IoRoYr/_new  2012-11-02 07:30:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package check
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           check
-Version:        0.9.8
-Release:        3
-License:        LGPL-2.1+
+Version:        0.9.9
+Release:        0
 Summary:        Unit Test Framework for C
-Url:            http://check.sourceforge.net/
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://check.sourceforge.net/
+Source:         
http://downloads.sourceforge.net/project/check/check/0.9.9/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
@@ -38,7 +37,6 @@
 editors and IDEs.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Unit Test Framework for C
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -93,5 +91,7 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %doc %{_docdir}/%{name}/example
+%{_bindir}/checkmk
+%{_mandir}/man1/checkmk.1%{?ext_man}
 
 %changelog

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

Reply via email to