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:
commit
46c6a05fe8
@ -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
3
cmocka-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f84872de8169574d68405791eadca6026c84ae5475b1e98556b82f91e599bb2
|
||||
size 99584
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user