Accepting request 207462 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/207462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal 2013-11-19 09:44:57 +00:00 committed by Git OBS Bridge
commit 1515e441a9
4 changed files with 14 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 11 13:17:27 UTC 2013 - asn@cryptomilk.org
- Update to version 0.3.2
* Fixed FindNSIS detection.
* Fixed unit_test_setup() and unit_test_teardown().
* Fixed GTest and GCC message style conformance
* Fixed stringification in will_return_always().
-------------------------------------------------------------------
Wed Jul 10 13:38:42 UTC 2013 - asn@cryptomilk.org

View File

@ -20,7 +20,7 @@ BuildRequires: cmake
BuildRequires: glibc-devel
Name: cmocka
Version: 0.3.1
Version: 0.3.2
Release: 0
#
Summary: Lightweight library to simplify and generalize unit tests for C
@ -28,7 +28,7 @@ License: Apache-2.0
Group: Productivity/Networking/Other
Url: http://open.cryptomilk.org/cmocka
#
Source0: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description