Accepting request 800801 from GNOME:Factory

- Update to 0.14.0:
  * Add support for FetchContent in CMake
  * Rename CMake project from 'check' to 'Check'
  * Fix for checking for wrong tool when building docs in Autotools
  * Fix compiler warning with printf format
  * missing <unistd.h> in some files
  * Various documentation improvements
  * END_TEST is now optional, as how START_TEST works has been redone
  * Various CMake related changes (forwarded request 800363 from polslinux)

OBS-URL: https://build.opensuse.org/request/show/800801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2020-05-08 21:03:47 +00:00 committed by Git OBS Bridge
commit 7266443fc4
4 changed files with 19 additions and 6 deletions

View File

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

3
check-0.14.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue May 5 12:33:39 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.14.0:
* Add support for FetchContent in CMake
* Rename CMake project from 'check' to 'Check'
* Fix for checking for wrong tool when building docs in Autotools
* Fix compiler warning with printf format
* missing <unistd.h> in some files
* Various documentation improvements
* END_TEST is now optional, as how START_TEST works has been redone
* Various CMake related changes
-------------------------------------------------------------------
Wed Feb 28 16:24:09 UTC 2018 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package check
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define libname libcheck0
Name: check
Version: 0.12.0
Version: 0.14.0
Release: 0
Summary: Unit Test Framework for C
License: LGPL-2.1-or-later