diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 7277317..23a560c 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.30.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -68,7 +68,7 @@ Static version of the cross compiled Pixman library. %build # Uses GTK for its testsuite, so disable this otherwise # we have a chicken & egg problem on mingw -%mingw_configure --disable-gtk --enable-static --enable-shared +%mingw_configure --disable-gtk --disable-sse2 --enable-static --enable-shared %mingw_make %{?_smp_mflags} @@ -103,6 +103,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Sep 04 2013 Kalev Lember - 0.30.0-4 +- Disable SSE2 (fdo#68300) + * Sat Aug 03 2013 Fedora Release Engineering - 0.30.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild