From b17f56a3671028e39553e77f65c6eba363fbda57043d29d443547ce1b2ac5f4b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 21 Sep 2016 15:02:08 +0000 Subject: [PATCH] Update to version 1.1.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=30 --- cmocka-1.0.1.tar.xz | 3 --- cmocka-1.1.0.tar.xz | 3 +++ cmocka.changes | 14 ++++++++++++++ cmocka.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 cmocka-1.0.1.tar.xz create mode 100644 cmocka-1.1.0.tar.xz diff --git a/cmocka-1.0.1.tar.xz b/cmocka-1.0.1.tar.xz deleted file mode 100644 index 6e7dd6d..0000000 --- a/cmocka-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36050d7a1224296803d216cba1a9d4c58c31bf308b2d6d6649d61aa5a36753b -size 80240 diff --git a/cmocka-1.1.0.tar.xz b/cmocka-1.1.0.tar.xz new file mode 100644 index 0000000..ee54a8d --- /dev/null +++ b/cmocka-1.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e960d3bf1be618634a4b924f18bb4d6f20a825c109a8ad6d1af03913ba421330 +size 85132 diff --git a/cmocka.changes b/cmocka.changes index 73a7625..646b488 100644 --- a/cmocka.changes +++ b/cmocka.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 diff --git a/cmocka.spec b/cmocka.spec index df2bf10..8d11fb3 100644 --- a/cmocka.spec +++ b/cmocka.spec @@ -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,7 +17,7 @@ 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