diff --git a/cmark.spec b/cmark.spec index 642457f..ddcbe24 100644 --- a/cmark.spec +++ b/cmark.spec @@ -1,7 +1,7 @@ -%if 0%{?rhel} && 0%{?rhel} < 7 -%bcond_with tests -%else +%if 0%{?rhel} || 0%{?fedora} < 32 %bcond_without tests +%else +%bcond_with tests %endif Name: cmark @@ -96,6 +96,10 @@ make test %changelog +* Sat Feb 1 2020 Jens Petersen - 0.29.0-1 +- https://github.com/commonmark/cmark/releases/tag/0.29.0 +- disable tests for F32: https://github.com/commonmark/cmark/issues/331 + * Tue Jan 28 2020 Fedora Release Engineering - 0.28.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild