diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 13a63ec..2f5b1fb 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,6 +1,6 @@ Name: libmicrohttpd Version: 0.9.57 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Lightweight library for embedding a webserver in applications License: LGPLv2+ @@ -58,8 +58,8 @@ make -C doc/doxygen full # Disabled for now due to problems reported at # https://gnunet.org/bugs/view.php?id=1619 -#check -#make check %{?_smp_mflags} +%check +make check %{?_smp_mflags} %install %make_install @@ -107,6 +107,9 @@ fi %doc html %changelog +* Wed Dec 06 2017 Martin Gansser - 1:0.9.57-2 +- enbale test + * Mon Dec 04 2017 Martin Gansser - 1:0.9.57-1 - Update to 0.9.57 - Dropped dependency on libgcrypt