[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:57:42 UTC 2011


commit 8892fe47492ca9d0d9d2b6255c8c07ab282c5382
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Dec 19 13:57:42 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        |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/mga-1.4.13-fbdev-force.patch b/mga-1.4.13-fbdev-force.patch
index 383de68..81ee86b 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(__powerpc__) || defined(__powerpc64__)
 +    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 3b2b441..64e1c74 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:   11%{?dist}
+Release:   12%{?dist}
 URL:       http://www.x.org
 License: MIT
 Group:     User Interface/X Hardware Support
@@ -67,7 +67,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/mga.4*
 
 %changelog
-* Mon Dec 19 2011 Adam Jackson <ajax at redhat.com> 1.4.13-9
+* Mon Dec 19 2011 Adam Jackson <ajax at redhat.com> 1.4.13-12
 - mga-1.4.12-bigendian.patch: Fix channel swizzle on big-endian
 - mga-1.4.13-fbdev-force.patch: Force fbdev mode on ppc
 


More information about the scm-commits mailing list