- Add baselibs.conf as Source.

- Add BuildRequire for pkg-config.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=17
This commit is contained in:
Marcus Rückert 2014-09-11 15:33:28 +00:00 committed by Git OBS Bridge
parent e9a9a83bdb
commit a9ad5fd43e
4 changed files with 26 additions and 6 deletions

View File

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

3
cmocka-0.4.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Sep 11 15:03:12 UTC 2014 - asn@cryptomilk.org
- Update to version 0.4.1
* Added CMOCKA_TEST_ABORT env variable to leave threading apps.
* Fixed count parameter of expect_check() macro.
* Fixed reporting the number of tests.
* Fixed cmake config files.
-------------------------------------------------------------------
Mon Sep 1 13:57:34 UTC 2014 - asn@cryptomilk.org
- Add baselibs.conf as Source.
-------------------------------------------------------------------
Tue Aug 26 13:23:43 UTC 2014 - asn@cryptomilk.org
- Add BuildRequire for pkg-config.
-------------------------------------------------------------------
Mon Sep 1 13:57:34 UTC 2014 - asn@cryptomilk.org

View File

@ -21,7 +21,7 @@ BuildRequires: glibc-devel
BuildRequires: pkg-config
Name: cmocka
Version: 0.4.0
Version: 0.4.1
Release: 0
#
Summary: Lightweight library to simplify and generalize unit tests for C
@ -143,8 +143,9 @@ popd
%{_includedir}/cmocka.h
%{_libdir}/libcmocka.so
%{_libdir}/pkgconfig/cmocka.pc
%{_libdir}/cmake/cmocka-config-version.cmake
%{_libdir}/cmake/cmocka-config.cmake
%dir %{_libdir}/cmake/cmocka
%{_libdir}/cmake/cmocka/cmocka-config-version.cmake
%{_libdir}/cmake/cmocka/cmocka-config.cmake
%files -n libcmocka-devel-static
%defattr(-,root,root)