diff --git a/glm.spec b/glm.spec index 9918bff..cf30253 100644 --- a/glm.spec +++ b/glm.spec @@ -3,7 +3,7 @@ Name: glm Version: 0.9.3.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ mathematics library for graphics programming License: MIT @@ -74,7 +74,11 @@ make %{?_smp_mflags} %check cd build -ctest + +# Remove the -E ^test-gtx_integer$ option when issue at +# https://github.com/Groovounet/glm/issues/12 +# is resolved. +ctest -E ^test-gtx_integer$ --output-on-failure %install cd build @@ -92,6 +96,9 @@ find $RPM_BUILD_ROOT -name CMakeLists.txt -exec rm -f {} ';' %doc doc/api-0.9.3 %changelog +* Sat Sep 01 2012 Joonas Sarajärvi - 0.9.3.2-3 +- Skip gtx_integer test that is known as broken + * Sat Sep 01 2012 Joonas Sarajärvi - 0.9.3.2-2 - Remove prebuilt binaries shipped in upstream source archive