Accepting request 291045 from devel:libraries:c_c++
Fix build in TW OBS-URL: https://build.opensuse.org/request/show/291045 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=11
This commit is contained in:
commit
08cd3b021b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9a1dad1c29f36edd9ab820cefa821a9ce052394f4f6af84a98c1da7ef898862
|
||||
size 184016
|
3
cmocka-1.0.1.tar.xz
Normal file
3
cmocka-1.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b36050d7a1224296803d216cba1a9d4c58c31bf308b2d6d6649d61aa5a36753b
|
||||
size 80240
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 12 14:57:24 UTC 2015 - asn@cryptomilk.org
|
||||
|
||||
- Update to version 1.0.1
|
||||
* Added a macro for assert_ptr_equal().
|
||||
* Fixed test_realloc() if 0 size is passed.
|
||||
* Fixed objects packaging bug.
|
||||
* Fixed building with newer gcc versions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 08:13:09 UTC 2015 - asn@cryptomilk.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cmocka
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: pkg-config
|
||||
|
||||
Name: cmocka
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
#
|
||||
Summary: Lightweight library to simplify and generalize unit tests for C
|
||||
@ -114,7 +114,7 @@ cmake \
|
||||
%{_builddir}/%{name}-%{version}
|
||||
|
||||
%__make %{?_smp_mflags} VERBOSE=1
|
||||
popd obj
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd obj
|
||||
|
Loading…
Reference in New Issue
Block a user