Accepting request 437296 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/437296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2016-10-31 08:53:55 +00:00 committed by Git OBS Bridge
commit 41285dabbc
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Oct 25 14:05:35 UTC 2016 - asn@cryptomilk.org
- Fix url for Source0
-------------------------------------------------------------------
Wed Sep 21 15:01:34 UTC 2016 - asn@cryptomilk.org
- Update to version 1.1.0
* Added support to catch multiple exceptions
* Added support to verify call ordering
* Added support to pass initial data to test cases
* Added will_return_maybe() for ignoring mock returns
* Added subtests for groups using TAP output
* Added support to write multiple XML files for groups
* Improved documentation
* Fixed XML output generataion
* Fixed Windows builds with VS2015
-------------------------------------------------------------------
Wed Jul 15 08:37:06 UTC 2015 - asn@cryptomilk.org

View File

@ -1,7 +1,7 @@
#
# spec file for package cmocka
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@ -17,13 +17,13 @@
Name: cmocka
Version: 1.0.1
Version: 1.1.0
Release: 0
Summary: Lightweight library to simplify and generalize unit tests for C
License: Apache-2.0
Group: Productivity/Networking/Other
Url: http://cmocka.org
Source0: https://cmocka.org/files/1.0/%{name}-%{version}.tar.xz
Source0: https://cmocka.org/files/1.1/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: cmake
BuildRequires: glibc-devel