commit 11ad42c66ada36707822969197b18aa6316381d3 Author: Kalev Lember <kalevlem...@gmail.com> Date: Wed Sep 4 19:14:10 2013 +0200
Disable SSE2 ... to work around gtk3 crashes. https://bugs.freedesktop.org/show_bug.cgi?id=68300 mingw-pixman.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/mingw-pixman.spec b/mingw-pixman.spec index 19e58b3..cccc46d 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.30.0 -Release: 2%{?dist} +Release: 3%{?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 <kalevlem...@gmail.com> - 0.30.0-3 +- Disable SSE2 (fdo#68300) + * Sat Jun 15 2013 Erik van Pienbroek <epien...@fedoraproject.org> - 0.30.0-2 - Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries _______________________________________________ mingw mailing list mingw@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mingw