Accepting request 177644 from devel:libraries:c_c++

Update to version 0.3.0

OBS-URL: https://build.opensuse.org/request/show/177644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2013-06-05 09:43:21 +00:00 committed by Git OBS Bridge
commit 46c6a05fe8
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e47d17507ea0695466e9d759a69e745d306e86dabfdc80ebcfdd4bac72c920df
size 75823

3
cmocka-0.3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f84872de8169574d68405791eadca6026c84ae5475b1e98556b82f91e599bb2
size 99584

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 5 06:38:33 UTC 2013 - asn@cryptomilk.org
- Update to version 0.3.0
* Added a better mock object example.
* Added pkgconfig file.
* Added new macros mock_type() and mock_ptr_type().
* Added more documentation.
* Fixed installation problems on some platforms.
-------------------------------------------------------------------
Tue Feb 5 10:16:53 UTC 2013 - asn@cryptomilk.org

View File

@ -20,7 +20,7 @@ BuildRequires: cmake
BuildRequires: glibc-devel
Name: cmocka
Version: 0.2.0
Version: 0.3.0
Release: 0
#
Summary: Lightweight library to simplify and generalize unit tests for C
@ -140,6 +140,7 @@ popd
%defattr(-,root,root)
%{_includedir}/cmocka.h
%{_libdir}/libcmocka.so
%{_libdir}/pkgconfig/cmocka.pc
%files -n libcmocka-devel-static
%defattr(-,root,root)