From c9755055a9c6e72adb3b3f29e5eedb4ae05f21f4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Apr 26 2018 16:22:28 +0000 Subject: Enable %check --disable-vmx to fix %check failures with gcc8 Remove stray --disable-ssse3 --- diff --git a/pixman.spec b/pixman.spec index 44e2f40..18fab1e 100644 --- a/pixman.spec +++ b/pixman.spec @@ -3,7 +3,7 @@ Name: pixman Version: 0.34.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pixel manipulation library Group: System Environment/Libraries @@ -38,7 +38,7 @@ Development library for pixman. %ifarch %{arm} --disable-arm-iwmmxt --disable-arm-iwmmxt2 \ %endif - --disable-ssse3 \ + --disable-vmx \ --disable-static make %{?_smp_mflags} V=1 @@ -49,7 +49,7 @@ make install DESTDIR=$RPM_BUILD_ROOT find %{buildroot} -type f -name "*.la" -delete %check -make check %{?_smp_mflags} V=1 ||: +make check %{?_smp_mflags} V=1 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -66,6 +66,11 @@ make check %{?_smp_mflags} V=1 ||: %{_libdir}/pkgconfig/pixman-1.pc %changelog +* Thu Apr 26 2018 Adam Jackson - 0.34.0-7 +- Enable %%check +- --disable-vmx to fix %%check failures with gcc8 +- Remove stray --disable-ssse3 + * Fri Feb 09 2018 Fedora Release Engineering - 0.34.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild