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