[xorg-x11-drv-mga/f16] mga-1.4.12-bigendian.patch: Fix channel swizzle on big-endian mga-1.4.13-fbdev-force.patch: Force fb

Adam Jackson ajax at fedoraproject.org
Mon Dec 19 18:22:20 UTC 2011


commit d14a0c7cd3e6979fd86381b65a1e5b0145772227
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Dec 19 13:22:20 2011 -0500

    mga-1.4.12-bigendian.patch: Fix channel swizzle on big-endian
    mga-1.4.13-fbdev-force.patch: Force fbdev mode on ppc

 mga-1.4.13-fbdev-force.patch |    2 +-
 xorg-x11-drv-mga.spec        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mga-1.4.13-fbdev-force.patch b/mga-1.4.13-fbdev-force.patch
index ffbe1d9..383de68 100644
--- a/mga-1.4.13-fbdev-force.patch
+++ b/mga-1.4.13-fbdev-force.patch
@@ -5,7 +5,7 @@ diff -up xf86-video-mga-1.4.13/src/mga_driver.c.jx xf86-video-mga-1.4.13/src/mga
      if (pMga->SecondCrtc)
  	flags24 = Support32bppFb;
  
-+#if defined(__ppc__) || defined(__ppc64)
++#if defined(__ppc__) || defined(__ppc64__)
 +    if (1) {
 +#else
      if (xf86ReturnOptValBool(pMga->Options, OPTION_FBDEV, FALSE)) {
diff --git a/xorg-x11-drv-mga.spec b/xorg-x11-drv-mga.spec
index 64e7fe0..3b2b441 100644
--- a/xorg-x11-drv-mga.spec
+++ b/xorg-x11-drv-mga.spec
@@ -7,7 +7,7 @@
 Summary:   Xorg X11 mga video driver
 Name:      xorg-x11-drv-mga
 Version:   1.4.13
-Release:   10%{?dist}
+Release:   11%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support


More information about the scm-commits mailing list