From d95b270e58d71ec0ba93d25c52be0665185fc059457131d1c91aa71bcda4dcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 24 Aug 2014 10:04:03 +0000 Subject: [PATCH] Accepting request 246133 from home:dimstar:branches:GNOME:Factory Update to 0.9.24 OBS-URL: https://build.opensuse.org/request/show/246133 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/check?expand=0&rev=29 --- check-0.9.13.tar.gz | 3 --- check-0.9.14.tar.gz | 3 +++ check.changes | 12 ++++++++++++ check.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 check-0.9.13.tar.gz create mode 100644 check-0.9.14.tar.gz diff --git a/check-0.9.13.tar.gz b/check-0.9.13.tar.gz deleted file mode 100644 index 68063ac..0000000 --- a/check-0.9.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca6589c34f9c60ffd4c3e198ce581e944a9f040ca9352ed54068dd61bebb5cb7 -size 752880 diff --git a/check-0.9.14.tar.gz b/check-0.9.14.tar.gz new file mode 100644 index 0000000..815d77c --- /dev/null +++ b/check-0.9.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a +size 758197 diff --git a/check.changes b/check.changes index fd13c23..b22d53c 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Aug 23 21:27:32 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.9.14: + + Changes to (unofficially for now) support Solaris and AIX + platforms. + + Fix issue with checked teardown functions in CK_NOFORK mode. + + Allow checked fixtures when compiled without fork(). + + Various code cleanup, including changes for compiling Check on + c++ compilers Clang and g++. + + Re-enable internal unit tests. + ------------------------------------------------------------------- Tue Jul 1 17:47:51 UTC 2014 - dimstar@opensuse.org diff --git a/check.spec b/check.spec index 74c2acc..4de2ed6 100644 --- a/check.spec +++ b/check.spec @@ -17,13 +17,13 @@ Name: check -Version: 0.9.13 +Version: 0.9.14 Release: 0 Summary: Unit Test Framework for C License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://check.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/check/check/0.9.13/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/project/check/check/0.9.14/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config