From a88a13140abf5abb0e79c0cea484d87cbba3d3643fd9c604ac5a095761c733d0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 May 2020 16:20:42 +0000 Subject: [PATCH] Accepting request 800363 from home:polslinux:branches: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 in some files * Various documentation improvements * END_TEST is now optional, as how START_TEST works has been redone * Various CMake related changes OBS-URL: https://build.opensuse.org/request/show/800363 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=40 --- check-0.12.0.tar.gz | 3 --- check-0.14.0.tar.gz | 3 +++ check.changes | 13 +++++++++++++ check.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 check-0.12.0.tar.gz create mode 100644 check-0.14.0.tar.gz diff --git a/check-0.12.0.tar.gz b/check-0.12.0.tar.gz deleted file mode 100644 index 8abb995..0000000 --- a/check-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:464201098bee00e90f5c4bdfa94a5d3ead8d641f9025b560a27755a83b824234 -size 764043 diff --git a/check-0.14.0.tar.gz b/check-0.14.0.tar.gz new file mode 100644 index 0000000..45de50d --- /dev/null +++ b/check-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0f0ca1be65b70238b32f8e9fe5d36dc2fbf7a759b7edf28e75323a7d74f30b +size 770800 diff --git a/check.changes b/check.changes index 0be5385..5270a0f 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 5 12:33:39 UTC 2020 - Paolo Stivanin + +- 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 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 diff --git a/check.spec b/check.spec index 469eca6..b6c97d1 100644 --- a/check.spec +++ b/check.spec @@ -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