Hello community,

here is the log from the commit of package cmocka for openSUSE:Factory checked 
in at 2014-04-25 11:33:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmocka (Old)
 and      /work/SRC/openSUSE:Factory/.cmocka.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmocka"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmocka/cmocka.changes    2013-11-19 
10:44:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cmocka.new/cmocka.changes       2014-04-25 
11:33:52.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Apr 11 14:16:07 UTC 2014 - a...@cryptomilk.org
+
+- Update to version 0.4.0
+  * Added support for group testing.
+  * Added assert_return_code().
+  * Added better messages for errors.
+  * Added cmake config mode support.
+  * Fixed bug with unit_test_setup and unit_test_teardown.
+  * Fixed a lot of small bugs.
+
+-------------------------------------------------------------------

Old:
----
  cmocka-0.3.2.tar.xz

New:
----
  cmocka-0.4.0.tar.xz

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

Other differences:
------------------
++++++ cmocka.spec ++++++
--- /var/tmp/diff_new_pack.CZmLRS/_old  2014-04-25 11:33:53.000000000 +0200
+++ /var/tmp/diff_new_pack.CZmLRS/_new  2014-04-25 11:33:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cmocka
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -20,7 +20,7 @@
 BuildRequires:  glibc-devel
 
 Name:           cmocka
-Version:        0.3.2
+Version:        0.4.0
 Release:        0
 #
 Summary:        Lightweight library to simplify and generalize unit tests for C
@@ -99,10 +99,10 @@
 %setup -q
 
 %build
-if test ! -e "build"; then
-  mkdir build
+if test ! -e "obj"; then
+  mkdir obj
 fi
-pushd build
+pushd obj
 cmake \
   -DCMAKE_C_FLAGS:STRING="%{optflags}" \
   -DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -115,10 +115,10 @@
   %{_builddir}/%{name}-%{version}
 
 make %{?_smp_mflags} VERBOSE=1
-popd build
+popd obj
 
 %install
-pushd build
+pushd obj
 %makeinstall
 popd
 
@@ -141,6 +141,8 @@
 %{_includedir}/cmocka.h
 %{_libdir}/libcmocka.so
 %{_libdir}/pkgconfig/cmocka.pc
+%{_libdir}/cmake/cmocka-config-version.cmake
+%{_libdir}/cmake/cmocka-config.cmake
 
 %files -n libcmocka-devel-static
 %defattr(-,root,root)

++++++ cmocka-0.3.2.tar.xz -> cmocka-0.4.0.tar.xz ++++++
++++ 5779 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to