From 96951f70ac944515fdbf65bd3cdb2a8818ad4c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 18 Dec 2016 14:05:44 +0100 Subject: [PATCH] Run testsuite with threads, too --- uthash.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uthash.spec b/uthash.spec index b626d2f..de00113 100644 --- a/uthash.spec +++ b/uthash.spec @@ -8,7 +8,7 @@ retrieve or delete items from the hash table. Name: uthash Version: 2.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A hash table for C structures License: BSD @@ -74,6 +74,7 @@ export CFLAGS="-fPIC ${CFLAGS}" %check %configure || : %make_build -C tests +%make_build -C tests/threads %make_build -C libut/tests @@ -100,6 +101,9 @@ export CFLAGS="-fPIC ${CFLAGS}" %changelog +* Sun Dec 18 2016 Björn Esser - 2.0.1-2 +- Run testsuite with threads, too + * Sat Dec 17 2016 Björn Esser - 2.0.1-1 - Update to new upstream release v2.0.1 - Introduce libut / libvector