[directfb] Fix rhbz#781874

Nicolas Chauvet kwizart at fedoraproject.org
Thu Apr 26 20:13:38 UTC 2012


commit 5e0c0c86f4dd9f99af256e8bdb6e07646fff7ca4
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Apr 26 22:12:03 2012 +0200

    Fix rhbz#781874

 .gitignore    |    1 -
 directfb.spec |    8 ++++----
 2 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aee3eef..dafa321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
 /*.tar.*
-/DirectFB-1.4.9-libpng-1.5.patch
diff --git a/directfb.spec b/directfb.spec
index 9dd873f..42abec6 100644
--- a/directfb.spec
+++ b/directfb.spec
@@ -4,7 +4,7 @@
 Summary: Graphics abstraction library for the Linux Framebuffer Device
 Name: directfb
 Version: %{major_ver}%{minor_ver}
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://www.directfb.org/
@@ -91,9 +91,6 @@ rm interfaces/IDirectFBVideoProvider/{videodev.h,videodev2.h}
 
 %build
 %configure \
-%ifarch %{ix86}
-    --disable-mmx --disable-sse \
-%endif
     --with-gfxdrivers=all \
 %{?_with_sdl:--enable-sdl} \
     --enable-zlib \
@@ -213,6 +210,9 @@ make check
 
 
 %changelog
+* Thu Apr 26 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.5.3-5
+- Fix rhbz#781874 - MMX is selectable at runtime
+
 * Sat Jan 14 2012 Ville Skyttä <ville.skytta at iki.fi> - 1.5.3-4
 - Fix build with libpng 1.5 (patch from Gentoo).
 


More information about the scm-commits mailing list