From d68f9fa0b8ef163fc9a4a4e7699b5f777bb64423 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: May 30 2014 15:23:19 +0000 Subject: %ix86: build -no-sse2 (#1103185) --- diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 749f84e..e30ab30 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -22,7 +22,7 @@ Summary: Qt5 - QtBase components Name: qt5-qtbase Version: 5.3.0 -Release: 5%{?dist} +Release: 6%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -333,6 +333,9 @@ popd -no-pch \ -no-rpath \ -no-separate-debug-info \ +%ifarch %{ix86} + -no-sse2 \ +%endif -no-strip \ %ifarch %{ix86} x86_64 -reduce-relocations \ @@ -692,6 +695,9 @@ popd %changelog +* Fri May 30 2014 Rex Dieter 5.3.0-6 +- %%ix86: build -no-sse2 (#1103185) + * Tue May 27 2014 Rex Dieter 5.3.0-5 - BR: pkgconfig(xcb-xkb) > 1.10 (f21+) - allow possibility for libxkbcommon-0.4.x only